mirror of
https://github.com/dducret/kopano-webapp-passwd
synced 2026-08-04 06:24:14 +02:00
Samba AD update
This commit is contained in:
parent
5934273402
commit
b1322106ee
2 changed files with 366 additions and 303 deletions
|
|
@ -23,4 +23,10 @@ define('PLUGIN_PASSWD_LDAP_BIND_PW', "");
|
|||
/** Set to true if you login with username@tenantname **/
|
||||
define('PLUGIN_PASSWD_LOGIN_WITH_TENANT', false);
|
||||
|
||||
/** Set to user login attribute **/
|
||||
define('PLUGIN_PASSWD_LDAP_USER_LOGIN_ATTR', 'sAMAccountName');
|
||||
|
||||
/** Ldap filter used to search valid users **/
|
||||
define('PLUGIN_PASSWD_LDAP_FILTER', "(objectClass=person)");
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue