...
uid
: The uid attribute is commonly used with Ubisecure Directory.sAMAccountName
: The sAMAccountName attribute is commonly used with Active Directory. This is also the default value if Active Directory is used as the user information storage.mail
: The mail attribute is commonly used with both Ubisecure Directory and Active Directory.
Default is uid
.
Note |
---|
NOTE: It is strongly recommended to use validation.json with all UI and API usage of the general.login.attribute. Administrators and Users are able, via both UI and API 1.0, 2.0 and 2.1 to remove the uid when updating a users email address. Saving the user attribute with no uid is possible and will cause database errors and potential inability for the user to login. Using the validation.json will resolve this in all use cases. |
Example:
Code Block | ||
---|---|---|
| ||
general.login.attribute = uid |
...