summaryrefslogtreecommitdiff
path: root/src/providers/ldap/ldap_id.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-10LDAP: handle SID requests if noexist_delete is setSumit Bose1-0/+10
2013-09-27LDAP: Require ID numbers when ID mapping is offJakub Hrozek1-3/+22
2013-08-08Enable removing nonexisting dn in sdap_handle_account_infoLukas Slebodnik1-1/+1
2013-07-17LDAP: When resolving a SID, search for groups first, then usersJakub Hrozek1-19/+18
2013-06-28Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mappingSumit Bose1-3/+11
2013-06-24LDAP: Retry SID search based on result of LDAP search, not the return codeJakub Hrozek1-2/+13
2013-06-07LDAP: return sdap search return code to IDJakub Hrozek1-34/+87
2013-06-07LDAP: new SDAP domain structureJakub Hrozek1-19/+49
2013-06-07LDAP: Pass in a connection to ID functionsJakub Hrozek1-20/+39
2013-06-07LDAP: Refactor account info handler into a tevent requestJakub Hrozek1-155/+201
2013-06-07LDAP: sdap_id_ctx might contain several connectionsJakub Hrozek1-5/+5
2013-06-06Intermittent fix for get_user_and_group_users_doneSumit Bose1-3/+0
2013-05-28Remove unneeded commentJakub Hrozek1-1/+0
2013-05-27Add SID related requests to the LDAP providerSumit Bose1-5/+230
2013-05-02Add secid filter to responder-dp protocolSumit Bose1-0/+6
2013-03-20ldap: Fallback option for rfc2307 schemaSimo Sorce1-0/+39
2013-01-21Add be_req_get_data() helper funciton.Simo Sorce1-1/+1
2013-01-21Add be_req_get_be_ctx() helper.Simo Sorce1-10/+16
2013-01-21Remove sysdb as a be context structure memberSimo Sorce1-3/+3
2013-01-15Add domain argument to sysdb_delete_group()Simo Sorce1-2/+4
2013-01-15Add domain argument to sysdb_delete_user()Simo Sorce1-3/+5
2012-12-05Fix comment on wrong lineSimo Sorce1-1/+1
2012-12-04Use an entry type mask macro to filter entry typesSimo Sorce1-1/+1
2012-11-19LDAP: Remove double breakJakub Hrozek1-1/+0
2012-11-15Add ignore_group_members option.Paul B. Henson1-1/+8
2012-08-23Clean up cache on server reinitializationPavel Březina1-0/+45
2012-06-29ldap provider: add sudo usn valuePavel Březina1-0/+2
2012-05-31Add support for filtering atributesJan Zeleny1-6/+6
2012-05-10LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher1-3/+3
2012-05-03LDAP: Enable looking up id-mapped groups by GIDStephen Gallagher1-2/+45
2012-05-03LDAP: Allow looking up ID-mapped groups by nameStephen Gallagher1-11/+20
2012-05-03LDAP: Enable looking up id-mapped users by UIDStephen Gallagher1-6/+43
2012-01-31LDAP: Add enumeration support for servicesStephen Gallagher1-0/+2
2012-01-31LDAP: Add support for service lookups (non-enum)Stephen Gallagher1-0/+30
2011-12-19Pass sdap_id_ctx to online check from IPA providerJakub Hrozek1-17/+40
2011-11-29Provide means of forcing TLS and GSSAPI enabled/disabled for sdap connectionsJakub Hrozek1-1/+2
2011-11-25Fix sdap_id_ctx/ipa_id_ctx mismatch in IPA providerJakub Hrozek1-2/+13
2011-11-23Renamed some LDAP routinesJan Zeleny1-2/+2
2011-11-02LDAP: Add support for multiple search bases for group enumerationStephen Gallagher1-1/+2
2011-11-02LDAP: Add support for multiple search bases for user enumerationStephen Gallagher1-1/+2
2011-11-02LDAP: Convert ldap_*_search_filterStephen Gallagher1-32/+12
2011-11-02LDAP: Support multiple group search bases (non-enumeration, RFC2307)Stephen Gallagher1-1/+3
2011-11-02LDAP: Support multiple user search bases (non-enumeration)Stephen Gallagher1-0/+1
2011-10-03Use explicit base 10 for converting strings to integersJakub Hrozek1-2/+2
2011-08-15sysdb refactoring: memory context deletedJan Zeleny1-7/+5
2011-08-15sysdb refactoring: deleted domain variables in sysdb APIJan Zeleny1-9/+4
2011-08-04Fix returning groups when gidNumber attribute is not orderedJakub Hrozek1-1/+3
2011-07-27Explicitly ignore groups with gidNumber=0Jakub Hrozek1-1/+1
2011-05-04Fixed lastUSN checking improvementsJan Zeleny1-3/+6
2011-04-19Add last usn checking after reconnectionJan Zeleny1-1/+16