View Single Post
  #1 (permalink)  
Old 10-28-2009, 01:59 AM
tiger2000 tiger2000 is offline
Elite Member
 
Posts: 296
Default [SOLVED] Zimbra's LDAP server

Dear All,

try to use "ldapsearch" command to get user's ldap information, and i found there's no "userPassword" attribute ??

does anyone know why, or where does zimbra store user's passwd?
Thanks.


e.g.
ldapsearch -h 192.168.1.17 -p 389 -b "ou=people,dc=example,dc=com" -x -a never -D "uid=admin,ou=people,dc=example,dc=com" -W

command returns:

Code:
dn: uid=kevin.hsu,ou=people,dc=example,dc=com
zimbraMailTransport: lmtp:mailz.example.com:7025
zimbraMailDeliveryAddress: kevin.hsu@example.com
sn: kevin.hsu
zimbraMailStatus: enabled
zimbraId: 48273705-03eb-4f19-a315-e25bb295a514
mail: kevin.hsu@example.com
displayName: kevin.hsu
uid: kevin.hsu
objectClass: organizationalPerson
objectClass: zimbraAccount
objectClass: amavisAccount
cn: kevin.hsu
zimbraMailHost: mailz.example.com
Reply With Quote