summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap
Commit message (Expand)AuthorAgeFilesLines
* 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
* IPA Provider: don't fail if user is not a member of any groupsStephen Gallagher2011-05-241-2/+5
* Enable paging support for LDAPStephen Gallagher2011-05-244-24/+129
* Only save members for successfully saved groupsJakub Hrozek2011-05-241-2/+17
* Make "password" the default for ldap_default_authtok_typeStephen Gallagher2011-05-241-1/+1
* Do not throw a DP error when failing to delete a nonexistent entityStephen Gallagher2011-04-151-4/+4
* Never remove gecos from the sysdb cacheStephen Gallagher2011-04-121-0/+9
* Initialise rootdse to NULL if not availableSumit Bose2011-04-121-0/+1
* Initialise srv_opts even if rootDSE is missingSumit 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 availableStephen Gallagher2011-03-301-0/+9
* Mark transaction as done when cancelledJakub Hrozek2011-03-281-2/+8