summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2013-07-17print hint about password complexity when new password is rejectedPavel Březina2-1/+15
2013-07-17LDAP: When resolving a SID, search for groups first, then usersJakub Hrozek1-19/+18
2013-07-15Use conditional build for retrieving ccache.Lukas Slebodnik2-88/+22
2013-07-11Return right directory name for dircacheLukas Slebodnik1-6/+10
2013-07-11Always set port status to neutral when resetting service.Michal Zidek1-1/+2
2013-07-10KRB5_CHILD: Fix handling of get_password return codeOndrej Kos1-4/+10
2013-07-01ldap: only update shadowLastChange when password change is successfulJim Collins1-1/+2
2013-06-28IPA: Look up AD users directly if IPA server mode is onJakub Hrozek6-6/+168
2013-06-28IPA: Create and remove AD id_ctx for subdomains discovered in server modeJakub Hrozek1-0/+182
2013-06-28AD: Move storing sdap_domain for subdomain to generic LDAP codeJakub Hrozek3-65/+78
2013-06-28IPA: Initialize server mode ctx if server mode is onJakub Hrozek4-0/+62
2013-06-28AD: initialize failover with custom realm, domain and failover serviceJakub Hrozek3-28/+41
2013-06-28AD: decouple ad_id_ctx initializationJakub Hrozek3-102/+285
2013-06-28LDAP: Add utility function sdap_copy_mapJakub Hrozek2-0/+45
2013-06-28IPA: Add a server mode optionJakub Hrozek2-0/+2
2013-06-28Save mpg state for subdomainsSumit Bose2-4/+13
2013-06-28IPA: read ranges before subdomainsSumit Bose1-29/+27
2013-06-28Replace new_subdomain() with find_subdomain_by_name()Sumit Bose5-16/+11
2013-06-28Add support for new ipaRangeType attributeSumit Bose3-6/+36
2013-06-28Add ipa_idmap_init()Sumit Bose3-1/+275
2013-06-28Replace SDAP_ID_MAPPING checks with sdap_idmap_domain_has_algorithmic_mappingSumit Bose5-14/+38
2013-06-28Add sdap_idmap_domain_has_algorithmic_mapping()Sumit Bose2-0/+62
2013-06-28Allow different methods to find new domains for idmappingSumit Bose2-3/+24
2013-06-28SDAP IDMAP: Add configured domain to idmap contextSumit Bose1-0/+70
2013-06-28Add now options ldap_min_id and ldap_max_idSumit Bose4-0/+8
2013-06-27SSH: When host is removed from LDAP, remove it from the cache as wellJan Cholasta1-1/+8
2013-06-27Fix compilation warningJakub Hrozek1-1/+1
2013-06-27AD: Write out domain-realm mappingsJakub Hrozek3-165/+10
2013-06-27KRB5: guess UPN for subdomain usersJakub Hrozek7-18/+43
2013-06-26AD: kinit with the local DC even when talking to a GCJakub Hrozek2-4/+21
2013-06-26Use forest for GC SRV lookupsSumit Bose1-12/+40
2013-06-26Do not switch to credentials everytime.Lukas Slebodnik1-4/+69
2013-06-26Every time return directory for krb5 cache collection.Lukas Slebodnik2-4/+64
2013-06-25fix dead code in fail_over_srv.cPavel Březina1-11/+12
2013-06-25krb5: do not use enterprise principals for renewalsSumit Bose1-1/+6
2013-06-25krb5: do not send pac for IPA users from the local domainSumit Bose5-10/+20
2013-06-25Revert "Always send the PAC to the PAC responder"Sumit Bose1-18/+20
2013-06-24Fix typo in pack_authtok()Sumit Bose1-1/+1
2013-06-24KRB5: use the right authtok type for renewalsSumit Bose1-3/+20
2013-06-24IPA: Do not download or store the member attribute of host groupsJakub Hrozek2-2/+0
2013-06-24LDAP: Retry SID search based on result of LDAP search, not the return codeJakub Hrozek1-2/+13
2013-06-21failover: if expanded server is marked as neutral, invoke srv collapsePavel Březina1-0/+7
2013-06-21collapse_srv_lookup may free the server, make it clear from the APIPavel Březina1-6/+9
2013-06-21failover: return error when SRV lookup returned only duplicatesPavel Březina1-2/+21
2013-06-21failover: do not return invalid pointer when server is already presentPavel Březina1-2/+6
2013-06-21FO: Check the return value of send_fnJakub Hrozek1-0/+4
2013-06-21Fix dp_copy_optionsJakub Hrozek1-1/+1
2013-06-18nested groups: do not expect any particular number of groupsPavel Březina1-19/+10
2013-06-18nested groups: do not return ENOMEM if num_groups is 0Pavel Březina1-6/+10
2013-06-17Set default realm for enterprise principalsSumit Bose1-0/+12