diff options
Diffstat (limited to 'daemon/ldap.c')
-rw-r--r-- | daemon/ldap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/ldap.c b/daemon/ldap.c index 044490f..946e5ed 100644 --- a/daemon/ldap.c +++ b/daemon/ldap.c @@ -156,7 +156,7 @@ static int report_ldap(const ha_request_t* rq, const char* msg, int code) }; } -#define LDAP_NO_ESCAPE "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-_" +#define LDAP_NO_ESCAPE "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ.-_0123456789" #define LDAP_HEX "0123456789abcdef" static void escape_ldap(const ha_request_t* rq, ha_buffer_t* buf, const char* str) |