So I've never come across this before. We have two users on our network that are related and share the same first and last names. Our username naming policy dictates the younger user will have his middle initial used to distinguish usernames but I have a question related more on the display and storage of attributes.
How do you handle the storage of suffixes such as Jr., III, etc.? Do you simply append them to the last name or is there a different attribute designed to handle this information?
I'm just not sure on best practice or common convention here.
Thanks
The Active Directory Schema defines an attribute
Generation-Qualifier
for exactly this purpose.Your employer may decide to include the suffix string in other attributes such as
Canonical-Name
,Sam-Account-Name
,User-Principal-Name
. You may even make modifications to theConfiguration
partition to "automate" such inclusions, but that is outside the scope of your question. See Default full name format in Active Directory for an example.It's your environment, so I would do whatever makes you feel comfortable and would make it easier to remember. For me personally, I would add jr and use number 3 instead of III.