View Single Post
  #3 (permalink)  
Old 05-17-2007, 01:32 AM
turmace turmace is offline
New Member
 
Posts: 4
Default

Thanks for the reply,
Could you be more specific? I cant see anywhere where authentication can be set to 'BOTH'

From the graphical interface:
In the domain, authentication is set to: 'Authentication mechanism: External LDAP'

And from the command line it shows just the external ldap

Code:
[zimbra@mail root]$ zmprov gd mydomain.com | grep Auth
zimbraAuthLdapSearchBase: dc=mydomain,dc=com
zimbraAuthLdapSearchBindDn: cn=Manager,dc=mydomain,dc=com
zimbraAuthLdapSearchBindPassword: xXxXx
zimbraAuthLdapSearchFilter: (uid=%u)
zimbraAuthLdapURL: ldap://myldapserver:389
zimbraAuthMech: ldap
Reply With Quote