Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
fortgeschrittene:sssd-ldap [2017/07/28 17:03] ingo_wichmann [Konfiguration] |
fortgeschrittene:sssd-ldap [2020/05/08 06:41] (aktuell) |
||
---|---|---|---|
Zeile 7: | Zeile 7: | ||
===== Pakete ===== | ===== Pakete ===== | ||
- | * Debian ab 8: ''sssd-ldap sssd-tools'' (( | + | * Debian (ab 8): ''sssd-ldap sssd-tools libnss-sss libpam-sss'' (( |
- | apt-get --no-install-recommends install sssd-ldap sssd-tools | + | apt-get --no-install-recommends install sssd-ldap libnss-sss sssd-tools |
)) | )) | ||
+ | * CentOS (7): ''sssd-ldap sssd-tools'' | ||
+ | * openSuSE (12.3): ''sssd sssd-tools'' | ||
+ | * ''nscd'' entfernen | ||
===== Konfiguration ====== | ===== Konfiguration ====== | ||
+ | Debian (ab 9): | ||
+ | cp /usr/share/doc/sssd-common/examples/sssd-example.conf /etc/sssd/sssd.conf | ||
<file txt /etc/sssd/sssd.conf> | <file txt /etc/sssd/sssd.conf> | ||
Zeile 45: | Zeile 50: | ||
sssctl config-check | sssctl config-check | ||
- | Fehlersuche: | + | ===== PAM ===== |
+ | Debian (ab 8): | ||
+ | pam-auth-update | ||
+ | CentOS (7): | ||
+ | authconfig --enablesssd --update | ||
+ | authconfig --enablesssdauth --update | ||
+ | authconfig --enablemkhomedir --update | ||
+ | |||
+ | ===== Fehlersuche ===== | ||
service sssd stop | service sssd stop | ||
sssd -i -d 3 | sssd -i -d 3 | ||
- | Doku: | + | ===== Doku ===== |
* /usr/share/doc/sssd-common/examples/sssd-example.conf | * /usr/share/doc/sssd-common/examples/sssd-example.conf | ||
* man sssd-ldap | * man sssd-ldap | ||
+ |