Adding the ftp pam service, for vsftpd.
Author: viric @ rev 14287 svn path=/nixos/branches/fix-style/; revision=14447
This commit is contained in:
parent
c887a5be1e
commit
5dbb38cdec
@ -191,6 +191,7 @@ let
|
||||
"chsh"
|
||||
"xlock"
|
||||
"cups"
|
||||
"ftp"
|
||||
"common"
|
||||
"common-console" # shared stuff for interactive local sessions
|
||||
]
|
||||
|
4
etc/pam.d/ftp
Normal file
4
etc/pam.d/ftp
Normal file
@ -0,0 +1,4 @@
|
||||
auth include common
|
||||
account include common
|
||||
password include common
|
||||
session include common
|
Loading…
x
Reference in New Issue
Block a user