]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Refactor common parts of LdapAuthorization and LdapAuthentication plugins into a...
authorCraig Andrews <candrews@integralblue.com>
Mon, 22 Mar 2010 03:05:23 +0000 (23:05 -0400)
committerCraig Andrews <candrews@integralblue.com>
Mon, 22 Mar 2010 18:17:58 +0000 (14:17 -0400)
commit295e05ea39982ff2b41cec21d5622375005682c2
tree4b3ba21af1ba462ea84d037c7d6d12d4417bec57
parentc810f2485132fe124e671dee4f86eb721eee15e4
Refactor common parts of LdapAuthorization and LdapAuthentication plugins into a separate class

LdapAuthorization should get a performance improvement as LDAP schema caching is now used
plugins/LdapAuthentication/LdapAuthenticationPlugin.php
plugins/LdapAuthentication/MemcacheSchemaCache.php [deleted file]
plugins/LdapAuthorization/LdapAuthorizationPlugin.php
plugins/LdapCommon/LdapCommon.php [new file with mode: 0644]
plugins/LdapCommon/MemcacheSchemaCache.php [new file with mode: 0644]