ldap
差分
このページの2つのバージョン間の差分を表示します。
| 次のリビジョン | 前のリビジョン | ||
| ldap [2026/04/17 05:23] – 作成 araki | ldap [2026/04/17 05:38] (現在) – [NSLCD] araki | ||
|---|---|---|---|
| 行 75: | 行 75: | ||
| 正しく読めていれば、LDAPに設定されているユーザのエントリーが / | 正しく読めていれば、LDAPに設定されているユーザのエントリーが / | ||
| + | |||
| + | ==== NSLCD ==== | ||
| + | |||
| + | 伝統的には、クライアント側では NSLCDを使用することが一般的であった。 | ||
| + | |||
| + | === モジュール === | ||
| + | |||
| + | === 設定 === | ||
| + | |||
| + | 基本的には設定はパッケージの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.1776403399.txt.gz · 最終更新: by araki
