blob: 9b3118b2cd9b3818b89ac11e3b2a22db0ccc3871 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<listitem>
<para>
オプションのベース DN。この属性の種別に対する LDAP 検索を制限する、検索範囲および LDAP フィルター。
</para>
<para>
構文: <programlisting>
search_base[?scope?[filter][?search_base?scope?[filter]]*]
</programlisting>
</para>
<para>
The scope can be one of "base", "onelevel" or "subtree". The scope functions
as specified in section 4.5.1.2 of http://tools.ietf.org/html/rfc4511
</para>
<para>
フィルターは http://www.ietf.org/rfc/rfc2254.txt により指定されたような有効な LDAP
検索フィルターである必要があります。
</para>
<para>
For examples of this syntax, please refer to the
<quote>ldap_search_base</quote> examples section.
</para>
<para>
初期値: <emphasis>ldap_search_base</emphasis> の値
</para>
<para>
Please note that specifying scope or filter is not supported for searches
against an Active Directory Server that might yield a large number of
results and trigger the Range Retrieval extension in the response.
</para>
</listitem>
|