diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2012-04-23 05:13:48 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-05-31 15:46:27 -0400 |
commit | f56e704cf0b3b0e9e997e96221fa82d488ee8ca7 (patch) | |
tree | aab013d172e625a49c8f59a919dded1dd6dc1214 /src/providers/ldap/sdap_async.h | |
parent | 9f26cae5ae716a0542261167b5a91d7d2e1763e7 (diff) | |
download | sssd-f56e704cf0b3b0e9e997e96221fa82d488ee8ca7.tar.gz sssd-f56e704cf0b3b0e9e997e96221fa82d488ee8ca7.tar.bz2 sssd-f56e704cf0b3b0e9e997e96221fa82d488ee8ca7.zip |
Ghost members - removed sdap_check_aliases()
This function is no longer necessary because we don't have fake user
entries any more. The original purpose of this function was to check if
there are fake user entries for particular user and, if yes, to update
its membership.
Diffstat (limited to 'src/providers/ldap/sdap_async.h')
-rw-r--r-- | src/providers/ldap/sdap_async.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/providers/ldap/sdap_async.h b/src/providers/ldap/sdap_async.h index 870f1531..34fb40da 100644 --- a/src/providers/ldap/sdap_async.h +++ b/src/providers/ldap/sdap_async.h @@ -195,12 +195,6 @@ int sdap_deref_search_recv(struct tevent_req *req, size_t *reply_count, struct sdap_deref_attrs ***reply); -errno_t sdap_check_aliases(struct sysdb_ctx *sysdb, - struct sysdb_attrs *user_attrs, - struct sss_domain_info *dom, - struct sdap_options *opts, - bool steal_memberships); - errno_t sdap_attrs_add_ldap_attr(struct sysdb_attrs *ldap_attrs, const char *attr_name, |