Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
I was adding a new user to our Windchill instance and noticed the Alternate User Name fields. Why would someone have alternate user names? What are the use cases?
Solved! Go to Solution.
Alternate User Name defines additional usernames that can login as the same Windchill user with the same password. It is used with WindchillDS or OpenDJ LDAP servers. I have never seen it used with Active Directory as the username is mapped explicitly to the sAMAccountName (or UserPrincipalName). It may be possible, not sure.
I have seen it used these ways.
Not sure for a normal user.
If you look up the WCADMIN account, it is an alternate name for ADMINISTRATOR.
Oh, that's interesting! I never noticed that. So, presumably, you could log in as either Administrator or wcadmin and be logging into the same account.
That is correct.
If you look at the header, the username shown is Administrator on both username logins.
Alternate User Name defines additional usernames that can login as the same Windchill user with the same password. It is used with WindchillDS or OpenDJ LDAP servers. I have never seen it used with Active Directory as the username is mapped explicitly to the sAMAccountName (or UserPrincipalName). It may be possible, not sure.
I have seen it used these ways.
That's a great answer! Thanks!