Fix bug #9147 - winbind can't fetch user or group info from AD via LDAP
commit9258a7b9cfd5fb85e5361d1b49c3bb8655e97159
authorJeremy Allison <jra@samba.org>
Mon, 10 Sep 2012 23:07:37 +0000 (10 16:07 -0700)
committerKarolin Seeger <kseeger@samba.org>
Mon, 17 Sep 2012 09:35:32 +0000 (17 11:35 +0200)
treebffca74fcda9070c06bb506274a2c68d9c5e2ced
parentb20ca77e2a9d111eb2e77d0b804fe7505b07e418
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/common/ldb_parse.c
source4/lib/ldb/common/ldb_parse.c