Hello All,
my problem is that i want to authenticate a user. Therefore i use the pub.client.ldap:bind to contact an Active Diretory System.
parameters:
- url
- principal
- password
I can authenticate the user when i send as principal the
- CN
- userPrincipalName
but i have to authenticate the user with the - sAMAccountName
Actually this should work for Active Diretory without changing settings. Does anyone know what i do wrong or have some hints?
Kind Regards