Skip to main content
10-Marble
August 7, 2023
Solved

Alternate User Name

  • August 7, 2023
  • 2 replies
  • 2646 views

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?

Best answer by mmeadows-3

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.

  • Administrator and wcadmin are the same user in Windchill.  Administrator is the default Windchill site administrator specified in site.xconf (11.x and earlier).  As of 12.0, we commonly remove Administrator and keep wcadmin because Administrator in Active Directory is a special account we aren't allowed to use.
  • Sometimes users' login names change (e.g. single to married or contractor to permanent employee).
  • Companies can use it when they merge divisions and one company needs to change their login names to match the company standard (e.g. mjones changes to m.jones or mike.jones).
  • It can also be used to mimic Active Directory login credentials: mjones or mjones@ptc.com

2 replies

23-Emerald III
August 7, 2023

Not sure for a normal user.

If you look up the WCADMIN account, it is an alternate name for ADMINISTRATOR.

BenLoosli_0-1691419254226.png

 

RichSPK10-MarbleAuthor
10-Marble
August 7, 2023

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.

23-Emerald III
August 7, 2023

That is correct.

If you look at the header, the username shown is Administrator on both username logins.

BenLoosli_0-1691430172331.png

 

16-Pearl
August 7, 2023

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.

  • Administrator and wcadmin are the same user in Windchill.  Administrator is the default Windchill site administrator specified in site.xconf (11.x and earlier).  As of 12.0, we commonly remove Administrator and keep wcadmin because Administrator in Active Directory is a special account we aren't allowed to use.
  • Sometimes users' login names change (e.g. single to married or contractor to permanent employee).
  • Companies can use it when they merge divisions and one company needs to change their login names to match the company standard (e.g. mjones changes to m.jones or mike.jones).
  • It can also be used to mimic Active Directory login credentials: mjones or mjones@ptc.com
RichSPK10-MarbleAuthor
10-Marble
August 9, 2023

That's a great answer!  Thanks!