Fix bug #9147 - winbind can't fetch user or group info from AD via LDAP
commitcfeac09fc0796ecf77593244e9e72c1521fd251c
authorJeremy Allison <jra@samba.org>
Mon, 10 Sep 2012 16:30:49 +0000 (10 09:30 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 10 Sep 2012 19:56:34 +0000 (10 21:56 +0200)
tree448199adb850de3006da6219c7ddc0ac6fb227df
parent56d97d1729589cb8e97cda07a5198a84ee71a147
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.
lib/ldb/common/ldb_parse.c