* Add a new config directive, ldap_write_server. If it is set then when we update the directory we try to
connect to that one instead of the ldap_server. That way we can read from the fast read-only replicas and
write to a slower master.
+* Fix a few more bugs
Ver 1.55:
* Update the FAQ about missing attributes from the user/group edit pages and add a few comments
in the configuration files
<?php
+require_once('../lib/functions.php3');
require_once('../lib/ldap/functions.php3');
if ($config[ldap_write_server])
$ds = @ldap_connect($config[ldap_write_server]);
<?php
+require_once('../lib/functions.php3');
require_once('../lib/ldap/functions.php3');
if ($config[ldap_write_server])
$ds = @ldap_connect($config[ldap_write_server]);