summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_users.h
Commit message (Collapse)AuthorAgeFilesLines
* sdap_get_users_send(): new argument mapped_attrsSumit Bose2017-03-231-0/+1
| | | | | | | | | | | | | | | | mapped_attrs can be a list of sysdb_attrs which are not available on the server side but should be store with the cached user entry. This is needed e.g. when the input to look up the user in LDAP is not an attribute which is stored in LDAP but some data where LDAP attributes are extracted from. The current use case is the certificate mapping library which can create LDAP search filters based on content of the certificate. To allow upcoming cache lookup to use the input directly it is stored in the user object in the cache. Related to https://pagure.io/SSSD/sssd/issue/3050 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
* LDAP: remove unused param. in sdap_fallback_local_userPavel Reichl2015-10-121-3/+2
| | | | | | Remove unused sdap_options parameter. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
* SDAP: Remove unnecessary argument from sdap_save_userLukas Slebodnik2015-05-221-1/+0
| | | | Reviewed-by: Pavel Březina <pbrezina@redhat.com>
* Remove unused parameter from sdap_save_userLukas Slebodnik2013-11-271-1/+0
|
* ldap: Fallback option for rfc2307 schemaSimo Sorce2013-03-201-0/+43
Add option to fallback to fetch local users if rfc2307is being used. This is useful for cases where people added local users as LDAP members and rely on these group memberships to be maintained on the local host. Disabled by default as it violates identity domain separation. Ticket: https://fedorahosted.org/sssd/ticket/1020