View Single Post
  #6 (permalink)  
Old 11-05-2009, 03:25 PM
ArcaneMagus ArcaneMagus is offline
Moderator
 
Posts: 1,147
Default

Hmmm only suggestion that I have is to try using -H instead of -h and -p. The following works perfectly for me:
Code:
ldapsearch -H "ldap://email.domain.com:389" -D "uid=zimbra,cn=admins,cn=zimbra" -b "ou=people,dc=domain,dc=com" -x -a never -W
Reply With Quote