summaryrefslogtreecommitdiffstats
path: root/src/util/sss_ldap.h
diff options
context:
space:
mode:
authorPavel Reichl <pavel.reichl@redhat.com>2013-11-14 21:34:51 +0000
committerJakub Hrozek <jhrozek@redhat.com>2013-12-02 04:57:56 +0100
commit3cf1217a277d1103a8956e33fc0a8464227e2dd2 (patch)
tree44460d53b44b469124d8817cce8617577ed952e8 /src/util/sss_ldap.h
parent44d60762a2ffe45b2dadf05634eefb2af2e3ce14 (diff)
downloadsssd-3cf1217a277d1103a8956e33fc0a8464227e2dd2.tar.gz
sssd-3cf1217a277d1103a8956e33fc0a8464227e2dd2.tar.xz
sssd-3cf1217a277d1103a8956e33fc0a8464227e2dd2.zip
SSSD: Improved domain detection
A bit more elegant way of detection of what domain the group member belongs to Resolves: https://fedorahosted.org/sssd/ticket/2132
Diffstat (limited to 'src/util/sss_ldap.h')
-rw-r--r--src/util/sss_ldap.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/sss_ldap.h b/src/util/sss_ldap.h
index e5c30eb21..f298b2fbb 100644
--- a/src/util/sss_ldap.h
+++ b/src/util/sss_ldap.h
@@ -74,6 +74,12 @@ bool sss_ldap_dn_in_search_bases(TALLOC_CTX *mem_ctx,
struct sdap_search_base **search_bases,
char **_filter);
+bool sss_ldap_dn_in_search_bases_len(TALLOC_CTX *mem_ctx,
+ const char *dn,
+ struct sdap_search_base **search_bases,
+ char **_filter,
+ int *_match_len);
+
char *sss_ldap_encode_ndr_uint32(TALLOC_CTX *mem_ctx, uint32_t flags);
#endif /* __SSS_LDAP_H__ */