summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* LDAP: Only use paging control on requests for multiple entriesJakub Hrozek2013-05-027-29/+66
* LDAP: Add option to disable paging controlStephen Gallagher2013-05-023-3/+9
* Process all groups from a single nesting levelJakub Hrozek2012-08-211-5/+18
* LDAP: Make sdap_access_send/recv publicStephen Gallagher2012-06-222-12/+17
* Try all KDCs when getting TGT for LDAPJakub Hrozek2012-06-041-15/+16
* Detect cycle in the fail over on subsequent resolve requests onlyJakub Hrozek2012-06-042-3/+6
* Only do one cycle when resolving a serverJakub Hrozek2012-06-042-9/+9
* fo_get_server_name() getter for a server nameJakub Hrozek2012-06-041-1/+10
* Rename fo_get_server_name to fo_get_server_str_nameJakub Hrozek2012-06-041-2/+2
* LDAP: Copy URI instead of pointing at failover service recordStephen Gallagher2012-01-141-2/+8
* Log fixes for sdap_call_conn_cbStephen Gallagher2012-01-141-1/+2
* DEBUG: fix bad backport containing new DEBUG representationStephen Gallagher2011-12-081-1/+1
* LDAP provider: Error while setting the nocanon option should not be fatalJakub Hrozek2011-12-081-3/+9
* LDAP: Try next failover server on any errorStephen Gallagher2011-11-291-9/+5
* Steal result onto mem_ctx in sdap_initgr_nested_get_direct_parentsJakub Hrozek2011-10-311-2/+1
* RFC2307bis initgroups: fix nested groups processingJakub Hrozek2011-10-311-20/+33
* Plug memory leaks in LDAP providerJakub Hrozek2011-10-251-0/+3
* Use fewer transactions during IPA initgroupsJakub Hrozek2011-10-171-171/+286
* Use fewer transactions during RFC2307bis initgroupsJakub Hrozek2011-10-171-368/+397
* Utility functions for LDAP nested schema initgroupsJakub Hrozek2011-10-171-0/+119
* Use explicit base 10 for converting strings to integersJakub Hrozek2011-10-031-2/+2
* Store name aliases for users, groupsJakub Hrozek2011-10-033-37/+220
* Add a sysdb_get_direct_parents functionJakub Hrozek2011-10-031-57/+5
* Fix uninitialized pointer read in sdap_gssapi_get_default_realm()Jakub Hrozek2011-09-201-1/+1
* Improve error message for LDAP password constraint violationJakub Hrozek2011-09-063-16/+29
* sss_ldap_err2string() - ldap_err2string() to sss_ldap_err2string()Pavel Březina2011-09-063-35/+35
* sss_ldap_err2string() - function createdPavel Březina2011-09-061-2/+0
* Use the default Kerberos realm for LDAP with GSSAPI authJakub Hrozek2011-08-261-3/+55
* Add LDAP provider option to set LDAP_OPT_X_SASL_NOCANONJakub Hrozek2011-08-263-1/+14
* Improve password policy error code and messageSumit Bose2011-08-251-4/+9
* Handle timeout during sss_ldap_init_sendJakub Hrozek2011-08-151-1/+5
* Use sysdb attribute name for GID, not LDAP attributeStephen Gallagher2011-08-111-3/+3
* Fix returning groups when gidNumber attribute is not orderedJakub Hrozek2011-08-043-4/+10
* Request password control unconditionally during bindJakub Hrozek2011-08-011-6/+6
* Add helper function msgs2attrs_arrayStephen Gallagher2011-08-012-0/+33
* Wrong paramater to sysdb_attrs_add_uint32Jakub Hrozek2011-08-011-1/+1
* Explicitly ignore groups with gidNumber=0Jakub Hrozek2011-07-272-11/+18
* Set gidNumber of non-posix groups to 0 even on updatesJakub Hrozek2011-07-271-8/+44
* Do not add a NULL host parsed from LDAP URIJakub Hrozek2011-07-211-1/+8
* Fix unchecked return values of pam_add_responsesssd-1_5_11Jakub Hrozek2011-07-051-2/+7
* Don't pass NULL to printf for TLS errorsJakub Hrozek2011-06-303-33/+24
* Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose2011-06-303-37/+88
* Use name based URI instead of IP address based URIsSumit Bose2011-06-301-37/+2
* Add sdap_call_conn_cb() to call add connection callback directlySumit Bose2011-06-302-0/+40
* Add sockaddr_storage to sdap_serviceSumit Bose2011-06-302-0/+12
* Switch resolver to using resolv_hostent and honor TTLJakub Hrozek2011-06-301-2/+2
* Do not check pwdAttributeSumit Bose2011-06-161-9/+0
* Non-posix group processing - ldap provider and nss responderJan Zeleny2011-06-022-28/+69
* Use escaped IP addresses in LDAP providerJakub Hrozek2011-06-021-6/+56
* Sanitize username during initgroups callSumit Bose2011-05-251-1/+7