Watch
1
0
Fork
You've already forked zarafa-webapp-passwd
0
mirror of https://github.com/silentsakky/zarafa-webapp-passwd synced 2026-09-12 01:36:18 +02:00
zarafa-webapp-passwd/config.php
Saket Patel b434706684 added dialog for password change
implemented skeleton for php code
2013-07-03 03:30:43 +05:30

13 lines
No EOL
367 B
PHP

<?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');
?>