1
0
Fork 0
mirror of https://github.com/dducret/kopano-webapp-passwd synced 2026-07-27 18:42:47 +02:00

add option to not strip everything after the @

Usefull if you use email-adress as login
This commit is contained in:
Sander Hoentjen 2014-03-03 12:19:22 +01:00
commit 6f047d4c7f
2 changed files with 11 additions and 3 deletions

View file

@ -10,4 +10,8 @@ define('PLUGIN_PASSWD_LDAP_BASEDN', 'dc=example,dc=com');
/** URI to access LDAP server **/
define('PLUGIN_PASSWD_LDAP_URI', 'localhost');
?>
/** Set to true if you login with username@tenantname **/
define('PLUGIN_PASSWD_LOGIN_WITH_TENANT', false);
?>