mirror of
https://github.com/dducret/kopano-webapp-passwd
synced 2026-07-27 18:42:47 +02:00
added most of the basic functionalities
This commit is contained in:
parent
b434706684
commit
5064cf5742
7 changed files with 365 additions and 57 deletions
|
|
@ -3,7 +3,7 @@
|
|||
define('PLUGIN_PASSWD_USER_DEFAULT_ENABLE', true);
|
||||
|
||||
/** Define zarafa installtion uses LDAP **/
|
||||
define('PLUGIN_PASSWD_LDAP', true);
|
||||
define('PLUGIN_PASSWD_LDAP', false);
|
||||
|
||||
/** Base DN to access LDAP users **/
|
||||
define('PLUGIN_PASSWD_LDAP_BASEDN', 'dc=example,dc=com');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue