[cvs] commit: framework/Group/Group ldap.php

Ben Chavet ben at horde.org
Thu Nov 23 23:26:07 PST 2006


ben         2006-11-23 23:26:07 PST

  Modified files:
    Group/Group          ldap.php 
  Log:
  Revert some of the changes that made ldap groups act more like datatree
  groups.  I can't think of any reason the ldap group driver should have to
  handle colon-separated parent/child group names.  The ldap driver uses
  dn's to handle that relationship.
  
  In general, it shouldn't matter to an application what the group names
  or IDs are, or where they come from.  What should matter is that the API
  is consistent, and the backend should handle the parent/child relationsip
  in whatever manner is natural to it.  If there is code somewhere that
  explicitly generates colon-separated group names, it should be fixed to
  use the group API, not the other way around.
  
  Revision  Changes    Path
  1.28      +37 -34    framework/Group/Group/ldap.php

  Chora Links:
  http://cvs.horde.org/diff.php/framework/Group/Group/ldap.php?r1=1.27&r2=1.28&ty=u


More information about the cvs mailing list