diff options
author | Volker Lendecke <vl@samba.org> | 2009-06-19 14:01:10 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-06-20 18:54:07 +0200 |
commit | 361db1866812f7b189a3ea550e061c3977c15425 (patch) | |
tree | 12ac99967d404d0f1390314ea834d5731e0ebccf /source3/include | |
parent | 6abd9e42ffbda78a3bc28984b220e7bd726a324b (diff) | |
download | samba-361db1866812f7b189a3ea550e061c3977c15425.tar.gz samba-361db1866812f7b189a3ea550e061c3977c15425.tar.bz2 samba-361db1866812f7b189a3ea550e061c3977c15425.zip |
Add tldap_supports_control
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/tldap_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/tldap_util.h b/source3/include/tldap_util.h index 00916f51f3..eb6b8f6d22 100644 --- a/source3/include/tldap_util.h +++ b/source3/include/tldap_util.h @@ -64,5 +64,6 @@ struct tldap_message *tldap_rootdse(struct tldap_context *ld); bool tldap_entry_has_attrvalue(struct tldap_message *msg, const char *attribute, const DATA_BLOB blob); +bool tldap_supports_control(struct tldap_context *ld, const char *oid); #endif |