Fork Net_LDAP2 to Horde_Ldap
authorBen Klang <ben@alkaloid.net>
Fri, 18 Dec 2009 00:40:07 +0000 (19:40 -0500)
committerGunnar Wrobel <wrobel@temple.(none)>
Fri, 12 Feb 2010 21:00:30 +0000 (22:00 +0100)
commita10e9f6accb613f5fcf3a0efd08b02588bfd5605
tree18367130b0697716cdd12be11c2fb99b4cce79f0
parent65aa7520e2605784c0d300368ae0ecdd26ec2f3d
Fork Net_LDAP2 to Horde_Ldap
Reasons:
1) Net_LDAP2 does not conform to E_STRICT on PHP5
2) Net_LDAP2 does not use exceptions, but instead checks for and returns PEAR_Error objects.
framework/Ldap/lib/Horde/Ldap/Ldap.php [new file with mode: 0644]
framework/Ldap/lib/Horde/Ldap/Ldap/Entry.php [new file with mode: 0644]
framework/Ldap/lib/Horde/Ldap/Ldap/Filter.php [new file with mode: 0644]
framework/Ldap/lib/Horde/Ldap/Ldap/LDIF.php [new file with mode: 0644]
framework/Ldap/lib/Horde/Ldap/Ldap/RootDSE.php [new file with mode: 0644]
framework/Ldap/lib/Horde/Ldap/Ldap/Schema.php [new file with mode: 0644]
framework/Ldap/lib/Horde/Ldap/Ldap/SchemaCache.interface.php [new file with mode: 0644]
framework/Ldap/lib/Horde/Ldap/Ldap/Search.php [new file with mode: 0644]
framework/Ldap/lib/Horde/Ldap/Ldap/SimpleFileSchemaCache.php [new file with mode: 0644]
framework/Ldap/lib/Horde/Ldap/Ldap/Util.php [new file with mode: 0644]
framework/Ldap/package.xml [new file with mode: 0644]