summaryrefslogtreecommitdiffstats
path: root/src/providers
Commit message (Expand)AuthorAgeFilesLines
* IPA: check ranges for collisions before saving themSumit Bose2014-02-261-20/+63
* IPA: refactor idmap code and add testSumit Bose2014-02-262-147/+109
* LDAP: Setup periodic task only once.Lukas Slebodnik2014-02-261-13/+41
* IPA: Don't fail if apply_subdomain_homedir returns ENOENTJakub Hrozek2014-02-211-1/+1
* IPA: Don't call tevent_req_post outside _sendJakub Hrozek2014-02-211-1/+0
* IPA: default krb5_fast_principal to host/$client@$realmPavel Březina2014-02-171-3/+5
* IPA: Default to krb5_use_fast=tryJakub Hrozek2014-02-172-1/+28
* LDAP: Handle errors from sdap_id_op properly in enum codeJakub Hrozek2014-02-121-1/+41
* 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-128-15/+502
* AD: support for subdomain_homedirPavel Reichl2014-02-121-0/+190
* LDAP: require attribute groupType for AD groupsLukas Slebodnik2014-01-291-1/+1
* LDAP: store group if subdomain cannot be found by sidLukas Slebodnik2014-01-291-4/+6
* AD SRV: use right domain name for CLDAP pingSumit Bose2014-01-291-1/+1
* AD: Establish cross-domain memberships after enumeration finishesJakub Hrozek2014-01-292-22/+379
* LDAP: Don't clobber original_member during enumerationJakub Hrozek2014-01-291-6/+11
* AD: Enumerate users from GC, other entities from LDAPJakub Hrozek2014-01-291-3/+17
* LDAP: Add enum request with custom connectionJakub Hrozek2014-01-292-125/+191
* LDAP: Pass a private context to enumeration ptask instead of hardcoded connec...Jakub Hrozek2014-01-297-36/+52
* 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
* LDAP: Don't abort request if no id mapping domain matchesJakub Hrozek2014-01-242-6/+40
* krb5: hint to increase krb5_auth_timeoutPavel Reichl2014-01-241-1/+4
* sdap_idamp: Fall back to another method if sid is wrongLukas Slebodnik2014-01-221-2/+8
* LDAP: update id mapping detection for ldap providerLukas Slebodnik2014-01-221-0/+5
* LDAP: Don't fail if subdomain cannot be found by sidLukas Slebodnik2014-01-221-4/+6
* LDAP: Fix error checkJakub Hrozek2014-01-201-2/+2
* 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-201-1/+1
* simple access: refresh master domain infoPavel Reichl2014-01-152-45/+92
* simple access: match objects using flat namePavel Reichl2014-01-151-1/+3
* FAST: when parsing krb5_child response, make sure to not miss OTP message if ...sssd-1.11.2-24.el7Alexander Bokovoy2014-01-091-3/+4
* LDAP: Add a new error code for malformed access control filtersssd-1.11.2-23.el7Jakub Hrozek2014-01-094-10/+16
* responder: Set forest attribute in AD domainssssd-1.11.2-22.el7Pavel Reichl2014-01-096-16/+51
* LDAP: Fix typo and use the right attribute mapsssd-1.11.2-21.el7Jakub Hrozek2014-01-081-1/+1
* IPA: fix for recent AD group membership changessssd-1.11.2-20.el7Sumit Bose2014-01-081-0/+2
* Add new option ldap_group_typeSumit Bose2013-12-194-0/+6
* Use sysdb_attrs_add_lc_name_alias to add case-insensitive aliasSumit Bose2013-12-194-53/+25
* IPA: Call ipa_ad_subdom_refresh when server mode is initializedsssd-1.11.2-17.el7Jakub Hrozek2013-12-191-6/+14
* IPA: Refresh subdomain data structures on startupJakub Hrozek2013-12-191-19/+32
* AD: Refresh subdomain data structures on startupJakub Hrozek2013-12-191-17/+32
* 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-196-30/+261
* AD: filter domain local groups for trusted/sub domainsSumit Bose2013-12-194-64/+138
* ad: use tokengroups even when id mapping is disabledPavel Březina2013-12-193-26/+525
* ad: refactor tokengroups initgroupsPavel Březina2013-12-193-231/+357
* Initialize sid_str to NULL to avoid freeing random dataJakub Hrozek2013-12-192-2/+2