summaryrefslogtreecommitdiff
path: root/src/providers/ldap
AgeCommit message (Expand)AuthorFilesLines
2013-10-15LDAP: Set default value for dyndns update to falseLukas Slebodnik1-1/+1
2013-10-10LDAP: handle SID requests if noexist_delete is setSumit Bose1-0/+10
2013-09-27LDAP: Allow searching subdomain during RFC2307bis initgroupsJakub Hrozek1-9/+11
2013-09-27LDAP: Require ID numbers when ID mapping is offJakub Hrozek2-7/+77
2013-09-26ad: store group in correct tree on initgroups via tokenGroupsPavel Březina1-11/+41
2013-09-26sysdb: get_sysdb_grouplist() can return either names or dnPavel Březina2-16/+55
2013-09-24Include header file in implementation module.Lukas Slebodnik5-0/+5
2013-09-24Convert IN_MULTICAST parameter to host orderJakub Hrozek1-1/+1
2013-09-20LDAP: Use primary cn to search netgroupLukas Slebodnik3-7/+22
2013-09-20sdap_domain_add: remove too strict consistency checkSumit Bose1-10/+0
2013-09-20LDAP: Deprecate ldap_{user,group}_search_filterJakub Hrozek1-0/+12
2013-09-18AD: Download master domain info when enumeratingJakub Hrozek2-6/+11
2013-09-18LDAP: sdap_id_setup_tasks accepts a custom enum requestJakub Hrozek3-17/+26
2013-09-17util: add sss_idmap_talloc[_free]Pavel Březina1-14/+3
2013-09-11Fix formating of variables with type: gid_tLukas Slebodnik1-2/+1
2013-09-11Fix formating of variables with type: id_tLukas Slebodnik1-5/+7
2013-09-11Fix warning: data argument not used by format stringLukas Slebodnik1-2/+5
2013-09-11Fix formating of variables with ber_ typeLukas Slebodnik2-3/+4
2013-09-11Fix formating of variables with type: time_tLukas Slebodnik5-6/+6
2013-09-11Fix formating of variables with type defined in stdint.hLukas Slebodnik1-2/+3
2013-09-11Fix formating of variables with type: size_tLukas Slebodnik14-43/+53
2013-09-11Use the same variable type like in struct ldb_message_elementLukas Slebodnik1-1/+1
2013-09-11Fix formating of variables with type: intLukas Slebodnik2-3/+4
2013-09-11Fix formating of variables with type: longLukas Slebodnik3-8/+11
2013-09-11LDAP: Store cleanup timestamp after initial cleanupJakub Hrozek3-10/+10
2013-09-10is_dn(): free dnPavel Březina1-0/+2
2013-09-02Fix czech specific character in my namePavel Březina2-2/+2
2013-08-28LDAP: Make sdap_id_setup_tasks reusable for subdomainsJakub Hrozek3-7/+19
2013-08-28LDAP: Make the cleanup task reusable for subdomainsJakub Hrozek5-42/+73
2013-08-28LDAP: Make cleanup synchronousJakub Hrozek3-150/+34
2013-08-28LDAP: Convert enumeration to the ptask APIJakub Hrozek4-136/+132
2013-08-28LDAP: Move the ldap enum request to its own reusable moduleJakub Hrozek6-642/+741
2013-08-28LDAP: Remove unused constantJakub Hrozek1-2/+0
2013-08-28LDAP: Add enum_{users,groups}_recv to follow the tevent_req styleJakub Hrozek1-24/+19
2013-08-26sudo: do not strdup usn on ENOENTPavel Březina1-1/+1
2013-08-26sudo: do not fail to store the rule if we can't read usnPavel Březina1-3/+4
2013-08-19sysdb_add_incomplete_group: store SID string is availableSumit Bose2-9/+18
2013-08-19save_rfc2307bis_user_memberships: use fq names for subdomainsSumit Bose1-0/+16
2013-08-19sdap_add_incomplete_groups: use fully qualified name if neededSumit Bose1-4/+14
2013-08-19sudo: continue if we are unable to resolve fqdnPavel Březina1-1/+0
2013-08-19sdap_save_user: save original primary GID of subdomain usersSumit Bose1-11/+22
2013-08-19sdap_get_initgr_done: use the right SID to get a GIDSumit Bose1-1/+2
2013-08-11ldap, krb5: More descriptive msg on chpass failure.Michal Zidek1-0/+15
2013-08-08Enable removing nonexisting dn in sdap_handle_account_infoLukas Slebodnik1-1/+1
2013-08-08Fix memory context for hash entriesSumit Bose1-2/+4
2013-08-07Fix memory context for a state memberSumit Bose1-1/+1
2013-08-05sudo: print better debug message when a rule has multiple cn valuesPavel Březina1-1/+5
2013-08-05sudo: skip rule on error instead of failing completelyPavel Březina1-1/+3
2013-07-25Prevent using uninitialized "group_name" in done section.Lukas Slebodnik1-1/+1
2013-07-24LDAP: Use domain-specific name where appropriateJakub Hrozek5-112/+159