Commit Graph

194 Commits (617dc0e468cd285a28f337c565f9f9ae1aa2e85f)

Author SHA1 Message Date
Arthur Schiwon da61c6ef72 LDAP Wizard: determine port without credentials. don't hide the port input field 13 years ago
Arthur Schiwon ea9f392f4e LDAP Wizard: improve check for Agent DN and Credentials 13 years ago
Arthur Schiwon 95a5ff63b8 LDAP: resolve namespace harakiri, fixes background job 13 years ago
VicDeo 4e9a23dffe Excpetion->Exception 13 years ago
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 c48157e3b8 LDAP: don't validate unconfigured (new) LDAP server configs, fixes #5518 13 years ago
Arthur Schiwon 20f46602bd LDAP: when multiline values are passed as array, do not try to preg_split them. Fixes #5521 13 years ago
Arthur Schiwon 6284e95e2b typo, fixes #5517 13 years ago
Arthur Schiwon 30c0f5dee6 LDAP Wizard: proper strings and translations for user and group count text 13 years ago
Arthur Schiwon e61d961efb LDAP: Fix base-comparison with multibyte characters, fixes #5081. Thanks to @sfyang 13 years ago
Arthur Schiwon 17010e8f58 Don't set Base User and Base Group when Base DN was detected, would case problems but does not provide any benefit. also make sure that empty string is saved instead of false for multiline values 13 years ago
Arthur Schiwon 6acd01d9f2 resolve merge conflicts from rebase 13 years ago
Arthur Schiwon f64ae75107 LDAP Wizard: fix couple more or less nasty bugs aka polishing 13 years ago
Arthur Schiwon 109ddde944 Wizard: autodetection of group-member-assoc attribute 13 years ago
Arthur Schiwon 5606b60f36 LDAP: set displayname as default attribute for user display name 13 years ago
Arthur Schiwon b2ccb712e2 Ldap Wizard: Group Filter configuration 13 years ago
Arthur Schiwon 7c6a9c2256 Ldap Wizard: Login filter UI, detection of username attribute, composing of login filter 13 years ago
Arthur Schiwon e903db7887 LDAP Wizard: create user list filter, show number of user that will have access to OC 13 years ago
Arthur Schiwon 5c99645f7d Cleanup code, sort results 13 years ago
Arthur Schiwon 162bfb231a Ldap Wizard: find out whether server supports memberOf in LDAP Filter and disable group chooser if not 13 years ago
Arthur Schiwon e87b091536 cleanup and coding style 13 years ago
Arthur Schiwon 87bd5a2bbb cleanup, doc and todo 13 years ago
Arthur Schiwon 3cafcc2d47 LDAP Wizard: add detection, load and save of LDAP groups for filter purposes 13 years ago
Arthur Schiwon 5425511259 Remove debug output 13 years ago
Arthur Schiwon 3b1822cf91 LDAP Wizard: add detection, load and save of LDAP objectClasses for filter purposes 13 years ago
Arthur Schiwon 8290929aa6 LDAP Wizard: autodetect base DN 13 years ago
Arthur Schiwon 7c60384f20 ignore autodetect-attribute on public save method 13 years ago
Arthur Schiwon 3fe400a3ca Simplify WizardResult 13 years ago
Arthur Schiwon 53db1fe5ac First stage of new Wizard, neither feature complete nor ready 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 02f292d0fd Doc fix 13 years ago
Arthur Schiwon 0c837cefb6 LDAP: allow different UUID attributes for groups and users 13 years ago
Arthur Schiwon a1aff3e8a1 LDAP: don't throw exceptions in the wrapper, errors are handled in the code. nevertheless, log unexpected errors 13 years ago
Arthur Schiwon 81cf4a22ef LDAP: coding style 13 years ago
Arthur Schiwon bb162b1f94 LDAP: get rid of some PHP Warnings 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 f04aa1af5d LDAP: don't check var type when you can specify the type in the parameter list 13 years ago
Arthur Schiwon b9cd22cf78 LDAP: use wrapper, not direct function call 13 years ago
Arthur Schiwon 5090ca3eb4 LDAP: add phpdoc 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 1a020e0696 Resolve merge conflict 13 years ago
Arthur Schiwon 321c514782 LDAP: case insensitive replace for more robustness 13 years ago
Arthur Schiwon c482512e23 LDAP: fix wrong hook name 13 years ago
kondou 9e8a6b704d Add _many_ newlines at the end of files 13 years ago
Arthur Schiwon f41c4312ff LDAP: use memcache if available 13 years ago
Arthur Schiwon c538ac3081 LDAP: only connect to LDAP once on login 13 years ago