]> source.dussan.org Git - nextcloud-server.git/commit
Moved LDAP authentication into a plugin
authorAldo "xoen" Giambelluca <xoen@xoen.org>
Thu, 22 Jul 2010 22:48:45 +0000 (00:48 +0200)
committerAldo "xoen" Giambelluca <xoen@xoen.org>
Thu, 22 Jul 2010 22:48:45 +0000 (00:48 +0200)
commit11664f3153c86cefc2c366156234f9530777aab3
treef5b092add6523a8a2e04f417f1f3775dc700f76d
parentccd362108e67e3fc2647adebf2b7bef98081c728
Moved LDAP authentication into a plugin

Used the current plugin system to define `USER_OC_LDAP` class
that can be used as backend for OC_USER
inc/User/ldap.php [deleted file]
inc/User/mod_auth.php [deleted file]
inc/lib_base.php
inc/lib_user.php
plugins/ldap/lib_ldap.php [new file with mode: 0755]