summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.h
Commit message (Collapse)AuthorAgeFilesLines
* LDAP: Only use paging control on requests for multiple entriesStephen Gallagher2012-02-241-1/+2
| | | | | | | | | | The paging control can cause issues on servers that put limits on how many paging controls can be active at one time (on some servers, it is limited to one per connection). We need to reduce our usage so that we only activate the paging control when making a request that may return an arbitrary number of results. https://fedorahosted.org/sssd/ticket/1202 phase one
* Update shadowLastChanged attribute during LDAP password changeJan Zeleny2012-02-061-0/+9
| | | | https://fedorahosted.org/sssd/ticket/1019
* LDAP: Add enumeration support for servicesStephen Gallagher2012-01-311-0/+11
|
* LDAP: Add support for service lookups (non-enum)Stephen Gallagher2012-01-311-0/+17
|
* Use the case sensitivity flag in the LDAP providerJakub Hrozek2011-12-161-0/+1
|
* Refactor saving sdap entitiesJakub Hrozek2011-12-161-0/+21
| | | | | There was too much code duplication between sdap_save_{user,group,netgroup}. This patch removes the most egregious ones.
* Provide means of forcing TLS and GSSAPI enabled/disabled for sdap connectionsJakub Hrozek2011-11-291-1/+9
|
* Support to request canonicalization in LDAP/IPA providerJan Zeleny2011-11-021-0/+1
| | | | https://fedorahosted.org/sssd/ticket/957
* LDAP: Add support for multiple search bases for group enumerationStephen Gallagher2011-11-021-1/+2
|
* LDAP: Add support for multiple search bases for user enumerationStephen Gallagher2011-11-021-1/+2
|
* LDAP: Support multiple group search bases (non-enumeration, RFC2307)Stephen Gallagher2011-11-021-1/+2
|
* LDAP: Support multiple netgroup search basesStephen Gallagher2011-11-021-1/+2
|
* LDAP: Support multiple user search bases (non-enumeration)Stephen Gallagher2011-11-021-1/+2
|
* Store name aliases for users, groupsJakub Hrozek2011-09-281-0/+6
| | | | | | Also checks fake users for aliases when storing a real users so that getgrnam for a RFC2307 group that references a user by his secondary name followed by getpwnam for this user by his primary name works
* Allow turning dereference off by setting the threshold to 0Jakub Hrozek2011-09-061-1/+1
|
* Use ldap_init_fd() instead of ldap_initialize() if availableSumit Bose2011-06-301-0/+3
|
* Generic dereference searchJakub Hrozek2011-05-201-0/+18
| | | | | | A generic wrapper around ASQ and OpenLDAP dereference searches. https://fedorahosted.org/sssd/ticket/635
* Add the user's primary group to the initgroups lookupStephen Gallagher2011-01-211-3/+1
| | | | | The user may not be a direct member of their primary group, but we still want to make sure that group is cached on the system.
* Add timeout parameter to sdap_get_generic_send()Sumit Bose2011-01-171-4/+8
|
* ldap: add checks to determine if USN features are available.Simo Sorce2010-12-071-4/+2
|
* Implement netgroup support for LDAP providerSumit Bose2010-10-131-1/+13
|
* Initialize kerberos service for GSSAPIJakub Hrozek2010-10-131-0/+3
|
* Store rootdse supported features in sdap_handlerSumit Bose2010-09-151-5/+3
|
* LDAP connection usage tracking, sharing and failover retry framework.eindenbom2010-07-091-0/+5
|
* GSSAPI ticket expiry time is returned from ldap_child and stored in ↵eindenbom2010-07-091-1/+3
| | | | sdap_handle for future reference.
* Add ldap_krb5_ticket_lifetime optionSumit Bose2010-05-161-1/+2
|
* Improvements for LDAP Password Policy supportRalf Haferkamp2010-03-221-1/+5
| | | | | | | | Display warnings about remaining grace logins and password expiration to the user, when LDAP Password Policies are used. Improved detection if LDAP Password policies are supported by LDAP Server.
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+126
Also update BUILD.txt