mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
ssh_silent_disconnect() and server forking. I still have to add a -D command line to avoid the forking. password auth works, but there is no uid change yet. I'll have to make the configuration stuff really being respected by the server. (like keys, ports, users, ...) git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@23 7dcaeef0-15fb-0310-b436-a5af3365683c
9 lines
410 B
Plaintext
9 lines
410 B
Plaintext
#%PAM-1.0
|
|
auth required /lib/security/pam_unix.so shadow nodelay
|
|
auth required /lib/security/pam_nologin.so
|
|
account required /lib/security/pam_unix.so
|
|
password required /lib/security/pam_cracklib.so
|
|
password required /lib/security/pam_unix.so shadow nullok use_authtok
|
|
session required /lib/security/pam_unix.so
|
|
session required /lib/security/pam_limits.so
|