diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-07-28 15:51:31 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-07-29 18:17:44 +1000 |
commit | e3b76bd6205acfc1a89fbcab5d9588b32cb47b88 (patch) | |
tree | 14f71730d98b0509cca32a2c3f07cd7c2b008ca1 /lib/socket | |
parent | 2663586c8bbda96822c9325de2966382a2341fca (diff) | |
download | samba-e3b76bd6205acfc1a89fbcab5d9588b32cb47b88.tar.gz samba-e3b76bd6205acfc1a89fbcab5d9588b32cb47b88.tar.bz2 samba-e3b76bd6205acfc1a89fbcab5d9588b32cb47b88.zip |
ldb: fixed a search expression parse bug
when a secondary component of a & or | expression was invalid, it was
ignored rather than giving an error. For example:
(|(objectclass=user)(samaccountname=foo\blah))
was treated as being:
(objectclass=user)
whereas it should be an error, as foo\blah is invalid
Pair-Programmed-With: Amitay Isaacs <amitay@gmail.com>
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/socket')
0 files changed, 0 insertions, 0 deletions