Commit Graph

222 Commits (92560c5b86cb88920b6e439bdf4b90f1d59e9b6c)

Author SHA1 Message Date
Arthur Schiwon e156f85bfb Rephrase and clarify log message 11 years ago
Arthur Schiwon e825a008c9 Wizard: disable LDAP referrals, fixes #6670 11 years ago
Arthur Schiwon a908bd5695 throw an info message, when base dn test failed 11 years ago
Arthur Schiwon bc17b40650 LDAP: extend LDAP wrapper search method for sizelimit, improves performance in wizard 11 years ago
Jörn Friedrich Dreyer 21832bc890 user workarount to compare CLOB column with CHAR value 11 years ago
Arthur Schiwon 25fecb4f25 typo, grammar 11 years ago
Arthur Schiwon 097b6b8be9 LDAP: only read config from database, if configID is given. Not what we want to do when on-the-fly-testing settings from the admin page 11 years ago
Arthur Schiwon bb6bad6b3c remove unused variables 11 years ago
Arthur Schiwon e4b7c6ef10 LDAP: fix TLS detection 11 years ago
Robin Appelman d50c7391d8 Use $server->getMemCacheFactory() in ldap connection 11 years ago
Arthur Schiwon b669e1a3c1 LDAP: implement userCount action. This required to (finally) clean up and refactor the search method, which will have a positive performance impact on paged search. 11 years ago
Arthur Schiwon 1292793c4b LDAP: fix method behind save button on advancend and expert tabs, fixes at least Home Folder setinng 11 years ago
root 54e47b4180 correctly propagate the return value of ldap_set_option 11 years ago
Arthur Schiwon 01af3bdb05 LDAP Wizard: return correct var 11 years ago
Arthur Schiwon a10d1977b5 LDAP: set default value for login filter to empty, otherwise the wizard signals completed configuration too early when it might be not correct, i.e. login won't work 11 years ago
Arthur Schiwon 9808dee149 LDAP Wizard: don't send ldap_tls change back to the interface as the element was removed, for it is detected fully automatically. Resolves an JS error and thus an ever-spinning spinner 11 years ago
Arthur Schiwon 03375d6c52 LDAP: username2dn should only return DNs that belong to the current LDAP server. Might be not perfect. Easy perfect solution would increase communication with LDAP server. Let's see if it is good enough 12 years ago
Arthur Schiwon 3955388f20 LDAP: proxy: configurable return to determine when to try the next LDAP server and when to return (multi server setup) 12 years ago
Arthur Schiwon 54f0deff2a LDAP: get user photo from LDAP and set it as avatar if available 12 years ago
Arthur Schiwon dd5e1092c7 LDAP Wizard: add objectclass for group detection in Zimbra 12 years ago
Arthur Schiwon ff9ecc8a51 LDAP Wizard: proper behaviour for raw filter input. remember the editing mode and compose filter only when desired. 12 years ago
Arthur Schiwon da61c6ef72 LDAP Wizard: determine port without credentials. don't hide the port input field 12 years ago
Arthur Schiwon ea9f392f4e LDAP Wizard: improve check for Agent DN and Credentials 12 years ago
Arthur Schiwon 95a5ff63b8 LDAP: resolve namespace harakiri, fixes background job 12 years ago
Arthur Schiwon fc040755c1 LDAP Wizard: do not forget to set display name attributes for user and group, makes Test Connection succeed 12 years ago
VicDeo 4e9a23dffe Excpetion->Exception 12 years ago
Thomas Müller ffb0e14d7b replacing ownCloud by theme-able name or avoid it's usage 12 years ago
Arthur Schiwon 81dbe7dab7 Port PR #5457 to master 12 years ago
Donald Buczek 3fc232370e make sure the shared ldap connection is rebound to the configured user after being used for password checking. 12 years ago
Arthur Schiwon c48157e3b8 LDAP: don't validate unconfigured (new) LDAP server configs, fixes #5518 12 years ago
Arthur Schiwon 20f46602bd LDAP: when multiline values are passed as array, do not try to preg_split them. Fixes #5521 12 years ago
Arthur Schiwon 6284e95e2b typo, fixes #5517 12 years ago
Arthur Schiwon 30c0f5dee6 LDAP Wizard: proper strings and translations for user and group count text 12 years ago
Arthur Schiwon e61d961efb LDAP: Fix base-comparison with multibyte characters, fixes #5081. Thanks to @sfyang 12 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 12 years ago
Arthur Schiwon 6acd01d9f2 resolve merge conflicts from rebase 12 years ago
Arthur Schiwon f64ae75107 LDAP Wizard: fix couple more or less nasty bugs aka polishing 12 years ago
Arthur Schiwon 109ddde944 Wizard: autodetection of group-member-assoc attribute 12 years ago
Arthur Schiwon 5606b60f36 LDAP: set displayname as default attribute for user display name 12 years ago
Arthur Schiwon b2ccb712e2 Ldap Wizard: Group Filter configuration 12 years ago
Arthur Schiwon 7c6a9c2256 Ldap Wizard: Login filter UI, detection of username attribute, composing of login filter 12 years ago
Arthur Schiwon e903db7887 LDAP Wizard: create user list filter, show number of user that will have access to OC 12 years ago
Arthur Schiwon 5c99645f7d Cleanup code, sort results 12 years ago
Arthur Schiwon 162bfb231a Ldap Wizard: find out whether server supports memberOf in LDAP Filter and disable group chooser if not 12 years ago
Arthur Schiwon e87b091536 cleanup and coding style 12 years ago
Arthur Schiwon 87bd5a2bbb cleanup, doc and todo 12 years ago
Arthur Schiwon 3cafcc2d47 LDAP Wizard: add detection, load and save of LDAP groups for filter purposes 12 years ago
Arthur Schiwon 5425511259 Remove debug output 12 years ago
Arthur Schiwon 3b1822cf91 LDAP Wizard: add detection, load and save of LDAP objectClasses for filter purposes 12 years ago
Arthur Schiwon 8290929aa6 LDAP Wizard: autodetect base DN 12 years ago