Todd Lyons wrote:
Jeffery Huang wanted us to know:
ldapsearch -x -LLL "cn=HuangJeffery,cn=Users,dc=mydomain,dc=com" mobile -h
192.10.10.193 -p 389
AD does not allow anonymous binds. Add to that:
-D "cn=someuser,blah,blah" -w password (or just -W to be prompted).