# (c) 2003 Martin Konold # (c) 2004 Jean-Michel Dault # This program is Free Software under the GNU General Public License (>=v2). # Read the file COPYING that comes with this packages for details. */ $HTTP_SESSION_VARS['ldap_server'] = "10.0.0.100"; $HTTP_SESSION_VARS['ldap_port'] = 389; $HTTP_SESSION_VARS['base_dn'] = "o=Finance,c=be"; $HTTP_SESSION_VARS['php_dn'] = "cn=Manager,o=Finance,c=be"; $HTTP_SESSION_VARS['php_pw'] = "access"; //$HTTP_SESSION_VARS['foo']; // use as $_SESSION['foo']; //JMD: enhanced Kolab $HTTP_SESSION_VARS['ldap_version'] = 3; $HTTP_SESSION_VARS['defaultou'] = "ou=People,"; //Don't forget the comma! $HTTP_SESSION_VARS['defaultkey'] = "uid"; //$HTTP_SESSION_VARS['minimaledit']="yes"; $HTTP_SESSION_VARS['extendedschema']="yes"; ?>