summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_common.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-09-16 14:52:24 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-11-02 11:12:11 -0400
commit82962098e3848ed039a57522d74fc500bc6df8ad (patch)
tree994919819267b4c8255680f009b18c0c661fc62a /src/providers/ldap/ldap_common.h
parent4d4c5aa6285aa055a4ec780ba47c180106f0926b (diff)
downloadsssd-82962098e3848ed039a57522d74fc500bc6df8ad.tar.gz
sssd-82962098e3848ed039a57522d74fc500bc6df8ad.tar.xz
sssd-82962098e3848ed039a57522d74fc500bc6df8ad.zip
Make sdap_get_id_specific_filter() more strict
Diffstat (limited to 'src/providers/ldap/ldap_common.h')
-rw-r--r--src/providers/ldap/ldap_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h
index 2d4b17556..e08a65bb0 100644
--- a/src/providers/ldap/ldap_common.h
+++ b/src/providers/ldap/ldap_common.h
@@ -163,8 +163,8 @@ errno_t list_missing_attrs(TALLOC_CTX *mem_ctx,
bool sdap_is_secure_uri(const char *uri);
char *sdap_get_id_specific_filter(TALLOC_CTX *mem_ctx,
- char *base_filter,
- char *extra_filter);
+ const char *base_filter,
+ const char *extra_filter);
errno_t msgs2attrs_array(TALLOC_CTX *mem_ctx, size_t count,
struct ldb_message **msgs,