pub.client.ldap:bind

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

Try this format . . .

USER@COMPANY.COM

or

DOMAIN\USER

i solved the problem yesterday with the domain name, but thank you for your response!!!

kind regards