summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* Process all groups from a single nesting levelJakub Hrozek2012-08-171-5/+18
* IPA: Check nsAccountLock during PAM_ACCT_MGMTStephen Gallagher2012-06-222-12/+17
* Steal result onto mem_ctx in sdap_initgr_nested_get_direct_parentsJakub Hrozek2012-06-141-2/+1
* Try all KDCs when getting TGT for LDAPsssd-1.5.1-52.el5Jakub Hrozek2012-06-041-15/+16
* Only do one cycle when resolving a serverJakub Hrozek2012-06-043-14/+26
* LDAP: Add option to disable paging controlStephen Gallagher2012-03-223-3/+9
* Handle timeout during sss_ldap_init_sendJakub Hrozek2011-12-131-1/+5
* LDAP: Try next failover server on any errorStephen Gallagher2011-12-051-9/+5
* RFC2307bis initgroups: fix nested groups processingJakub Hrozek2011-10-311-20/+33
* Plug memory leaks in LDAP providerJakub Hrozek2011-10-261-0/+3
* Use fewer transactions during RFC2307bis initgroupsJakub Hrozek2011-10-261-539/+802
* Use explicit base 10 for converting strings to integersJakub Hrozek2011-10-261-2/+2
* Better handling for aliasesJakub Hrozek2011-10-263-94/+225
* Fix uninitialized pointer read in sdap_gssapi_get_default_realm()Jakub Hrozek2011-10-261-1/+1
* Use sss_ldap_err2string() instead of ldap_err2string()Pavel Březina2011-10-263-37/+35
* Improve error message for LDAP password constraint violationJakub Hrozek2011-10-263-16/+29
* Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANONJakub Hrozek2011-10-263-1/+14
* Improve password policy error code and messageSumit Bose2011-10-261-4/+9
* Use sysdb attribute name for GID, not LDAP attributeStephen Gallagher2011-10-261-3/+3
* Use the default Kerberos realm for LDAP with GSSAPI authJakub Hrozek2011-10-261-3/+55
* Fix returning groups when gidNumber attribute is not orderedJakub Hrozek2011-10-263-4/+10
* Explicitly ignore groups with gidNumber=0Jakub Hrozek2011-10-262-11/+18
* Set gidNumber of non-posix groups to 0 even on updatesJakub Hrozek2011-10-261-8/+44
* Rewrite HBAC rule evaluatorStephen Gallagher2011-10-262-0/+33
* Request password control unconditionally during bindJakub Hrozek2011-10-261-6/+6
* Do not add a NULL host parsed from LDAP URIJakub Hrozek2011-10-261-1/+8
* Fix TLS/SSL validation after switch to ldap_init_fdSumit Bose2011-10-267-70/+138
* Honor the TTL value of SRV record lookupsJakub Hrozek2011-10-261-2/+2
* Do not check pwdAttributeSumit Bose2011-10-261-9/+0
* Handle non-POSIX groups in nestingJan Zeleny2011-10-262-28/+69
* Properly support IPv6 in LDAP URIs for IPA and LDAP providersJakub Hrozek2011-10-261-6/+56
* Sanitize username during initgroups callSumit Bose2011-10-261-1/+7
* IPA Provider: don't fail if user is not a member of any groupsStephen Gallagher2011-10-261-2/+5
* Enable paging support for LDAPStephen Gallagher2011-10-264-24/+129
* Only save members for successfully saved groupsJakub Hrozek2011-10-261-2/+17
* Make "password" the default for ldap_default_authtok_typesssd-1.5.1-35.el5Stephen Gallagher2011-05-251-1/+1
* Fix regressions in the negative cachesssd-1.5.1-30.el5Stephen Gallagher2011-04-151-4/+4
* Never remove gecos from the sysdb cachesssd-1.5.1-28.el5Stephen Gallagher2011-04-121-0/+9
* Initialise rootdse to NULL if not availablesssd-1.5.1-27.el5Sumit Bose2011-04-121-0/+1
* Initialise srv_opts even if rootDSE is missingsssd-1.5.1-26.el5Sumit Bose2011-04-112-46/+49
* Read only rootDSE data if rootDSE is availableSumit Bose2011-04-081-20/+22
* Fall back to cn if gecos is not availablesssd-1.5.1-23.el5Stephen Gallagher2011-03-301-0/+9
* Always complete the transaction in sdap_process_group_members_2307sssd-1.5.1-21.el5Stephen Gallagher2011-03-281-3/+24
* Return from functions in LDAP provider after marking request as failedsssd-1.5.1-20.el5Jakub Hrozek2011-03-251-1/+4
* Add sysdb_attrs_primary_name_list() routineStephen Gallagher2011-03-231-18/+22
* Use fake groups during IPA initgroupsJakub Hrozek2011-03-231-115/+430
* Ignore alternate names for users and groupsStephen Gallagher2011-03-231-57/+87
* Sanitize DN when searching the original DN in the cacheSumit Bose2011-03-231-1/+9
* Fix incorrect return value checkStephen Gallagher2011-03-171-1/+1
* Ignore users and groups that lack mandatory attributesStephen Gallagher2011-03-173-37/+60