Hello Viet,
On 2013-04-14 17:55, Hoang Tuan Viet wrote:
Here is my config:
// authentication against an ldap directory (disabled by default)
// with zimbra specific settings
$config['ENABLE_LDAP_AUTH'] = 1;
$config['LDAP_HOST'] = 'mail.mydomain.com';
$config['LDAP_HELPER_DN'] = 'cn=vmail,dc=mydomain,dc=com';
$config['LDAP_HELPER_PASSWORD'] = 'xxxxxxxxx';
$config['LDAP_MAIL_ATTR'] = 'mail';
$config['LDAP_ACCOUNT_OBJECTCLASS'] = 'mailUser';
$config['LDAP_BASE_DN'] =
'ou=Users,domainName=mydomain.com,o=domains,dc=mydomain,dc=com';
$config['LDAP_DISTRIBUTIONLIST_OBJECTCLASS'] =
'zimbraDistributionList';
$config['LDAP_DISTRIBUTIONLIST_ATTR'] = 'zimbraMailForwardingAddress';
Please note that I do not use Zimbra.
ok, no problem :-)
I can log in by ldap account now.
great. When a user logs in can he see his email address(es) on the
settings page? What happens if he just hits the search buttons? Can
he see any emails?
The could you show me the ldap entries for a single user and a
distribution
list? I'm interested in the ldap attributes.
Btw. do you use a stock openldap installation?
Janos