自作クラスタ計算機:openldapを使ったldapサーバの基本設定
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| 自作クラスタ計算機:openldapを使ったldapサーバの基本設定 [2026/05/11 19:23] – [ユーザーの追加] koudai | 自作クラスタ計算機:openldapを使ったldapサーバの基本設定 [2026/05/11 19:25] (current) – koudai | ||
|---|---|---|---|
| Line 206: | Line 206: | ||
| [sssd] | [sssd] | ||
| services = nss, pam | services = nss, pam | ||
| - | domains = cluster.home.arpa | + | config_file_version = 2 |
| + | domains = default | ||
| - | [domain/cluster.home.arpa] | + | [domain/default] |
| id_provider = ldap | id_provider = ldap | ||
| auth_provider = ldap | auth_provider = ldap | ||
| - | ldap_uri = ldap:// | + | ldap_uri = ldap:// |
| ldap_search_base = dc=cluster, | ldap_search_base = dc=cluster, | ||
| - | # ユーザーとグループの場所 | + | # ユーザー・グループの場所 |
| - | ldap_user_search_base = ou=People, | + | ldap_user_search_base = ou=people, |
| - | ldap_group_search_base = ou=Groups, | + | ldap_group_search_base = ou=groups, |
| # 認証 | # 認証 | ||
| ldap_default_bind_dn = cn=admin, | ldap_default_bind_dn = cn=admin, | ||
| - | ldap_default_authtok = 【LDAPのパスワード】 | + | ldap_default_authtok = admin_password |
| - | # ホームディレクトリ | + | # パスワード |
| - | ldap_user_home_directory | + | ldap_tls_reqcert |
| + | |||
| + | # UID/GID | ||
| + | enumerate = false | ||
| </ | </ | ||
自作クラスタ計算機/openldapを使ったldapサーバの基本設定.txt · Last modified: 2026/05/11 19:25 by koudai
