summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.h
Commit message (Collapse)AuthorAgeFilesLines
* Better handling for aliasesJakub Hrozek2011-10-061-0/+7
| | | | | | | | | | | | | | Add sysdb interface to get name aliases Add a sysdb_get_direct_parents function Store name aliases for users, groups Return users and groups based on alias https://fedorahosted.org/sssd/ticket/926 Fix typo in sysdb_get_direct_parents
* Fix TLS/SSL validation after switch to ldap_init_fdSumit Bose2011-07-131-0/+3
| | | | | | | | | | | | | | Add sockaddr_storage to sdap_service Add sdap_call_conn_cb() to call add connection callback directly Use name based URI instead of IP address based URIs Use ldap_init_fd() instead of ldap_initialize() if available Do not access state after tevent_req_done() is called. Call ldap_install_tls() on ldaps connections
* 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