summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* Treat a zero-length password as a failuresssd-1_0_7Stephen Gallagher2010-08-241-0/+7
* Do not check entries during cleanup taskJakub Hrozek2010-05-262-81/+59
* Do not schedule enumeration after a cleanupJakub Hrozek2010-05-261-2/+2
* Fix ldap child memory hierarchy and other issuesSimo Sorce2009-12-184-208/+262
* Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose2009-12-181-7/+19
* Raise DEBUG level of sdap_get_generic_done()Stephen Gallagher2009-12-171-1/+1
* Don't consider one address with different port numbers as the sameMartin Nagy2009-12-152-3/+7
* Consolidate code for splitting strings by separatorJakub Hrozek2009-12-101-3/+2
* Reduce code duplication between LDAP child and Kerberos childJakub Hrozek2009-12-091-118/+7
* Allow nesting to fix #310Simo Sorce2009-12-071-0/+1
* Try to renew Kerberos credentialsSumit Bose2009-12-075-2/+189
* Fix nested group membershipsSimo Sorce2009-12-071-143/+129
* Resolve nested groups also when rfc2307bis is usedSimo Sorce2009-12-071-68/+2
* Check LDAP structure before calling ldap_unbind_ext()Sumit Bose2009-12-031-1/+3
* Setup ldap child logging from IPA backendJakub Hrozek2009-12-033-45/+47
* Get TGT in a child process.Jakub Hrozek2009-11-258-164/+1060
* Make backend request type a bitfieldStephen Gallagher2009-11-231-1/+1
* Add ldap_pwd_policy optionSumit Bose2009-11-234-45/+92
* Add initial failover support for ldap and ipaSimo Sorce2009-11-209-17/+266
* Raise some timeoutsSimo Sorce2009-11-201-2/+2
* Filter by id range before actually storing entries.Simo Sorce2009-11-201-0/+24
* Better behavior on cleanupSimo Sorce2009-11-204-20/+44
* Store initgr expire time on initgr callSimo Sorce2009-11-181-6/+17
* Fix double free case.Simo Sorce2009-11-121-1/+3
* Try to fix offline loginsSimo Sorce2009-11-121-12/+6
* Add cleanup taskSimo Sorce2009-11-106-155/+910
* Fix tevent_req error checking.Simo Sorce2009-11-096-117/+45
* Fix enumerationsSimo Sorce2009-11-091-2/+6
* Split async helpers in multiple filesSimo Sorce2009-11-065-3285/+3383
* Reorganize ldap id provider filesSimo Sorce2009-11-064-547/+583
* Unify code to use the generic search interfaceSimo Sorce2009-11-061-593/+473
* Fix and enhance initgroups callSimo Sorce2009-11-061-170/+637
* Unify parse routines, use maps in generic searchesSimo Sorce2009-11-064-130/+77
* Store the original memberof attributes if anySimo Sorce2009-11-061-7/+30
* Make useful function more broadly available.Simo Sorce2009-11-063-30/+30
* add replacements for missing Kerberos callsSumit Bose2009-11-051-8/+8
* Rename sdap_id_map to sdap_attr_mapSimo Sorce2009-11-034-19/+55
* Fix segfault when SASL is not used at allSimo Sorce2009-10-302-2/+4
* Add support to get rootDSE from the LDAP server.Simo Sorce2009-10-296-121/+398
* Tidy up ipa optionsSimo Sorce2009-10-292-2/+29
* Kill the ldap connection when we go offlineSimo Sorce2009-10-281-5/+16
* Move responsibility for entry expiration timeoutSimo Sorce2009-10-273-5/+11
* Add proper support for IPA/AD schemasSimo Sorce2009-10-274-202/+574
* store original DN with cached group objects if availableSumit Bose2009-10-271-0/+16
* Better offline/enumeration behaviorSimo Sorce2009-10-221-10/+12
* added generic LDAP search sdap_get_generic_send/_recvSumit Bose2009-10-224-0/+304
* Always list inputs before outputsSimo Sorce2009-10-161-8/+11
* Move all ldap provider init functionsSimo Sorce2009-10-165-145/+202
* Check for expired passwords in LDAP providerSumit Bose2009-10-154-23/+425
* Return the dp error from the providersSimo Sorce2009-10-152-26/+47