mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 22:31:59 +01:00
added iredmail specific ldap settings
This commit is contained in:
parent
89eb5a77fd
commit
86dd882c76
@ -58,6 +58,16 @@ $config['LDAP_AUDITOR_MEMBER_DN'] = '';
|
||||
//$config['LDAP_DISTRIBUTIONLIST_OBJECTCLASS'] = 'dominoGroup');
|
||||
//$config['LDAP_DISTRIBUTIONLIST_ATTR'] = 'mail';
|
||||
|
||||
|
||||
// iredmail specific settings
|
||||
//$config['LDAP_HELPER_DN'] = 'cn=vmailadmin,dc=yourdomain,dc=com';
|
||||
//$config['LDAP_MAIL_ATTR'] = 'mail';
|
||||
//$config['LDAP_ACCOUNT_OBJECTCLASS'] = 'mailUser';
|
||||
//$config['LDAP_BASE_DN'] = 'o=domains,dc=yourdomain,dc=com';
|
||||
//$config['LDAP_DISTRIBUTIONLIST_OBJECTCLASS'] = 'mailList';
|
||||
//$config['LDAP_DISTRIBUTIONLIST_ATTR'] = 'memberOfGroup';
|
||||
|
||||
|
||||
// enable single sign-on (disabled by default)
|
||||
$config['ENABLE_SSO_LOGIN'] = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user