vote up 0 vote down star
1

In active directory, should mailNickname always equal samaccountname? Or, should it always be equal to the mail property (minus the "@domain")?

My reason for asking is that we have recently changed everyone's primary email address to the first.last form and we set the mail property to the same. But, do we also need to modify the mailNickname property?

Thanks

flag

Not-programming-related. – George Stocker Feb 2 at 21:07
it's related to my program – dotjoe Feb 2 at 21:34

2 Answers

vote up 1 vote down check

mailNickName is an email alias. If you are using Exchange then you would need to change the mail address policy which would update the mail attribute. If you use the policy you can also specify additional formats or domains for each user.

link|flag
So it's another spot for an alias as opposed to the proxyAddresses property? – dotjoe Feb 4 at 14:30
I think that mailnickname could be used as an alternative in name resolution against the internal address book, proxyaddresses are used for incoming email where you can have additional formats and additional domains per user. I have not verified this. – benPearce Feb 4 at 22:00
vote up 1 vote down

No, it does not have to be the same as sAMAccountName. It just so happens that it usually is the same.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.