r14931: Fix #1374: can't join an OU with name that contains '#'
authorJim McDonough <jmcd@samba.org>
Thu, 6 Apr 2006 01:46:01 +0000 (01:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:54 +0000 (11:15 -0500)
commit1953f63903e64e0a33eb981c51b8ca4beb673af2
tree417b79ff35253308a248257c094a05c576dc580d
parent59175ee522c5b4f9554ee734c008d8048eb1eadb
r14931: Fix #1374: can't join an OU with name that contains '#'

I had to eliminate "\" as an OU path separator, because it is the escape
char in LDAP.  We still accept "/", but using the escape char is just
not a good choice.
source/libads/ldap.c