]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Added Net_LDAP2 to extlib, and add a skeleton LDAP plugin
authorCraig Andrews <candrews@integralblue.com>
Wed, 4 Nov 2009 18:39:56 +0000 (13:39 -0500)
committerCraig Andrews <candrews@integralblue.com>
Wed, 4 Nov 2009 18:39:56 +0000 (13:39 -0500)
commitc403f7fa442d7f8eacb4e2288429c271450d57d2
tree750fc924305db82ff73f202f20b256c989918a19
parenta82df5fae8b5d71d4545f27e7aa6cc561160922a
Added Net_LDAP2 to extlib, and add a skeleton LDAP plugin
12 files changed:
extlib/Net/LDAP2.php [new file with mode: 0644]
extlib/Net/LDAP2/Entry.php [new file with mode: 0644]
extlib/Net/LDAP2/Filter.php [new file with mode: 0644]
extlib/Net/LDAP2/LDIF.php [new file with mode: 0644]
extlib/Net/LDAP2/RootDSE.php [new file with mode: 0644]
extlib/Net/LDAP2/Schema.php [new file with mode: 0644]
extlib/Net/LDAP2/SchemaCache.interface.php [new file with mode: 0644]
extlib/Net/LDAP2/Search.php [new file with mode: 0644]
extlib/Net/LDAP2/SimpleFileSchemaCache.php [new file with mode: 0644]
extlib/Net/LDAP2/Util.php [new file with mode: 0644]
install.php
plugins/Ldap/LdapPlugin.php [new file with mode: 0644]