Commit Graph

31 Commits (bb540722cd4e197bd608d9a87e4b10cf66dec5a9)

Author SHA1 Message Date
Arthur Schiwon ab3535855f more beautiful white spaces 12 years ago
Arthur Schiwon 67292a5345 add checkbox for experienced users to server tab 12 years ago
Arthur Schiwon 4bfb162558 command line tools to see, modify and test existing LDAP configurations 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell c4f1de63a8 Fix PHPDoc in /apps 12 years ago
Lukas Reschke fc8be5abc3 Use proper PHPDoc and variable names in the LDAP lib 12 years ago
Alexander Bergolth 0d9d70b51c change default ldap paging size to 500 13 years ago
Arthur Schiwon 86d479cb28 Use array_key_exists instead of isset, because the latter returns false if the assigned value is null 13 years ago
root a5813acb64 add ldap_paging_size config option 13 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 13 years ago
Arthur Schiwon 1292793c4b LDAP: fix method behind save button on advancend and expert tabs, fixes at least Home Folder setinng 13 years ago
root 48e426b589 add support for nested groups 13 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 13 years ago
Arthur Schiwon 54f0deff2a LDAP: get user photo from LDAP and set it as avatar if available 13 years ago
Arthur Schiwon ff9ecc8a51 LDAP Wizard: proper behaviour for raw filter input. remember the editing mode and compose filter only when desired. 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 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 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 3cafcc2d47 LDAP Wizard: add detection, load and save of LDAP groups for filter purposes 13 years ago
Arthur Schiwon 3b1822cf91 LDAP Wizard: add detection, load and save of LDAP objectClasses for filter purposes 13 years ago
Arthur Schiwon 7c60384f20 ignore autodetect-attribute on public save method 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