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)
commit92f139d4c4c7a07dd199b09b24bfc162eb1ab6bf
treef83682ee1d8b30842d9378606e444de372bb917a
parent52f4dfa6fcc60eb36f7f59747387fd10855046cd
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.
(This used to be commit 1953f63903e64e0a33eb981c51b8ca4beb673af2)
source3/libads/ldap.c