Hi habe ein Problem mit LEAP15.2 als NIS client.
Ein Login eines NIS-User ist nicht möglich. Das Homeverzeichnis ist ein NFS-Verzeichnis. NIS-Server ist auch NFS-Server. Als root kan ich eich ‘su - nis_user’ ausführen und bin im richtigen Homevereichnis. Als Nichtroot-User ist das nicht möglich.
stlu@jarada:~> su - stefan
Passwort:
su: Berechtigung verweigert
stlu@jarada:~> su - stefan
Passwort:
su: Fehler bei Authentifizierung
Die zweite Fehlermeldung ist OK, da ich ein falsches Passwort angegeben habe.
Mit ssh Debugging (ssh vom NIS-Server) sehe ich folgendes (Ausschnitte):
2021-05-14T12:56:13.526579+02:00 localhost sshd[3468]: debug3: PAM: sshpam_query entering
2021-05-14T12:56:13.526854+02:00 localhost sshd[3468]: debug3: ssh_msg_recv entering
2021-05-14T12:56:13.527156+02:00 localhost sshd[3470]: debug1: do_pam_account: called
2021-05-14T12:56:13.527358+02:00 localhost sshd[3470]: debug2: do_pam_account: auth information in SSH_AUTH_INFO_0
2021-05-14T12:56:13.527557+02:00 localhost sshd[3470]: debug3: PAM: do_pam_account pam_acct_mgmt = 6 (Permission denied)
2021-05-14T12:56:13.527757+02:00 localhost sshd[3470]: debug3: ssh_msg_send: type 13
2021-05-14T12:56:13.527959+02:00 localhost sshd[3468]: debug3: PAM: User account has expired
2021-05-14T12:56:13.528133+02:00 localhost sshd[3468]: error: PAM: User account has expired for stefan from 192.168.192.4
2021-05-14T12:56:13.528277+02:00 localhost sshd[3468]: debug3: mm_request_send entering: type 107
..
2021-05-14T12:56:13.536440+02:00 localhost sshd[3468]: debug3: mm_sshpam_init_ctx [preauth]
2021-05-14T12:56:13.536513+02:00 localhost sshd[3468]: debug3: mm_request_send entering: type 104 [preauth]
2021-05-14T12:56:13.536615+02:00 localhost sshd[3468]: debug3: mm_sshpam_init_ctx: waiting for MONITOR_ANS_PAM_INIT_CTX [preauth]
2021-05-14T12:56:13.536752+02:00 localhost sshd[3468]: debug3: mm_request_receive_expect entering: type 105 [preauth]
2021-05-14T12:56:13.536837+02:00 localhost sshd[3468]: debug3: mm_request_receive entering [preauth]
2021-05-14T12:56:13.536912+02:00 localhost sshd[3468]: debug3: mm_request_receive entering
2021-05-14T12:56:13.536997+02:00 localhost sshd[3468]: debug3: monitor_read: checking request 104
2021-05-14T12:56:13.537083+02:00 localhost sshd[3468]: fatal: monitor_read: unpermitted request 104
2021-05-14T12:56:13.537160+02:00 localhost sshd[3468]: debug1: do_cleanup
2021-05-14T12:56:13.537239+02:00 localhost sshd[3468]: debug1: PAM: cleanup
NIS funktioniert. Kann problemlos zu einem Raspberry ssh-login durchführen.
Bin für jeden Hinweis dankbar.
Viele Grüße
Stefan