|
172 | 172 | The following option may be used as an alternative way to write some of the |
173 | 173 | above LDAP options in a more compact and standard form: |
174 | 174 | </span> |
175 | | -《機械翻訳》次のオプションを使用して、上記のオプションの一部をよりコンパクト的で標準的なフォームに書き込むこともできます。 |
| 175 | +別の方法として、次のオプションを使用して、上記のオプションの一部をよりコンパクトで標準的なフォームに書き込むこともできます。 |
176 | 176 | </p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="literal">ldapurl</code></span></dt><dd><p> |
177 | 177 | <span class="original"> |
178 | 178 | An <ulink url="https://datatracker.ietf.org/doc/html/rfc4516">RFC 4516</ulink> |
179 | 179 | LDAP URL. The format is |
180 | 180 | </span> |
181 | | -《機械翻訳》<a class="ulink" href="https://datatracker.ietf.org/doc/html/rfc4516" target="_top">RFC 4516</a> |
182 | | -LDAP URL。フォーマットは |
| 181 | +<a class="ulink" href="https://datatracker.ietf.org/doc/html/rfc4516" target="_top">RFC 4516</a>のLDAP URLです。 |
| 182 | +フォーマットは以下の通りです。 |
183 | 183 | </p><pre class="synopsis"> |
184 | 184 | ldap[s]://<em class="replaceable"><code>host</code></em>[:<em class="replaceable"><code>port</code></em>]/<em class="replaceable"><code>basedn</code></em>[?[<em class="replaceable"><code>attribute</code></em>][?[<em class="replaceable"><code>scope</code></em>][?[<em class="replaceable"><code>filter</code></em>]]]] |
185 | 185 | </pre><p> |
|
230 | 230 | for search+bind. To use <literal>ldapurl</literal> in simple bind mode, the |
231 | 231 | URL must not contain a <literal>basedn</literal> or query elements. |
232 | 232 | </span> |
233 | | -《機械翻訳》シンプルバインドの設定オプションと検索+バインドのオプションが混在するエラーである。 |
234 | | -<code class="literal">ldapurl</code>をシンプルバインド・モードで使用するには、URLに<code class="literal">basedn</code>または問い合わせ要素を含めないでください。 |
| 233 | +シンプルバインドの設定オプションとsearch+bindオプションを混在するのは間違いです。 |
| 234 | +<code class="literal">ldapurl</code>をシンプルバインドモードで使用するには、URLに<code class="literal">basedn</code>または問い合わせ要素を含めないでください。 |
235 | 235 | </p><p> |
236 | 236 | <span class="original"> |
237 | 237 | When using search+bind mode, the search can be performed using a single |
|
281 | 281 | Here is a different simple-bind configuration, which uses the LDAPS scheme |
282 | 282 | and a custom port number, written as a URL: |
283 | 283 | </span> |
284 | | -《機械翻訳》これはシンプル-バインド間の別の設定で、LDAPSスキームとカスタムのポート番号を使用し、URL:として記述しています。 |
| 284 | +これはシンプルバインドの別の設定で、LDAPSスキームとカスタムポート番号を使用し、URL:として記述しています。 |
285 | 285 | </p><pre class="programlisting"> |
286 | 286 | host ... ldap ldapurl="ldaps://ldap.example.net:49151" ldapprefix="cn=" ldapsuffix=", dc=example, dc=net" |
287 | 287 | </pre><p> |
288 | 288 | <span class="original"> |
289 | 289 | This is slightly more compact than specifying <literal>ldapserver</literal>, |
290 | 290 | <literal>ldapscheme</literal>, and <literal>ldapport</literal> separately. |
291 | 291 | </span> |
292 | | -《機械翻訳》これは、<code class="literal">ldapserver</code>、<code class="literal">ldapscheme</code>、および<code class="literal">ldapport</code>を別々に指定するよりも少しコンパクト的です。 |
| 292 | +これは、<code class="literal">ldapserver</code>、<code class="literal">ldapscheme</code>、および<code class="literal">ldapport</code>を別々に指定するよりも少しコンパクトです。 |
293 | 293 | </p><p> |
294 | 294 | <span class="original"> |
295 | 295 | Here is an example for a search+bind configuration: |
|
0 commit comments