]> git.mxchange.org Git - quix0rs-gnu-social.git/commit - extlib/Net/LDAP2/SimpleFileSchemaCache.php
Move the bundled Net/LDAP2 library to the LdapCommon directory
authorCraig Andrews <candrews@integralblue.com>
Wed, 24 Mar 2010 01:57:47 +0000 (21:57 -0400)
committerCraig Andrews <candrews@integralblue.com>
Wed, 24 Mar 2010 01:57:47 +0000 (21:57 -0400)
commit1f73156daeef47cf8a7214936383fbc496255fd7
tree36d187f51b57f0df079d0c05d77bdcd807f30159
parent6b538cd9b31ffa25d2046e16d47a0cde26d0398f
Move the bundled Net/LDAP2 library to the LdapCommon directory
21 files changed:
extlib/Net/LDAP2.php [deleted file]
extlib/Net/LDAP2/Entry.php [deleted file]
extlib/Net/LDAP2/Filter.php [deleted file]
extlib/Net/LDAP2/LDIF.php [deleted file]
extlib/Net/LDAP2/RootDSE.php [deleted file]
extlib/Net/LDAP2/Schema.php [deleted file]
extlib/Net/LDAP2/SchemaCache.interface.php [deleted file]
extlib/Net/LDAP2/Search.php [deleted file]
extlib/Net/LDAP2/SimpleFileSchemaCache.php [deleted file]
extlib/Net/LDAP2/Util.php [deleted file]
plugins/LdapCommon/LdapCommon.php
plugins/LdapCommon/extlib/Net/LDAP2.php [new file with mode: 0644]
plugins/LdapCommon/extlib/Net/LDAP2/Entry.php [new file with mode: 0644]
plugins/LdapCommon/extlib/Net/LDAP2/Filter.php [new file with mode: 0644]
plugins/LdapCommon/extlib/Net/LDAP2/LDIF.php [new file with mode: 0644]
plugins/LdapCommon/extlib/Net/LDAP2/RootDSE.php [new file with mode: 0644]
plugins/LdapCommon/extlib/Net/LDAP2/Schema.php [new file with mode: 0644]
plugins/LdapCommon/extlib/Net/LDAP2/SchemaCache.interface.php [new file with mode: 0644]
plugins/LdapCommon/extlib/Net/LDAP2/Search.php [new file with mode: 0644]
plugins/LdapCommon/extlib/Net/LDAP2/SimpleFileSchemaCache.php [new file with mode: 0644]
plugins/LdapCommon/extlib/Net/LDAP2/Util.php [new file with mode: 0644]