]> source.dussan.org Git - nextcloud-server.git/commit
LDAP: make Access be a dependency to the user and group backend instead of inheriting it.
authorArthur Schiwon <blizzz@owncloud.com>
Tue, 10 Sep 2013 15:11:02 +0000 (17:11 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Fri, 27 Sep 2013 11:34:15 +0000 (13:34 +0200)
commitd4f92494a23747af545d7ebb70eaf3e417f46eaa
treee0b0610eca24fb38028bc50ada7bd7b397358c97
parentb9cc2ad660fb7a43f2b0a12e1290527fcebb995a
LDAP: make Access be a dependency to the user and group backend instead of inheriting it.
17 files changed:
apps/user_ldap/ajax/getConfiguration.php
apps/user_ldap/ajax/setConfiguration.php
apps/user_ldap/ajax/testConfiguration.php
apps/user_ldap/appinfo/app.php
apps/user_ldap/group_ldap.php
apps/user_ldap/group_proxy.php
apps/user_ldap/lib/access.php
apps/user_ldap/lib/backendbase.php [deleted file]
apps/user_ldap/lib/backendutility.php [new file with mode: 0644]
apps/user_ldap/lib/connection.php
apps/user_ldap/lib/jobs.php
apps/user_ldap/lib/ldap.php
apps/user_ldap/lib/ldaputility.php [new file with mode: 0644]
apps/user_ldap/lib/proxy.php
apps/user_ldap/settings.php
apps/user_ldap/user_ldap.php
apps/user_ldap/user_proxy.php