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"
|
"chsh"
|
||||||
"xlock"
|
"xlock"
|
||||||
"cups"
|
"cups"
|
||||||
|
"ftp"
|
||||||
"common"
|
"common"
|
||||||
"common-console" # shared stuff for interactive local sessions
|
"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