Commit Graph

73 Commits (3465604cf9ed20b169da9c1a8bbd31a9afcf9183)

Author SHA1 Message Date
Arthur Schiwon 4fa39250e7 LDAP User Cleanup: Port from stable7 without further adjustements 10 years ago
Arthur Schiwon 6b6147dafd phpdoc and mixed up letters 11 years ago
Arthur Schiwon 4a3fe42b16 a corrected email attribute needs to be saved, not only returned 11 years ago
Arthur Schiwon f9b4f5f4e5 to reassure that selected attributes still work, do not count all matching entries but limit it to 1 in order to make it faster 11 years ago
Arthur Schiwon 71944a59a5 detectors (email, displayname..) are now started in one place, triggered from only 2 places. more reliable structure and flow, saves requests 11 years ago
Arthur Schiwon f725cc66a3 consolidate user count filter in wizard and user back end 11 years ago
Arthur Schiwon cb3af1dce2 detect user display name attribute and return user count depending on its presence 11 years ago
Lukas Reschke d060180140 Use function outside of loop 11 years ago
Arthur Schiwon 6041ae6224 dn needs to be fetched to be able to detect memberOf support 11 years ago
Arthur Schiwon 3c9668f605 if only one attribute is requested, the returned array has 0 as key instead of attribute name. fixes #10888 11 years ago
Robin Appelman d0266c0bf8 Use public api for getting l10n 11 years ago
Arthur Schiwon 371cab367d trigger email detection by Wizard upon any user filter filter change. before it happenend only upon user automatic list filter creation, but not on manual editing 11 years ago
Arthur Schiwon 34761dabb1 write log message, if original value was changed 11 years ago
Arthur Schiwon f47a4a8c15 add unit test for mail detection 11 years ago
Arthur Schiwon 441c600c90 remove Access as hard dependency, inject it instead 11 years ago
Arthur Schiwon baa49cd58a Wizad: email attribute detection 11 years ago
Arthur Schiwon dbd51d15e1 Port of #8623 11 years ago
Jean-Louis Dupond e46fc7a18a Fix initializing in #9848 11 years ago
Jean-Louis Dupond fc662917e7 Fix remarks in #9848 11 years ago
Jean-Louis Dupond 71f3326035 Fix memberOf detection. Fixes: #9835 11 years ago
Arthur Schiwon 89f2691515 adjust access constructor to master 11 years ago
Arthur Schiwon 452efa5fab Port of LDAP Wizard: get correct total no of users, groups and complete list of groups on big setups #9002 11 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 11 years ago
Robin McCorkell e7aebc5c32 Fix whitespace issues 11 years ago
Robin McCorkell c4f1de63a8 Fix PHPDoc in /apps 11 years ago
Lukas Reschke 57640742af Use WizardResult|false instead of mixed 11 years ago
Lukas Reschke 416f8b186d Use @return instead of @returns 11 years ago
Lukas Reschke fc8be5abc3 Use proper PHPDoc and variable names in the LDAP lib 11 years ago
Bart Visscher bad41c05b8 Fix PHPdoc in user_ldap 11 years ago
Arthur Schiwon dbebf6bb5e add comment to clearify when a skip in the foreach happens 11 years ago
Arthur Schiwon 4230983e69 define var 11 years ago
Arthur Schiwon a085d7715f fix potential infinite loop when the DN of the first entry was already read. 11 years ago
Arthur Schiwon 561d699ca6 Use the LDAP wrapper for checking resources, needs for proper testing 11 years ago
Arthur Schiwon bd881348e8 Fix wildcard handling and check even less DNs per filter, enough will be looked at anyway 11 years ago
Arthur Schiwon 057c2638e4 LDAP Wizard: when determining objectclasses, we realy do not need to look at every entry. Fixes #7530 11 years ago
root 8fcc29ee8b only check ldap_errno if an ldap_* function actually fails 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 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
Joas Schilling b330d07b51 Fix more documentation failes 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Arthur Schiwon 25fecb4f25 typo, grammar 11 years ago
Arthur Schiwon bb6bad6b3c remove unused variables 11 years ago
Arthur Schiwon e4b7c6ef10 LDAP: fix TLS detection 11 years ago
Arthur Schiwon 01af3bdb05 LDAP Wizard: return correct var 12 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 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