View Single Post
  #6 (permalink)  
Old 09-13-2005, 01:08 PM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default zmprov

zmprov gas - if ldap is working, that will return a server list.

I suspect that the problem is credentials, and you need to reset the password with zmldappassword

Quote:
Originally Posted by sahuguet
LDAP is running.

I was thinking more of an ldapsearch command that retrieves some attributes, as a way to check that everything is fine.

For instance, I would like to retrieve some user info:
Code:
[root@godavari log]# /opt/zimbra/openldap/bin/ldapsearch -b "cn=admins,cn=zimbra"  -D "uid=zimbra,cn=admins,cn=zimbra" -X objectclass=organizationalPerson
SASL/DIGEST-MD5 authentication started
Please enter your password: 
ldap_sasl_interactive_bind_s: Insufficient access (50)
        additional info: SASL(-14): authorization failure: unable authorization ID
For the password, I am using the one I provided during the install for admin@.

regards,

Arnaud
Reply With Quote