mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
8420a36dc7
Signed-off-by: Andrew Tridgell <tridge@samba.org>
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
foo=bar5
|
|
(&(|(a=b)(c=d))(e=f))
|
|
(&(|(a=b)(c=d)(g=h))(e=f))
|
|
name=firstname lastname
|
|
(&(sid=S-1-2-3)(name = fred bloggs))
|
|
(&(|(a=b)(c=d))(g=f))
|
|
(&(sid=S-1-2-3)(!(name = fred bloggs)))
|
|
(&(!(|(a=b)(c=d))(g=f)))
|