summaryrefslogtreecommitdiff
path: root/src/providers/ad
AgeCommit message (Expand)AuthorFilesLines
2013-05-22Fix return code for AD subdomain requestSumit Bose1-1/+3
2013-05-20Remove unneeded parameter of setup_child and namespace itJakub Hrozek1-1/+1
2013-05-15Fix segfault in AD Subdomains ModuleLukas Slebodnik1-0/+2
2013-05-13Enable the AD dynamic DNS updates by defaultJakub Hrozek1-1/+1
2013-05-07AD: read flat name and SID of the AD domainSumit Bose3-0/+590
2013-05-03AD: Always initialize ID mappingJakub Hrozek1-5/+3
2013-05-03Active Directory dynamic DNS updatesJakub Hrozek5-0/+306
2013-05-03AD SRV plugin: check if site name is emptyPavel Březina1-2/+4
2013-05-02DNS sites support - add AD SRV pluginPavel Březina5-5/+849
2013-04-22Allow usage of enterprise principalsSumit Bose1-0/+1
2013-04-10DNS sites support - use SRV DNS lookup plugin in all providersPavel Březina1-0/+10
2013-04-03Allow setting krb5_renew_interval with a delimiterAriel Barria1-1/+1
2013-03-20ldap: Fallback option for rfc2307 schemaSimo Sorce1-0/+1
2013-03-19Convert sdap_access to new error codesSimo Sorce1-17/+15
2013-03-18Decrease krb5_auth_timeout defaultOndrej Kos1-1/+1
2013-02-10Add realm info to sss_domain_infoSimo Sorce1-1/+1
2013-01-21Add be_req_get_data() helper funciton.Simo Sorce1-3/+4
2013-01-21Add be_req_get_be_ctx() helper.Simo Sorce2-14/+14
2013-01-21Introduce be_req_terminate() helperSimo Sorce1-5/+6
2013-01-21Pass domain not be_req to access check functionsSimo Sorce1-4/+7
2013-01-21Remove sysdb as a be request structure memberSimo Sorce1-1/+0
2013-01-02failover: Protect against empty host namesMichal Zidek1-1/+1
2012-11-19LDAP: Provide a common sdap_set_sasl_options init functionJakub Hrozek1-44/+8
2012-10-04Fix default upper limit of slicesOndrej Kos1-1/+1
2012-10-02Flip the default value of ldap_initgroups_use_matching_rule_in_chainJakub Hrozek1-1/+1
2012-09-17Failover: use _srv_ when no primary server is definedPavel Březina1-12/+3
2012-08-23Fix: IPv6 address with square brackets doesn't work.Michal Zidek1-0/+7
2012-08-23Typo in debug message (SSSd -> SSSD).Michal Zidek1-1/+1
2012-08-23Consolidation of functions that make realm upper-caseOndrej Kos1-6/+1
2012-08-23AD context was set to null due to type mismatchOndrej Kos3-1/+14
2012-08-15Duplicate detection in fail over did not work.Michal Zidek1-1/+6
2012-08-09SRV resolution for backup servers should not be permitted.Michal Zidek1-1/+9
2012-08-09Change default for ldap_idmap_range_min to 200000Jakub Hrozek1-1/+1
2012-08-01Primary server support: new option in AD providerJan Zeleny3-1/+5
2012-08-01Primary server support: new options in krb5 providerJan Zeleny1-0/+3
2012-08-01Primary server support: new option in ldap providerJan Zeleny1-0/+2
2012-08-01Primary server support: AD adaptationJan Zeleny3-35/+77
2012-07-18AD: Fix defaults for krb5_canonicalizeStephen Gallagher1-2/+2
2012-07-16AD: Add missing DP option terminatorStephen Gallagher1-1/+2
2012-07-06AD: Force case-insensitive operation in AD providerStephen Gallagher1-0/+18
2012-07-06AD: use krb5_keytab for validation and GSSAPIStephen Gallagher3-3/+12
2012-07-06AD: Add AD access-control providerStephen Gallagher4-1/+188
2012-07-06AD: Add AD auth and chpass providersStephen Gallagher3-1/+155
2012-07-06AD: Add AD identity providerStephen Gallagher6-0/+1165