Commit Graph

77 Commits (00944a376a83695256f91f800bece1d2de10b89e)

Author SHA1 Message Date
Thomas Müller ffb0e14d7b replacing ownCloud by theme-able name or avoid it's usage 13 years ago
Arthur Schiwon 81dbe7dab7 Port PR #5457 to master 13 years ago
Donald Buczek 3fc232370e make sure the shared ldap connection is rebound to the configured user after being used for password checking. 13 years ago
Arthur Schiwon e61d961efb LDAP: Fix base-comparison with multibyte characters, fixes #5081. Thanks to @sfyang 13 years ago
Arthur Schiwon 652caa1c88 LDAP: move Configuration out of Connection into class of its own. The new wizard requires it. 13 years ago
Arthur Schiwon 0c837cefb6 LDAP: allow different UUID attributes for groups and users 13 years ago
Arthur Schiwon 81cf4a22ef LDAP: coding style 13 years ago
Arthur Schiwon d4f92494a2 LDAP: make Access be a dependency to the user and group backend instead of inheriting it. 13 years ago
Arthur Schiwon 6e850e0bee LDAP: establish wrapper interface to allow proper mocking 13 years ago
Arthur Schiwon 52454e39b7 LDAP: move is_resource check to ldap wrapper to make it mockable 13 years ago
Arthur Schiwon d34fbf3a86 LDAP: move PHP LDAP functions calls to an LDAP Wrapper for better isolation and mock testing 13 years ago
Arthur Schiwon 321c514782 LDAP: case insensitive replace for more robustness 13 years ago
Jörn Friedrich Dreyer 88fc410c19 fix numRows usage in user_ldap 13 years ago
Arthur Schiwon bd7771867b LDAP: fix generation of alternate internal name on conflicts. Use also smaller number for better user experience on e.g. *DAV links 13 years ago
Arthur Schiwon 3f1717d3d5 LDAP: implement UUID and internal username override 13 years ago
Arthur Schiwon 1e2b872160 LDAP: cachekey in set method needs to match with that one from get 13 years ago
Arthur Schiwon 22a8e7ad55 LDAP: remove restriction from group names to be in line with core behaviour again 13 years ago
kondou d6b13ccd12 Use !== and === in user_ldap app – Part 2 14 years ago
Arthur Schiwon 0f4e02b6fc LDAP: avoid irritating log output 14 years ago
Arthur Schiwon 1e07801c95 LDAP: compatibility with Novell eDirectory UUID 14 years ago
Arthur Schiwon 055fadd10d LDAP: escape some more chars for proper search filter, fixes #1673 14 years ago
Arthur Schiwon b08894ba77 LDAP: error codes can be negative, too 14 years ago
Arthur Schiwon 64551ee06f LDAP: sort users on server-side 14 years ago
Bart Visscher 92a36ca8b8 Join short comment lines 14 years ago
Bart Visscher 1ef2ecd6e8 Style cleanup user_ldap 14 years ago
Arthur Schiwon 1e45453da2 LDAP: format dn before using it, not other way round. fixes #1605 14 years ago
Arthur Schiwon afc9fe419a adjust copyright 14 years ago
Arthur Schiwon dbb4be903c LDAP: change generation of internal names. Use UUID for users. Change to sequential numbers for groups as they are still used as display names 14 years ago
Arthur Schiwon b3b0544e17 LDAP: make it possible to define attributes that should be considered on searches 14 years ago
Arthur Schiwon ad1113c2cb LDAP: fix parameter passed not as expected 14 years ago
Arthur Schiwon 4a8c25eef5 dechex not necessary, do not waste time with it 14 years ago
Arthur Schiwon 19fa78d1ee Code style 14 years ago
Arthur Schiwon ec1caa7d35 support LDAP search using multiple base DNs also with paged results, implements #395 14 years ago
Arthur Schiwon 81489ad860 support multiple base DNs 14 years ago
Bart Visscher df7d6cb26c More style fixes 14 years ago
Bart Visscher 68562dafb4 More whitespace fixes 14 years ago
Bart Visscher f39454ed12 Fix "Line indented incorrectly" 14 years ago
Bart Visscher 8256650da8 Fix "No space found after comma in function call" 14 years ago
Lorenzo M. Catucci de34f771c2 Exclude LDAP backend from global user searches 14 years ago
Arthur Schiwon 4cb760a924 LDAP: ldap_explode_dn escaped too much, fix it by manual replacement. Fixes different problems, esp. with non-ascii characters in the dn (#631) 14 years ago
Arthur Schiwon 495a8da354 port 95cee0e from stable45 14 years ago
Arthur Schiwon aebd4fd32d port dd694b5 from stable45 14 years ago
Arthur Schiwon 24e13419a3 LDAP: escape values in the DN, fixes #419 14 years ago
Arthur Schiwon d79e9a2da7 LDAP: cherrypick objectGUID handling from stable45, was part of PR 344 14 years ago
Lorenzo M. Catucci ca24f4767b Return an empty array on succesful existence check 14 years ago
Lorenzo M. Catucci 510191db68 Return true or false from readAttribute if $attr is empty 14 years ago
Arthur Schiwon 3f85432df9 LDAP: make filter in readAttribute configurable 14 years ago
Arthur Schiwon 5b3c9518dc LDAP: improve slicing 14 years ago
Arthur Schiwon 33aa630af3 LDAP: add error handling for failed searches 14 years ago
Arthur Schiwon b942c1253e remove TODO comment, it's done 14 years ago