It looks like the username (DN) or password are incorrect. Also, for Active Directory, you can try specifying credentials in the
NTLM form: EXAMPLE\johndoe
or
Kerberos form: johndoe@example.com
Example:
- Code: Select all
laimex /d CSV /f test.csv /s server.mycompany.com:20510 /user EXAMPLE\johndoe /pwd password /mech GSS-SPNEGO /r ou=0,ou=people,erglobalid=00000000000000000000,ou=mycompany,dc=com /t "(&(objectClass=Person)(ID=A*)(erPersonStatus=1))" /p SUB
BTW, is the base DN you specified DN correct?
ou=0,ou=people,erglobalid=00000000000000000000,ou=mycompany,dc=com