That new option uses names, not numbers. Much better, in fact.

This commit is contained in:
Andrew McMillan 2010-02-25 23:40:55 +13:00
parent 03df4635e4
commit 5185e04eb9

View File

@ -245,8 +245,8 @@ $c->collections_always_exist = false;
//
// );
//
// /* If there is some user you do not want to sync from LDAP, put their user_no in this list */
// $c->do_not_sync_from_ldap = array( 1 => true );
// /* If there is some user you do not want to sync from LDAP, put their username in this list */
// $c->do_not_sync_from_ldap = array( 'admin' => true );
//
//include('drivers_ldap.php');
@ -272,8 +272,8 @@ $c->collections_always_exist = false;
// 'format_updated' => array('Y' => array(0,4),'m' => array(4,2),'d'=> array(6,2),'H' => array(8,2),'M'=>array(10,2),'S' => array(12,2))
// );
//
// /* If there is some user you do not want to sync from LDAP, put their user_no in this list */
// $c->do_not_sync_from_ldap = array( 1 => true );
// /* If there is some user you do not want to sync from LDAP, put their username in this list */
// $c->do_not_sync_from_ldap = array( 'admin' => true );
//
//include('drivers_ldap.php');