1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00

r6745: - escape spaces in binary ldap blobs

- expose the ldap filter string parsing outside of ldap.c
(This used to be commit b644ff6fe1)
This commit is contained in:
Andrew Tridgell
2005-05-12 08:26:26 +00:00
committed by Gerald (Jerry) Carter
parent ea6943ec79
commit c956f4f982
2 changed files with 15 additions and 3 deletions

View File

@@ -323,6 +323,8 @@ BOOL ldap_encode(struct ldap_message *msg, DATA_BLOB *result);
BOOL ldap_decode(struct asn1_data *data, struct ldap_message *msg);
BOOL ldap_parse_basic_url(TALLOC_CTX *mem_ctx, const char *url,
char **host, uint16_t *port, BOOL *ldaps);
struct ldap_parse_tree *ldap_parse_filter_string(TALLOC_CTX *mem_ctx,
const char *s);
/* The following definitions come from libcli/ldap/ldap_client.c */