summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-06-162-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-06-154-12/+16
|
* dn2ocname: also apply group filter to readAttribute()Roland Tapken2018-06-121-6/+4
| | | | Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
* Apply ldapUserFilter on members of groupRoland Tapken2018-06-121-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>
* [tx-robot] updated from transifexNextcloud bot2018-06-126-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-06-032-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-06-022-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-312-4/+4
|
* Merge pull request #9654 from nextcloud/backport/9360/stable13Morris Jobke2018-05-302-6/+6
|\ | | | | [stable13] Fix "Invalid argument supplied for foreach()"
| * adjust unit tests for \"Invalid argument supplied for foreach()\" fixRoger Szabo2018-05-291-4/+4
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * Fix "Invalid argument supplied for foreach()"Roger Szabo2018-05-291-2/+2
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | Merge pull request #9662 from nextcloud/backport/9640/stable13Morris Jobke2018-05-302-7/+56
|\ \ | | | | | | [stable13] check user state when fetching to avoid dealing with offline objects
| * | check user state when fetching to avoid dealing with offline objectsArthur Schiwon2018-05-292-7/+56
| |/ | | | | | | | | | | fixes #9502 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2018-05-302-0/+2
| |
* | Remove unneeded semicolon and parenthesesRoger Szabo2018-05-291-1/+1
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | css indent alignmentRoger Szabo2018-05-291-70/+87
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | adjust css to nc13 core changesRoger Szabo2018-05-291-5/+107
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | remove reset password linkRoger Szabo2018-05-291-5/+1
|/ | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* [tx-robot] updated from transifexNextcloud bot2018-05-294-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-264-8/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-05-252-0/+2
|
* Merge pull request #9522 from nextcloud/backport/9325/stable13Roeland Jago Douma2018-05-231-0/+3
|\ | | | | [stable13] Fix for unbound cloned LDAP connections
| * unbound cloned connection fixRoger Szabo2018-05-181-0/+3
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | [tx-robot] updated from transifexNextcloud bot2018-05-2312-12/+36
| |
* | [tx-robot] updated from transifexNextcloud bot2018-05-222-4/+4
|/
* [tx-robot] updated from transifexNextcloud bot2018-05-1812-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-05-1712-42/+42
|
* [tx-robot] updated from transifexNextcloud bot2018-05-1386-86/+86
|
* [tx-robot] updated from transifexNextcloud bot2018-05-122-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-112-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-05-102-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-05-052-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-272-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-04-244-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-04-222-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-212-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-172-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-124-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-04-1110-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-04-1094-188/+188
|
* [tx-robot] updated from transifexNextcloud bot2018-04-052-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-312-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-03-292-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-242-0/+2
|
* existence check works without attribute (like with users)Arthur Schiwon2018-03-161-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
|
* [tx-robot] updated from transifexNextcloud bot2018-03-12104-104/+104
|
* [tx-robot] updated from transifexNextcloud bot2018-03-092-4/+4
|
* do not create empty userid when attribute does not have allowed charsArthur Schiwon2018-03-052-6/+59
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>