Class | CASServer::Authenticators::ActiveDirectoryLDAP |
In: |
lib/casserver/authenticators/active_directory_ldap.rb
|
Parent: | CASServer::Authenticators::LDAP |
Slightly modified version of the LDAP authenticator for Microsoft‘s ActiveDirectory. The only difference is that the default_username_attribute for AD is ‘sAMAccountName’ rather than ‘uid’.
# File lib/casserver/authenticators/active_directory_ldap.rb, line 8 8: def default_username_attribute 9: "sAMAccountName" 10: end