summaryrefslogtreecommitdiff
path: root/server/providers/ldap
AgeCommit message (Expand)AuthorFilesLines
2009-12-07Try to renew Kerberos credentialsSumit Bose5-2/+189
2009-12-07Fix nested group membershipsSimo Sorce1-143/+129
2009-12-07Resolve nested groups also when rfc2307bis is usedSimo Sorce1-68/+2
2009-12-03Check LDAP structure before calling ldap_unbind_ext()Sumit Bose1-1/+3
2009-12-03Setup ldap child logging from IPA backendJakub Hrozek3-45/+47
2009-11-25Get TGT in a child process.Jakub Hrozek8-164/+1060
2009-11-23Make backend request type a bitfieldStephen Gallagher1-1/+1
2009-11-23Add ldap_pwd_policy optionSumit Bose4-45/+92
2009-11-20Add initial failover support for ldap and ipaSimo Sorce9-17/+266
2009-11-20Raise some timeoutsSimo Sorce1-2/+2
2009-11-20Filter by id range before actually storing entries.Simo Sorce1-0/+24
2009-11-20Better behavior on cleanupSimo Sorce4-20/+44
2009-11-18Store initgr expire time on initgr callSimo Sorce1-6/+17
2009-11-12Fix double free case.Simo Sorce1-1/+3
2009-11-12Try to fix offline loginsSimo Sorce1-12/+6
2009-11-10Add cleanup taskSimo Sorce6-155/+910
2009-11-09Fix tevent_req error checking.Simo Sorce6-117/+45
2009-11-09Fix enumerationsSimo Sorce1-2/+6
2009-11-06Split async helpers in multiple filesSimo Sorce5-3285/+3383
2009-11-06Reorganize ldap id provider filesSimo Sorce4-547/+583
2009-11-06Unify code to use the generic search interfaceSimo Sorce1-593/+473
2009-11-06Fix and enhance initgroups callSimo Sorce1-170/+637
2009-11-06Unify parse routines, use maps in generic searchesSimo Sorce4-130/+77
2009-11-06Store the original memberof attributes if anySimo Sorce1-7/+30
2009-11-06Make useful function more broadly available.Simo Sorce3-30/+30
2009-11-05add replacements for missing Kerberos callsSumit Bose1-8/+8
2009-11-03Rename sdap_id_map to sdap_attr_mapSimo Sorce4-19/+55
2009-10-30Fix segfault when SASL is not used at allSimo Sorce2-2/+4
2009-10-29Add support to get rootDSE from the LDAP server.Simo Sorce6-121/+398
2009-10-29Tidy up ipa optionsSimo Sorce2-2/+29
2009-10-28Kill the ldap connection when we go offlineSimo Sorce1-5/+16
2009-10-27Move responsibility for entry expiration timeoutSimo Sorce3-5/+11
2009-10-27Add proper support for IPA/AD schemasSimo Sorce4-202/+574
2009-10-27store original DN with cached group objects if availableSumit Bose1-0/+16
2009-10-22Better offline/enumeration behaviorSimo Sorce1-10/+12
2009-10-22added generic LDAP search sdap_get_generic_send/_recvSumit Bose4-0/+304
2009-10-16Always list inputs before outputsSimo Sorce1-8/+11
2009-10-16Move all ldap provider init functionsSimo Sorce5-145/+202
2009-10-15Check for expired passwords in LDAP providerSumit Bose4-23/+425
2009-10-15Return the dp error from the providersSimo Sorce2-26/+47
2009-10-14Move ldap provider configuration into its own fileSimo Sorce6-189/+252
2009-10-14Make options parser available to all providersSimo Sorce6-294/+99
2009-10-14make sdap_id_connect_* independent of sdap_id_ctxSumit Bose3-180/+188
2009-10-13add a replacement if ldap_control_create is missingSumit Bose3-8/+7
2009-10-09Differentiate between search and network timeoutsSimo Sorce3-5/+7
2009-10-08add support for server side LDAP password policiesSumit Bose3-11/+125
2009-10-05remove redundant talloc_freeSumit Bose1-3/+0
2009-10-01Fix long timeout on ldap operationSimo Sorce2-5/+14
2009-10-01Initial implementation of sasl bind supportSimo Sorce6-59/+488
2009-09-25Let backend respond while fetching large resultsSimo Sorce1-2/+11