mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Add ftpd entries into /etc/pam.conf.
S/Key authentication for ftpd was not working due to ftp implementation and /etc/pam.conf missmatch. So add ftpd entries into /etc/pam.conf. Reported by: "Jose M. Alcaide" <jose@we.lc.ehu.es> Approved by: jkh Reviewed by: markm
This commit is contained in:
parent
ed0010ed09
commit
01e65cd554
1 changed files with 6 additions and 0 deletions
|
|
@ -16,6 +16,12 @@ login auth requisite pam_cleartext_pass_ok.so
|
|||
#login auth sufficient pam_kerberosIV.so try_first_pass
|
||||
login auth required pam_unix.so try_first_pass
|
||||
|
||||
# Same requirement for ftpd as login
|
||||
ftpd auth sufficient pam_skey.so
|
||||
ftpd auth requisite pam_cleartext_pass_ok.so
|
||||
#ftpd auth sufficient pam_kerberosIV.so try_first_pass
|
||||
ftpd auth required pam_unix.so try_first_pass
|
||||
|
||||
# r-utils are broken; ensure this doesn't bother folk
|
||||
rshd auth sufficient pam_deny.so
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue