ldap
差分
このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン前のリビジョン | |||
| ldap [2026/04/17 05:29] – [SSSD] araki | ldap [2026/04/17 05:38] (現在) – [NSLCD] araki | ||
|---|---|---|---|
| 行 84: | 行 84: | ||
| === 設定 === | === 設定 === | ||
| + | 基本的には設定はパッケージのpost installation ステップで行われるので、nslcd.confを直接いじる必要はほとんどないと思われるが、何かあればここをいじることになる。 | ||
| + | |||
| + | <file ini nslcd.conf> | ||
| + | # / | ||
| + | # nslcd configuration file. See nslcd.conf(5) | ||
| + | # for details. | ||
| + | |||
| + | # The user and group nslcd should run as. | ||
| + | uid nslcd | ||
| + | gid nslcd | ||
| + | |||
| + | # The location at which the LDAP server(s) should be reachable. | ||
| + | uri ldaps:// | ||
| + | |||
| + | # The search base that will be used for all queries. | ||
| + | base dc=example, | ||
| + | |||
| + | # The LDAP protocol version to use. | ||
| + | # | ||
| + | |||
| + | # The DN to bind with for normal lookups. | ||
| + | #binddn cn=annonymous, | ||
| + | #bindpw secret | ||
| + | |||
| + | # The DN used for password modifications by root. | ||
| + | # | ||
| + | |||
| + | # SSL options | ||
| + | #ssl off | ||
| + | # | ||
| + | tls_cacertfile / | ||
| + | |||
| + | # The search scope. | ||
| + | #scope sub | ||
| + | </ | ||
| + | |||
| + | / | ||
ldap.txt · 最終更新: by araki
