summaryrefslogtreecommitdiffstats
path: root/src/providers/ad
Commit message (Expand)AuthorAgeFilesLines
* GPO: Don't use freed LDAPURLDesc if domain for AD DC cannot be foundJakub Hrozek2017-10-051-2/+5
* UTIL: Set udp_preference_limit=0 in krb5 snippetPetr Čech2017-08-141-1/+1
* Fix minor typosYuri Chornoivan2017-07-261-1/+1
* ad_account_can_shortcut: shortcut if ID is unknownSumit Bose2017-07-251-0/+2
* SDAP: Add sdap_domain_copy_search_basesMichal Židek2017-07-111-7/+1
* SDAP: Update parent sdap_listMichal Židek2017-06-211-3/+35
* GPO: Fix typo in DEBUG messageMichal Židek2017-06-211-1/+1
* AD SUBDOMAINS: Fix search bases for child domainsMichal Židek2017-05-191-0/+17
* AD: Add debug messagesMichal Židek2017-05-191-0/+6
* AD: Make ad_account_can_shortcut() reusable by SSSD on an IPA serverJakub Hrozek2017-05-021-78/+84
* SDAP: Fix handling of search basesMichal Židek2017-05-022-13/+29
* ad: handle forest root not listed in ad_enabled_domainsSumit Bose2017-04-281-3/+36
* SUBDOMAINS: Allow use_fully_qualified_names for subdomainsMichal Židek2017-03-291-1/+2
* UTIL: Introduce subdomain_create_conf_path()Michal Židek2017-03-293-14/+1
* SUBDOMAINS: Allow options ad(_backup)_serverMichal Židek2017-03-151-1/+6
* SUBDOMAINS: Configurable search basesMichal Židek2017-03-153-111/+198
* Fixed typo in debug outputThorsten Scherf2017-03-081-1/+1
* SYSDB: When searching for UPNs, search either the whole DB or only the given ...Jakub Hrozek2017-03-031-1/+1
* AD: Use ad_domain to match forest root domain, not the configured domain from...Jakub Hrozek2017-02-081-2/+11
* Suppres implicit-fallthrough from gcc 7Lukas Slebodnik2017-02-011-0/+1
* gpo: Improve debug messagesMichal Židek2017-01-251-3/+6
* GPO: Skip GPOs without gPCFunctionalityVersionMichal Židek2017-01-251-3/+19
* IPA/AD: check auth ctx before using itSumit Bose2016-11-101-2/+11
* Remove double semicolon at the end of lineLukas Slebodnik2016-09-211-1/+1
* dyndns: fix typo and unify ipa with ad debug message when offPavel Březina2016-08-301-1/+1
* AD_PROVIDER: ad_enabled_domains - other then masterPetr Cech2016-08-171-3/+37
* AD_PROVIDER: ad_enabled_domains - only masterPetr Cech2016-08-171-0/+16
* AD_PROVIDER: Initializing of ad_enabled_domainsPetr Cech2016-08-171-0/+82
* AD_PROVIDER: Add ad_enabled_domains optionPetr Cech2016-08-172-0/+2
* Warn if IP address is used as option for ipa_server/ad_serverJustin Stephenson2016-08-161-0/+9
* failover: mark subdomain service with sd_ prefixPavel Březina2016-08-161-2/+9
* gpo: gPCMachineExtensionNames with just whitespacesMichal Židek2016-08-111-1/+20
* LDAP: new attribute option ldap_user_emailSumit Bose2016-07-291-0/+1
* AD: replace ad_get_client_site_parse_ndr() with netlogon_get_domain_info()Sumit Bose2016-07-251-120/+33
* AD: netlogon_get_domain_info() allow missing arguments and empty resultsSumit Bose2016-07-254-51/+65
* AD: avoid memory leak in netlogon_get_domain_info() and make it publicSumit Bose2016-07-252-9/+26
* sysdb: make subdomain calls aware of upn_suffixesSumit Bose2016-07-181-1/+1
* sysdb: add UPN suffix support for the master domainSumit Bose2016-07-182-2/+2
* DP: rename be_acct_req to dp_id_dataPavel Březina2016-07-155-13/+13
* AD: No need to separately qualify subdomain users anymoreJakub Hrozek2016-07-071-11/+2
* IPA/AD: globally set krb5 canonicalization flagSumit Bose2016-07-061-1/+6
* GPO: ignore non-KVP lines if possibleMichal Židek2016-06-221-1/+60
* DP: Switch to new interfacePavel Březina2016-06-2010-1138/+1348
* Rename dp_backend.h to backend.hPavel Březina2016-06-205-5/+5
* Rename dp_dyndns.h to be_dyndns.hPavel Březina2016-06-203-3/+3
* Rename dp_ptask to be_ptaskPavel Březina2016-06-201-1/+1
* Remove braces from DEBUG statementsPavel Březina2016-06-181-1/+1
* AD: read user certificate if availableSumit Bose2016-06-091-1/+1
* AD: use krb5_keytab for subdomain initializationSumit Bose2016-06-093-14/+20
* AD_PROVIDER: Fix constant char *Petr Cech2016-06-071-1/+1