summaryrefslogtreecommitdiffstats
path: root/src/providers/ad
Commit message (Expand)AuthorAgeFilesLines
* AD-GPO: Remove dependency on libsamba-securityYassir Elley2014-05-233-27/+585
* AD: Initialize user_map_cnt in server modeJakub Hrozek2014-05-221-0/+1
* Implemented LDAP component of GPO-based access controlYassir Elley2014-05-1311-45/+2458
* AD: Do not remove non-root domains when looking up root domainJakub Hrozek2014-05-131-3/+22
* Make LDAP extra attributes available to IPA and ADSumit Bose2014-05-021-5/+6
* LDAP: Make it possible to extend an attribute mapJakub Hrozek2014-05-022-0/+10
* AD Provider: bug-fix uninitialized variablePavel Reichl2014-04-301-1/+2
* 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/+362
* 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
* Fix DEBUG message formattingJakub Hrozek2014-02-251-1/+1
* ad_account_can_shortcut(): return bool instead of errnoPavel Březina2014-02-191-29/+11
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-128-289/+289
* 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: Remove unused memory contextsLukas Slebodnik2014-02-011-8/+7
* AD: Establish cross-domain memberships after enumeration finishesJakub Hrozek2014-01-292-22/+377
* 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 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: Don't mark domain as enumerated twiceJakub Hrozek2013-12-181-12/+0
* AD: use LDAP for group lookupsSumit Bose2013-12-132-3/+150
* SUBDOMAINS: Reuse cached results if DP is offlineJakub Hrozek2013-12-091-0/+7
* SYSDB: Drop redundant sysdb_ctx parameter from sysdb.cMichal Zidek2013-11-151-2/+1
* Add ldap_autofs_map_master_name optionCove Schneider2013-11-121-0/+1
* 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