summaryrefslogtreecommitdiff
path: root/src/providers
AgeCommit message (Expand)AuthorFilesLines
2012-06-14Split parse_krb5_child_response so it can be reusedJakub Hrozek3-119/+170
2012-06-14Allow redefining the KRB5_CHILD pathJakub Hrozek1-3/+7
2012-06-14Provide more debugging in krb5_child and ldap_childJakub Hrozek2-14/+73
2012-06-14Two small krb5_child fixesJakub Hrozek1-3/+10
2012-06-13Fix an issue in ghost usersJan Zeleny1-75/+47
2012-06-13LDAP: Auto-detect support for the ldap match ruleStephen Gallagher6-5/+107
2012-06-13LDAP: Add support for AD chain matching extension in initgroupsStephen Gallagher3-9/+325
2012-06-13LDAP: Add support for AD chain matching extension in group lookupsStephen Gallagher3-9/+417
2012-06-13LDAP: Add ldap_*_use_matching_rule_in_chain optionsStephen Gallagher4-0/+11
2012-06-12LDAP: Make sdap_initgr_common_store() non-staticStephen Gallagher2-7/+15
2012-06-12LDAP: Add helper function to get list of a user's groups from sysdbStephen Gallagher2-33/+69
2012-06-12LDAP: Fix incorrect switch statement in sdap_get_initgr_done()Stephen Gallagher1-1/+1
2012-06-12LDAP: Remove redundant checkStephen Gallagher1-11/+0
2012-06-10IPA subdomains - ask for information about master domainJan Zeleny6-17/+164
2012-05-31Utilize attribute exclusion in LDAP initgroupsJan Zeleny1-3/+33
2012-05-31Add support for filtering atributesJan Zeleny17-41/+70
2012-05-31added DEBUG messages to krb5_child and ldap_childNick Guay2-3/+19
2012-05-31Ghost members - various small changesJan Zeleny1-1/+1
2012-05-31Ghost members - removed sdap_check_aliases()Jan Zeleny4-127/+0
2012-05-31Ghost members - support in proxy providerJan Zeleny1-6/+8
2012-05-31Ghost members - support in LDAP providerJan Zeleny1-186/+286
2012-05-22Fixed issue in SELinux user mapsJan Zeleny1-0/+2
2012-05-22LDAP nested groups: Do not process callback with _post deep in the nested str...Jakub Hrozek1-12/+10
2012-05-22Warn to syslog when dereference requests failAriel Barria1-2/+2
2012-05-22Simple implementation of Netscape password warning expiration controlJoshua Roys1-22/+74
2012-05-16Use the sysdb attribute name, not LDAP attribute nameJakub Hrozek2-2/+2
2012-05-14Fixed two minor memory leaksJan Zeleny2-2/+6
2012-05-14Potential NULL dereference in proxy providerAriel Barria1-1/+1
2012-05-10Filter out IP addresses inappropriate for DNS forward recordsJakub Hrozek1-1/+57
2012-05-10subdomains: Fix error handling in Data ProviderJakub Hrozek1-19/+37
2012-05-10LDAP: Handle very large Active Directory groupsStephen Gallagher5-45/+271
2012-05-10LDAP: Add attr_count return value to build_attrs_from_map()Stephen Gallagher17-39/+62
2012-05-09Try all KDCs when getting TGT for LDAPJakub Hrozek1-15/+18
2012-05-07Only reset kpasswd server status when performing a chpass operationJakub Hrozek1-2/+3
2012-05-07Special-case LDAP_SIZELIMIT_EXCEEDEDJakub Hrozek1-4/+9
2012-05-07Limit krb5_get_init_creds_keytab() to etypes in keytabStef Walter2-0/+36
2012-05-07Remove erroneous failure message in find_principal_in_keytabStef Walter1-1/+3
2012-05-04If canon'ing principals, write ccache with updated default principalStef Walter2-3/+8
2012-05-04Modify behavior of pam_pwd_expiration_warningJan Zeleny2-16/+57
2012-05-03LDAP: Add support for enumeration of ID-mapped users and groupsStephen Gallagher1-31/+102
2012-05-03LDAP: Treat groups with unmappable SIDs as non-POSIX groupsStephen Gallagher1-9/+12
2012-05-03LDAP: Add helper function to map IDsStephen Gallagher5-119/+81
2012-05-03LDAP: Do not remove uidNumber and gidNumber attributes when saving id-mapped ...Stephen Gallagher2-0/+16
2012-05-03LDAP: Add helper routine to convert LDAP blob to SID stringStephen Gallagher5-68/+195
2012-05-03LDAP: Map the user's primaryGroupIDStephen Gallagher4-12/+69
2012-05-03LDAP: Enable looking up id-mapped groups by GIDStephen Gallagher1-2/+45
2012-05-03LDAP: Allow looking up ID-mapped groups by nameStephen Gallagher2-29/+125
2012-05-03LDAP: Enable looking up id-mapped users by UIDStephen Gallagher1-6/+43
2012-05-03LDAP: Allow automatically-provisioning a domain and rangeStephen Gallagher1-3/+43
2012-05-03LDAP: Add routine to extract domain SID from an object SIDStephen Gallagher2-0/+49