summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* existence check works without attribute (like with users)Arthur Schiwon2018-03-151-1/+2
| | | | | | cn is not necessarily given everywhere Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2018-03-146-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-03-1314-0/+14
|
* Remove deprecated and unsused methods of OCP\DBMorris Jobke2018-03-121-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-03-12104-104/+104
|
* Use variable for proper translationsRoeland Jago Douma2018-03-101-1/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update wizardTabElementary.jsrakekniven2018-03-101-1/+1
| | | | Fixed grammar. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/91002422?issue=yes
* [tx-robot] updated from transifexNextcloud bot2018-03-092-4/+4
|
* Merge pull request #8221 from Cybso/8220_applyLdapUserFilter_on_membersMorris Jobke2018-03-081-2/+4
|\ | | | | Apply ldapUserFilter on members of group
| * dn2ocname: also apply group filter to readAttribute()Roland Tapken2018-03-071-6/+4
| | | | | | | | Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
| * Apply ldapUserFilter on members of groupRoland Tapken2018-02-071-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refers to issue #8220 user_ldap configured with custom filters for active directory access (group-member-association is "member"). Then it can happen that the members of a group contain members that don't belong to the users available in Nextcloud (the most trivial reason is that the user filter contains "(!(UserAccountControl:1.2.840.113556.1.4.803:=2))" to exclude disabled users from being imported). This can be fixed by applying the ldapUserFilter when resolving the UID for a DN fetched from the group's member list. Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
* | Merge pull request #8634 from nextcloud/ldap-no-empty-namesRoeland Jago Douma2018-03-052-6/+59
|\ \ | | | | | | do not create empty userid when attribute does not have allowed chars
| * | treat iconv issuesArthur Schiwon2018-03-052-5/+13
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | typo + phpdocArthur Schiwon2018-03-051-1/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | do not create empty userid when attribute does not have allowed charsArthur Schiwon2018-03-022-3/+47
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #8630 from nextcloud/ldap-cachekey-sha256Joas Schilling2018-03-052-2/+2
|\ \ \ | | | | | | | | use hash algo that's robust against collisions
| * | | use hash algo that's robust against collisionsArthur Schiwon2018-03-022-2/+2
| |/ / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / / [tx-robot] updated from transifexNextcloud bot2018-03-042-6/+6
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-02-282-4/+4
| |
* | fix retrieving group members with numerical uids from LDAPArthur Schiwon2018-02-231-6/+7
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | tests for retrieving group members with numerical uidsArthur Schiwon2018-02-231-2/+85
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2018-02-232-2/+2
| |
* | Merge pull request #8499 from nextcloud/avoid-fruitless-login-attemptsMorris Jobke2018-02-222-3/+30
|\ \ | | | | | | Avoid fruitless login attempts
| * | track the state of the bind resultArthur Schiwon2018-02-222-3/+30
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | 2nd parameter to t() must be arrayArthur Schiwon2018-02-224-5/+5
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2018-02-212-2/+2
| |
* | Merge pull request #8411 from nextcloud/add-strict-types-to-oc_appMorris Jobke2018-02-171-1/+1
|\ \ | | | | | | Add strict types to OC_App
| * | OC_App::loadApps now only accepts an array as type listMorris Jobke2018-02-171-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Fix info.xml files of shipped appsJoas Schilling2018-02-161-10/+13
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-02-142-8/+10
| |
* | Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-143-5/+0
|\ \ | | | | | | Remove unused import statements
| * | Remove unused import statementsMorris Jobke2018-02-143-5/+0
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Simplify return statementMorris Jobke2018-02-133-15/+6
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-02-1320-198/+514
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-082-26/+72
|/
* Merge pull request #8122 from nextcloud/fix-6851Morris Jobke2018-02-021-0/+1
|\ | | | | fix reading the ldapIgnoreNamingRule config value
| * typoblizzz2018-01-311-1/+1
| | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fixes reading the sysconfig valueArthur Schiwon2018-01-311-0/+1
| | | | | | | | | | | | settings without the entry in the translation array are computed Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2018-02-0190-534/+90
| |
* | [tx-robot] updated from transifexNextcloud bot2018-01-312-0/+2
|/
* Use ::class statement instead of stringMorris Jobke2018-01-292-2/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-01-292-10/+10
|
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-267-12/+12
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use type casting instead of *val() methodMorris Jobke2018-01-265-34/+34
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #8069 from nextcloud/no-catch-serverdownMorris Jobke2018-01-262-2/+8
|\ | | | | do not catch and ignore ServerNotAvailable in the wrong spot
| * do not catch ServerNotAvailableArthur Schiwon2018-01-262-2/+8
| | | | | | | | | | | | might cause the user to be unavailable (race condition). Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Simplify ternary operator statementsMorris Jobke2018-01-261-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use type casting instead of *val() methodMorris Jobke2018-01-2611-23/+23
| | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix risky tests without assertionsJoas Schilling2018-01-251-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>