Commit Graph

5 Commits (311531ecce497663960877fc536ba94deff27bc0)

Author SHA1 Message Date
Jörn Friedrich Dreyer 4d31caa6f8
fix a few minor code smells 9 years ago
Joas Schilling 813f0a0f40
Fix apps/ 10 years ago
Lukas Reschke aba539703c
Update license headers 10 years ago
Joas Schilling 391531851c
Move interface to PSR-4 10 years ago
Joas Schilling 3690ce1b36
Move LDAP to PSR-4 10 years ago
Arthur Schiwon fe2a506e56 remove deprecated ldap_sort 10 years ago
Thomas Müller 682821c71e Happy new year! 10 years ago
Arthur Schiwon a32b002cff always use an LDAP URL when connecting to LDAP 10 years ago
Arthur Schiwon cdb0689334 handle unallowed auth exception on port detection 11 years ago
Arthur Schiwon 5a56393657 throw exception on LDAP error 1, which we usually do not see and is pretty generic. AD uses is for uses not enlisted in the RFC, like on issues with anonymous binds. we also try to guess this case and show a hint. 11 years ago
Arthur Schiwon b9e5309757 catch unallowed anonymous auth attempt and show specific error 11 years ago
Arthur Schiwon b96b0063f6 throw exception when LDAP Connection was lost 11 years ago
Jenkins for ownCloud b585d87d9d Update license headers 11 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 11 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 11 years ago
Arthur Schiwon 2676e681e9 ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a unexisting function, fixes #9829 12 years ago
Arthur Schiwon da490bdbbe support for AD primary groups 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
root 6585bd5a50 "reset" ldap pagedSearch control by setting it to a high value 12 years ago
root 8fcc29ee8b only check ldap_errno if an ldap_* function actually fails 12 years ago
Arthur Schiwon bc17b40650 LDAP: extend LDAP wrapper search method for sizelimit, improves performance in wizard 12 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 12 years ago
root 54e47b4180 correctly propagate the return value of ldap_set_option 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
Arthur Schiwon a1aff3e8a1 LDAP: don't throw exceptions in the wrapper, errors are handled in the code. nevertheless, log unexpected errors 12 years ago
Arthur Schiwon d4f92494a2 LDAP: make Access be a dependency to the user and group backend instead of inheriting it. 12 years ago
Arthur Schiwon 6e850e0bee LDAP: establish wrapper interface to allow proper mocking 12 years ago
Arthur Schiwon 52454e39b7 LDAP: move is_resource check to ldap wrapper to make it mockable 12 years ago
Arthur Schiwon d34fbf3a86 LDAP: move PHP LDAP functions calls to an LDAP Wrapper for better isolation and mock testing 12 years ago