mirror of
https://github.com/silentsakky/zarafa-webapp-passwd
synced 2026-07-27 18:41:08 +02:00
added dialog for password change
implemented skeleton for php code
This commit is contained in:
parent
843f674854
commit
b434706684
7 changed files with 340 additions and 12 deletions
|
|
@ -1,4 +1,13 @@
|
|||
<?php
|
||||
/** Enable the passwd plugin for all clients **/
|
||||
define('PLUGIN_PASSWD_USER_DEFAULT_ENABLE', true);
|
||||
|
||||
/** Define zarafa installtion uses LDAP **/
|
||||
define('PLUGIN_PASSWD_LDAP', true);
|
||||
|
||||
/** Base DN to access LDAP users **/
|
||||
define('PLUGIN_PASSWD_LDAP_BASEDN', 'dc=example,dc=com');
|
||||
|
||||
/** URI to access LDAP server **/
|
||||
define('PLUGIN_PASSWD_LDAP_URI', 'localhost');
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue