Fix bug #9147 - winbind can't fetch user or group info from AD via LDAP
commitf4d2e6b6c321ecfccadc3b19f4a27991cf93eb8c
authorJeremy Allison <jra@samba.org>
Tue, 11 Sep 2012 20:25:14 +0000 (11 13:25 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 17 Sep 2012 09:35:12 +0000 (17 11:35 +0200)
treea507c978c92f93cc73909d25991f41ceaf837363
parent734e17745b8c7e0fea91949c9871a4372b8d9b3d
Fix bug #9147 - winbind can't fetch user or group info from AD via LDAP

Don't use "isprint" in ldb_binary_encode(). This is locale specific.
Restrict to ASCII only, hex encode everything else.
source3/lib/ldb_compat.c
source4/lib/ldb/common/ldb_parse.c