Adding the ftp pam service, for vsftpd.
svn path=/nixos/trunk/; revision=14287
This commit is contained in:
parent
632d77806f
commit
72bb6b30b3
@ -251,6 +251,7 @@ import ../helpers/make-etc.nix {
|
|||||||
"xlock"
|
"xlock"
|
||||||
"kde"
|
"kde"
|
||||||
"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