summaryrefslogtreecommitdiffstats
path: root/src/providers/ad
Commit message (Expand)AuthorAgeFilesLines
* AD Provider: Fix crash looking up forest on Samba 4Stephen Gallagher2014-04-101-1/+2
* AD: connect to forest root when downloading the list of subdomainsJakub Hrozek2014-04-021-9/+363
* AD: Continue if sssd failes to check extra membersLukas Slebodnik2014-03-121-0/+1
* AD: Only connect to GC for subdomain usersJakub Hrozek2014-03-111-0/+17
* SUDO: AD providerSumit Bose2014-03-023-0/+80
* DP: Provide separate dp_copy_defaults functionJakub Hrozek2014-02-261-8/+8
* AD: Remove dead codeJakub Hrozek2014-02-121-8/+0
* AD: Only download domains that are set to enumerateJakub Hrozek2014-02-121-1/+5
* LDAP: Detect the presence of POSIX attributesJakub Hrozek2014-02-122-4/+47
* AD: Establish cross-domain memberships after enumeration finishesJakub Hrozek2014-01-292-22/+379
* AD: Enumerate users from GC, other entities from LDAPJakub Hrozek2014-01-291-3/+17
* LDAP: Pass a private context to enumeration ptask instead of hardcoded connec...Jakub Hrozek2014-01-293-10/+17
* AD: Store info on whether a subdomain is set to enumerateJakub Hrozek2014-01-291-5/+33
* AD: Don't mark domain as enumerated twiceJakub Hrozek2014-01-291-13/+0
* AD SRV: use right domain name for CLDAP pingSumit Bose2014-01-281-1/+1
* LDAP: Don't abort request if no id mapping domain matchesJakub Hrozek2014-01-241-1/+1
* AD: Don't fail the request if ad_account_can_shortcut failsJakub Hrozek2014-01-201-1/+3
* AD: Return right error code from netlogon_get_flat_nameLukas Slebodnik2014-01-161-1/+1
* responder: Set forest attribute in AD domainsPavel Reichl2014-01-094-14/+49
* AD: Enable fallback to LDAP of trusted domainJakub Hrozek2013-12-191-13/+1
* AD: Add a new option to turn off GC lookupsJakub Hrozek2013-12-193-13/+20
* AD: Add a utility function to create list of connectionsJakub Hrozek2013-12-196-41/+70
* AD: cross-domain membership fixSumit Bose2013-12-192-17/+4
* Add new option ldap_group_typeSumit Bose2013-12-191-0/+1
* AD: Refresh subdomain data structures on startupJakub Hrozek2013-12-181-17/+32
* AD: use LDAP for group lookupsSumit Bose2013-12-132-3/+150
* SUBDOMAINS: Reuse cached results if DP is offlineJakub Hrozek2013-12-091-0/+7
* Initialize sid_str to NULL to avoid freeing random dataJakub Hrozek2013-11-081-1/+1
* free idmapped SIDs correctlyPavel Březina2013-11-072-2/+3
* AD: Fix ad_access_filter parsing with empty filterJakub Hrozek2013-10-301-0/+8
* ad: shortcut if possible during get object by ID or SIDPavel Březina2013-10-301-0/+96
* ad_subdom_store: check ID mapping of the domain not of the parentSumit Bose2013-10-291-2/+2
* ad: destroy ptasks when subdomain is removedPavel Březina2013-10-251-0/+3
* dp: free sdap domain if subdomain is removedPavel Březina2013-10-251-0/+11
* dp: make subdomains refresh interval configurablePavel Březina2013-10-251-4/+4
* AD: Add extended access filterJakub Hrozek2013-10-252-2/+216
* AD: Search GC by default during access control, fall back to LDAPJakub Hrozek2013-10-253-10/+163
* AD: Use the ad_access_filter if it's setJakub Hrozek2013-10-251-2/+20
* AD: Add a new option ad_access_filterJakub Hrozek2013-10-252-0/+2
* LDAP: Amend sdap_access_check to allow any connectionJakub Hrozek2013-10-251-1/+3
* AD: fall back to LDAP if GC is not available.Lukas Slebodnik2013-10-251-0/+11
* AD: Prefer GC port from SRV recordLukas Slebodnik2013-10-251-2/+6
* sdap_idmap_domain_has_algorithmic_mapping: add domain name argumentSumit Bose2013-10-251-0/+1
* AD: properly intitialize GC from ad_server optionSumit Bose2013-10-041-1/+1
* AD: talk to GC first even for local domain objectsJakub Hrozek2013-09-272-7/+18
* ipa_server_mode: write capaths to krb5 include fileSumit Bose2013-09-271-1/+1
* IPA: store forest name for forest member domainsSumit Bose2013-09-271-1/+1
* AD: Failure to get flat name is not fatalJakub Hrozek2013-09-223-68/+86
* AD: Download master domain info when enumeratingJakub Hrozek2013-09-183-1/+200
* AD: async request to retrieve master domain infoJakub Hrozek2013-09-184-214/+414