summaryrefslogtreecommitdiff
path: root/lib/Auth
AgeCommit message (Expand)AuthorFilesLines
2014-08-26Fix so LDAP internal debug is enabled only when debug_mode=trace (#3535)Aleksander Machniak1-4/+4
2014-02-10Make sure the 'ou' attribute value does not make it back on to user entriesJeroen van Meeuwen (Kolab Systems)1-0/+1
2014-01-08Fix typos in memcache-related methodsAleksander Machniak1-3/+3
2014-01-07Revert commit 109ad37d making email addresses case-insensitivekolab-webadmin-3.1.4Aleksander Machniak1-19/+1
2013-12-18Fix possible fatal error when increment() method is called on non-existing Me...Aleksander Machniak1-3/+3
2013-12-16Fix possible PHP warningAleksander Machniak1-1/+1
2013-12-16Fix self-write ACL for new domains to fix password changes by self (Bug #2678)Aleksander Machniak1-1/+1
2013-12-16Add 'l' (localityName) attribute to the list of self-write attributes (Bug #2...Aleksander Machniak1-1/+1
2013-12-04Store domain_root_dn() result in memory to skip redundant searches (if memcac...Aleksander Machniak1-26/+29
2013-12-04Cache domain name to domain DN mapAleksander Machniak1-9/+54
2013-12-04Code for finding a domain by name moved to _find_domain() methodAleksander Machniak1-33/+39
2013-11-27Fix email address comparissons, so local part is case-sensitive, but domain p...Aleksander Machniak1-2/+24
2013-11-27Fix so exception is thrown on alias addresses validation whenAleksander Machniak1-0/+2
2013-11-24Slice page from list result after sorting and ordering, small code improvementskolab-webadmin-3.1.3Aleksander Machniak1-9/+6
2013-11-24Fix completely broken group.member_list API action by fixing a mess in LDAP3Aleksander Machniak1-12/+1
2013-11-18Fix bug where adding new domains omits the kolab* ldap attributes for self-wr...Aleksander Machniak1-29/+37
2013-10-10Fix typo where default page_size for list result wasn't setAleksander Machniak1-1/+1
2013-09-24Prevent from deleting oneself (Bug #1808)Aleksander Machniak1-1/+2
2013-09-13It should be ldap.vlv, not kolab_wap.vlvAleksander Machniak1-1/+1
2013-09-13Support kolab_wap.vlv configuration optionAleksander Machniak1-7/+2
2013-09-13Fix lost breaks in switch()Aleksander Machniak1-0/+2
2013-09-12Remove redundant list_replicas() callsAleksander Machniak1-2/+1
2013-09-12Cache effective rights in internal cache if memcache is not enabledAleksander Machniak1-0/+8
2013-09-11Fix/workaround issue where nsRoleDN is not returned as allowed attributeAleksander Machniak1-0/+23
2013-09-10Refactored config getter so when section is specified, but requestedAleksander Machniak1-1/+1
2013-09-10Fix invalid Conf::get_list() usageAleksander Machniak1-1/+1
2013-09-10Fix unhandled ldap errors + some CS fixes (Bug #2201)Aleksander Machniak1-4/+4
2013-08-25Enable caching of get_effectiverights() results, that are otherwise very expe...Aleksander Machniak (Kolab Systems)1-3/+79
2013-08-24Always check if search result is an objectAleksander Machniak1-2/+3
2013-08-18Strike that, this is betterJeroen van Meeuwen (Kolab Systems)1-1/+1
2013-08-18Allow the configuration of a login filterJeroen van Meeuwen (Kolab Systems)1-0/+6
2013-07-10Ensure replicas and replication agreements are added correctlyJeroen van Meeuwen (Kolab Systems)1-5/+40
2013-07-10Create the database entry and configuration on replica hosts, then trigger th...Jeroen van Meeuwen (Kolab Systems)1-5/+48
2013-07-10Fix "PHP Warning: mb_strtoupper() expects parameter 1 to be string, array gi...Aleksander Machniak1-0/+7
2013-07-10Fix inetdomainbasedn attribute handling in domain_add(), some code cleanup,Aleksander Machniak1-35/+21
2013-07-10Refactored domain_add(), fixes Bug #1914Aleksander Machniak1-291/+241
2013-06-17Add possibility to connect with TLS by setting ldap_uri with tls:// prefixAleksander Machniak1-0/+1
2013-05-23Use all specified attributes when adding a domainJeroen van Meeuwen (Kolab Systems)1-4/+16
2013-05-22Make sure the correct (configured) unique_attribute is being used.Jeroen van Meeuwen (Kolab Systems)1-4/+29
2013-05-22Make sure that if no valid result exists for the domain name space search, we...Jeroen van Meeuwen (Kolab Systems)1-0/+4
2013-05-19Use the correct function to test for the existence of an 'inetdomainbasedn' a...Jeroen van Meeuwen (Kolab Systems)1-1/+1
2013-04-16Fix PHP fatal errors when search_entries() returns false (on error ) (Bug #1756)Aleksander Machniak1-2/+6
2013-04-13Code cleanupAleksander Machniak1-19/+9
2013-04-13Add shared folder management functionality to the Web Administration Panel Cl...Jeroen van Meeuwen (Kolab Systems)1-0/+69
2013-01-31Fix so OU selector for POSIX user contains only relevant organizational units...Aleksander Machniak1-2/+2
2013-01-23Fix bug where type=*e* was added to some LDAP searchesAleksander Machniak1-9/+4
2012-12-27Correct detecting the base dn for subjects (object's key/type) that are being...Jeroen van Meeuwen (Kolab Systems)1-9/+10
2012-12-26Add a function find_recipient in order to determine whether a specific recipi...Jeroen van Meeuwen (Kolab Systems)1-0/+29
2012-12-20Fix detecting base_dn for created objects (Bug #1464)Aleksander Machniak1-15/+16
2012-11-28Correct handling the return value of Auth::LDAP::domain_info(), that can also...Jeroen van Meeuwen (Kolab Systems)1-1/+2