nextcloud/apps/user_ldap
Arthur Schiwon da490bdbbe 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
2014-07-08 21:32:21 +02:00
..
ajax LDAP: on testing configuration, set active property to true, otherwise inactive connections cannot be tested properly 2013-12-04 18:58:09 +01:00
appinfo adding PK to table encryption 2014-06-06 13:33:56 +02:00
command Fix casing and PHPDoc 2014-06-03 19:10:18 +02:00
css Fixes settings.css and converts more styles. 2014-01-26 03:02:52 +05:30
js fully translatable user_webdav 2014-05-29 00:23:23 +02:00
l10n [tx-robot] updated from transifex 2014-07-02 01:55:17 -04:00
lib support for AD primary groups 2014-07-08 21:32:21 +02:00
templates document always links to the current version of OC 2014-05-29 01:30:24 +02:00
tests support for AD primary groups 2014-07-08 21:32:21 +02:00
group_ldap.php support for AD primary groups 2014-07-08 21:32:21 +02:00
group_proxy.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
settings.php make user_ldap fully translatable 2014-05-25 14:41:59 +02:00
user_ldap.php LDAP: put out fetching of user meta data into a fully tested class of its own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master 2014-06-03 12:59:09 +02:00
user_proxy.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00