Nate
Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
<nma...@nospam.nospam> wrote in message
news:op.uizf4...@nmaier1.unimax.com...
Does this link help?
http://www.microsoft.com/technet/scriptcenter/scripts/ad/users/modify/usmdvb03.mspx
--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--
> Normally you use an add operation if you want to add a new value.
> Replace
> would not be the way to go, although it probably isn't a big deal if
> there
> are just a few values and you don't mind rewriting it. You normally get
> this error if you try to add a value that already exists (which is not
> allowed). Are you sure your value is unique?
>
> Joe K.
Thanks Joe and Richard for the replies. Found out the problem, it was
user error...sorry. The 'mail' attribute isn't multivalue. I
experimented with otherTelephone and that worked fine. I think I assumed
'mail' was multivalued based off it's schema common name of
"E-mail-Addresses". Thanks for the help.
Nate
If you are using Exchange, you usually add the additional email addresses to
proxyAddresses.
Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
>
>