LDAP検索式

  • (uid=U*) のように()で囲む。
  • 関係演算子
=  equal
>= greater
<= less
~= approx
    • equalとapproxの違いは良く分からない。
  • 論理演算子
    • (&(uid=A*)(name=B*))みたいにする。
& and
| or
! not