The following topic describes how to configure the user authentication via the Microsoft Active Directory Service.
ldifde –f ldap.txt
dn: DC=ldap-server,DC=my-company,DC=com
trackstudio.useLDAP yes
ldap.baseDN = cn=users,dc=ldap-server,dc=my-company,dc=com
ldap.userDN = cn=Administrator,cn=users,dc=ldap-server,dc=my-company,dc=com
ldap.loginAttrLDAP=displayName ldap.loginAttrTS name
To login by Login set:
ldap.loginAttrTS login ldap.loginAttrLDAP=sAMAccountName
9. Click the Test Connection button to test the LDAP connection.
If trackstudio.useLDAP is set to yes, TrackStudio will connect to the specified LDAP server during login and performs authentication using the login and password specified in ldap.userDN and ldap.userDNpass. TrackStudio then performs database query and finds the user in the local database by specified login and password. After that TrackStudio searches in the LDAP server for the user, the ldap.loginAttrLDAP parameter which is equal to the name or the login (depending on ldap.loginAttrTS value) of the found user. Then the authentication of the found user is performed using the password specified in the login window.