In Laserfiche when you setup an LDAP account, it uses the commonname value for the login. Is there any way to change this so that it uses something like the PrincipalName value instead? Our commonname values are basically LastName, FirstName. If we use LDAP accounts, these logins would be completely different than anything else the user currently uses.
Question
Question
Allow User to Login Using PrincipalName When Using LDAP?
Answer
You can specify the attribute that should be used to log users in under the "Unique name attribute" in an LDAP server Profile:
I've chosen to use the sAMAccountName:
What's important is that the property is unique for each user, which is why it's referred to as the unique name attribute.
Note that the userPrincipalName is usually of the format user@domain.com, which will not work because of the @ (which is a reserved character). The sAMAccountName often has the same format for the first part, but without the @domain.com, which is why it works.
Brianna, that is great information. One question, how does Forms get away with using the @ for the login of participant users that are setup using LDAP?
Participant users in Forms are not logged in through LFS, but handled within Forms itself, so the restrictions on usernames may differ. I'm not very familiar with Forms so I can't enumerate their reserved characters. Restrictions for LFS users are in the administration help files on creating users.
The restriction on the @ for LFS may be related to the use of @ to format LDAP users as username@LDAPProfileName.