Hi there,
I'm trying to query an AD using something like:
ldapsearch -v -x -W -D "cn=username,cn=Users,dc=AD,dc=domain,dc=com " -LLL "(sAMAccountName=theaccount)" -H ldap://1.1.1.1
and I'm getting the following error:
ldap_initialize( ldap://1.1.1.1 )
Enter LDAP Password:
filter: (sAMAccountName=theaccount)
requesting: All userApplication attributes
No such object (32)
Additional information: 0000208D: NameErr: DSID-031001A8, problem 2001 (NO_OBJECT), data 0, best match of:
''
any idea about how to fix it?
thanks a lot,
garabatus
I'm trying to query an AD using something like:
ldapsearch -v -x -W -D "cn=username,cn=Users,dc=AD,dc=domain,dc=com " -LLL "(sAMAccountName=theaccount)" -H ldap://1.1.1.1
and I'm getting the following error:
ldap_initialize( ldap://1.1.1.1 )
Enter LDAP Password:
filter: (sAMAccountName=theaccount)
requesting: All userApplication attributes
No such object (32)
Additional information: 0000208D: NameErr: DSID-031001A8, problem 2001 (NO_OBJECT), data 0, best match of:
''
any idea about how to fix it?
thanks a lot,
garabatus