commit: turba/docs CHANGES turba/lib/Driver ldap.php

chuck@horde.org chuck@horde.org
18 Mar 2001 03:20:03 -0000


chuck       2001/03/17 19:20:03 PST

  Modified files:
    docs                 CHANGES 
    lib/Driver           ldap.php 
  Log:
  addObject() and removeObject() now work for LDAP. You need to set two new
  parameters in the params section of your source config for ldap sources for
  this to work:
  
  dn - an array of all the values that should be used in the dn (ex:
  array('cn'), or array('cn', 'ou') - be sure to put ou into your map if you
  want to use that one)
  
  objectclass - the objectclass to add the object as. 'person' is suggested.
  
  Revision  Changes    Path
  1.28      +1 -0      turba/docs/CHANGES
  1.3       +62 -8     turba/lib/Driver/ldap.php