0

I need to identify Zimbra's internal LDAP's (based on OpenLDAP) authentication credentials in order to manage authentications using Spring LDAP template. So I need base and userDn information. How can I get this information from Zimbra?

Andrei Stefan
  • 51,654
  • 6
  • 98
  • 89
talha06
  • 6,206
  • 21
  • 92
  • 147

1 Answers1

-1

It would be: Base DN = ou=people,dc=mydomain,dc=com User DN = uid=zimbra

user3297323
  • 57
  • 1
  • 6
  • Only if you assume that every LDAP DIT in the world is based at dc=my domain,dc=com and that the next level is ou=people and that the Zimbra userid is under it. It isn't so. – user207421 Apr 15 '14 at 19:00
  • Exactly my point. It works on one installation. It would work on many. It doesn't work on all, for the reasons I gave. – user207421 Apr 16 '14 at 03:24