summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'daemon')
-rw-r--r--daemon/ldap.c2
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)