]> source.dussan.org Git - nextcloud-server.git/commit
LDAP rewrite, use unique LDAP user and group identifiers on LDAP side as well as...
authorArthur Schiwon <blizzz@owncloud.com>
Wed, 25 Apr 2012 18:34:58 +0000 (20:34 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Wed, 25 Apr 2012 18:35:30 +0000 (20:35 +0200)
commitcbba469990a96d78d78d1426cfffbb7e36b5d6ac
tree7dd6d7927743143b03aa5bfa123473a6ac1d76ba
parent0933b5e7abf894620615abb3c0dbf9bb841c80fd
LDAP rewrite, use unique LDAP user and group identifiers on LDAP side as well as fancy (unqiue as far as users a know from LDAP) names on the ownCloud side. It's done via mapping of owncloud names and LDAP identifiers.

some performance enhancements: faster searching for users and groups in their specific subtrees. Reading instead of searching were possible.

thanks for the feedback of Kevin van Kuik
apps/user_ldap/appinfo/database.xml [new file with mode: 0644]
apps/user_ldap/appinfo/version
apps/user_ldap/group_ldap.php
apps/user_ldap/lib_ldap.php