summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/access.php
Commit message (Collapse)AuthorAgeFilesLines
* Backport of #20093 and #20124Arthur Schiwon2015-11-101-3/+13
| | | | | | | | | | | #20093 LDAP fix quota and case #20124 remove uselessly used parameter, read all user attributes also when looking up users in groups fix update quota with known value fix attribute casing to ensure array keys work remove uselessly used parameter, read all user attributes also when looking up users in groups
* memberOf resembles a DN as well and is actively usedArthur Schiwon2015-09-281-0/+34
|
* read all relevant user attributes on login and user search, in one query. ↵Arthur Schiwon2015-09-231-10/+57
| | | | saves us some.
* Update license headersJenkins for ownCloud2015-03-261-19/+21
|
* Revert "Updating license headers"Morris Jobke2015-02-261-20/+20
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-20/+20
|
* inject DB Connection to user managerArthur Schiwon2015-01-071-1/+2
|
* Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-1/+1
|
* user_ldap: Reimplement convertSID2Str() without BCMath dependency.Andreas Fischer2014-11-031-33/+30
| | | | | Also explicitly format sub-id integers as unsigned, which is required for 32-bit systems.
* unify testsArthur Schiwon2014-08-181-55/+36
|
* better check whether string resembles a DN, fixes #9887Arthur Schiwon2014-08-111-0/+76
|
* make tests deal with missing bcmathArthur Schiwon2014-07-111-0/+29
|
* support for AD primary groupsArthur Schiwon2014-07-081-1/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* adjust Access testArthur Schiwon2014-06-031-7/+16
|
* LDAP: fix and extend testsArthur Schiwon2014-02-201-0/+71