Hi there,
on a linux machine I am running this ldapsearch from the command line:
ldapsearch -x -h myldaphost.mydo main.com \
-D "CN=ldapuser,CN =Users,DC=mydom ain,DC=com" -w "secret" \
-b "CN=ANYCOMPUTER ,CN=Computers,D C=mydomain,DC=c om"
How can I do this with python-ldap?
Regards,
Nico
on a linux machine I am running this ldapsearch from the command line:
ldapsearch -x -h myldaphost.mydo main.com \
-D "CN=ldapuser,CN =Users,DC=mydom ain,DC=com" -w "secret" \
-b "CN=ANYCOMPUTER ,CN=Computers,D C=mydomain,DC=c om"
How can I do this with python-ldap?
Regards,
Nico
Comment