]> source.dussan.org Git - nextcloud-server.git/commit
support for AD primary groups
authorArthur Schiwon <blizzz@owncloud.com>
Tue, 1 Jul 2014 20:02:41 +0000 (22:02 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Tue, 8 Jul 2014 19:32:21 +0000 (21:32 +0200)
commitda490bdbbeadfccd06a27d3c8f0cc8a9bc778294
treed387c8c03ba8ee08ee6976edc7203d6f9fe9f2b0
parentdc15223edf6e534748b60bd32796ef3d7ee674c4
support for AD primary groups

support for primary groups

actually the problem is only known on AD, it is only needed to take care of their attributes

adjust to ADs special behaviour

this change was not intended

cache the SID value so it is not requested over and over again

theres only one, use singular

we are access

add tests for new Access methods

add tests for new Group methods

address scrutinizer findings, mostly doc

call ldap_explode_dn from ldap wrapper, enables tests without php5-ldap

PHP Doc

yo dawg, i heard you like backslashes … php doc fix

PHPDoc updated and typos fixed while reviewing
apps/user_ldap/group_ldap.php
apps/user_ldap/lib/access.php
apps/user_ldap/lib/connection.php
apps/user_ldap/lib/ildapwrapper.php
apps/user_ldap/lib/ldap.php
apps/user_ldap/tests/access.php
apps/user_ldap/tests/data/sid.dat [new file with mode: 0644]
apps/user_ldap/tests/group_ldap.php