summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2011-09-28 10:26:36 +0200
committerStephen Gallagher <sgallagh@redhat.com>2011-10-03 10:44:29 -0400
commitba16e3e50555bbb58e86eb2346cd81abdbab9e14 (patch)
tree481ac69f89672c11d27277ac128fa8757a9fbea7 /src/providers/ldap/sdap_async.h
parent538a5b65c09165ae9b3c27f52f56e7b29249d8ba (diff)
downloadsssd_unused-ba16e3e50555bbb58e86eb2346cd81abdbab9e14.tar.gz
sssd_unused-ba16e3e50555bbb58e86eb2346cd81abdbab9e14.tar.xz
sssd_unused-ba16e3e50555bbb58e86eb2346cd81abdbab9e14.zip
Store name aliases for users, groups
Diffstat (limited to 'src/providers/ldap/sdap_async.h')
-rw-r--r--src/providers/ldap/sdap_async.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap_async.h b/src/providers/ldap/sdap_async.h
index 84a23be9..346940b0 100644
--- a/src/providers/ldap/sdap_async.h
+++ b/src/providers/ldap/sdap_async.h
@@ -151,4 +151,11 @@ struct tevent_req *sdap_get_generic_send(TALLOC_CTX *memctx,
int sdap_get_generic_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx, size_t *reply_count,
struct sysdb_attrs ***reply_list);
+
+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);
+
#endif /* _SDAP_ASYNC_H_ */