diff --git a/war/resources/help/security/ldap/managerDN_ja.html b/war/resources/help/security/ldap/managerDN_ja.html index 2052d96ab186e31c678049c186efbbea9b57ff1a..f035f5e4f441b11191f9c716e79cbad48fd703a3 100644 --- a/war/resources/help/security/ldap/managerDN_ja.html +++ b/war/resources/help/security/ldap/managerDN_ja.html @@ -1,17 +1,19 @@ -
- If your LDAP server doesn't support anonymous binding - (IOW, if your LDAP server doesn't even allow a query without authentication), - then Hudson would have to first authenticate itself against the LDAP server, - and Hudson does that by sending "manager" DN and password. +
+ LDAPサーバーが匿名バインドをサポートしない場合 + (言い換えると、LDAPサーバーが認証なしのクエリーを許可しない場合)、 + Hudsonは。最初にLDAPサーバーに対して自分自身の認証を行う必要があるので、 + "管理者"のDNとパスワードをLDAPセーバーに送信します。

- A DN typically looks like CN=MyUser,CN=Users,DC=mydomain,DC=com - although the exact sequence of tokens depends on the LDAP server configuration. + DNは、正確な並びはLDAPサーバーの設定に依存しますが、 + 一般的にCN=MyUser,CN=Users,DC=mydomain,DC=comのようなものです。 + It can be any valid DN as long as LDAP allows this user to query data.

- This configuration is also useful when you are connecting to Active Directory - from a Unix machine, as AD doesn't allow anonymous bind by default. But - if you can't figure this out, you can also change AD setting to allow - anonymous bind. See this document for how to. + Active Directory(AD)はデフォルトでは匿名バインドを許可していないので、 + UnixマシーンからADに接続するときにも便利です。 + この設定が分からないのであれば、匿名バインドを許可するようにADの設定を変更することもできます。 + 変更方法については、 + このドキュメントを参照してください。

diff --git a/war/resources/help/security/ldap/rootDN_ja.html b/war/resources/help/security/ldap/rootDN_ja.html index f262381399903f8faec7479e126ff703450781fc..99dc06978ed01a10f609f15944ec94fc04e2531c 100644 --- a/war/resources/help/security/ldap/rootDN_ja.html +++ b/war/resources/help/security/ldap/rootDN_ja.html @@ -7,7 +7,7 @@ より良いパフォーマンスを得ることができます。 この項目には、そのサブノードのDN(識別名)を指定します。 -

+

実際には、LDAPサーバーはデータ上に豊富なインデックスを持っているので、 この項目の値が必要になるのはまれです。 — LDAPと通信して、Hudsonがこの値を自動的に取得できるようにすべきです。 diff --git a/war/resources/help/security/ldap/userSearchBase_ja.html b/war/resources/help/security/ldap/userSearchBase_ja.html index b79b66dd011137210782a9f430131171379c7083..b5388a2b1d337214f6844e907bfe0fd984725d76 100644 --- a/war/resources/help/security/ldap/userSearchBase_ja.html +++ b/war/resources/help/security/ldap/userSearchBase_ja.html @@ -3,7 +3,7 @@ (ルートDNからの)相対DN(識別名)を指定すると、Hudsonは検索範囲をそのサブツリーに絞ります。

- 実際には、、LDAPサーバーはデータ上に豊富なインデックスを持っているので、 + 実際には、LDAPサーバーはデータ上に豊富なインデックスを持っているので、 この項目の値が必要になるのはまれです。

diff --git a/war/resources/help/security/ldap/userSearchFilter_ja.html b/war/resources/help/security/ldap/userSearchFilter_ja.html index 82db44bb0064b788e31bc19caa3e31c4544ee0e4..37dc5fda2117487039c4d200f90400b89f94d381 100644 --- a/war/resources/help/security/ldap/userSearchFilter_ja.html +++ b/war/resources/help/security/ldap/userSearchFilter_ja.html @@ -3,7 +3,7 @@

この項目は、ユーザーレコードを特定するクエリーを決めます。 - RFC 2798で定義により、 + RFC 2798の定義により、 多くの場合、クエリーには"uid={0}"を使用するので、 多くの場合この項目を空欄のままにして、デフォルトのまま動作するようにします。