Adding the ftp pam service, for vsftpd.

svn path=/nixos/trunk/; revision=14287
This commit is contained in:
Lluís Batlle i Rossell 2009-02-28 20:01:56 +00:00
parent 632d77806f
commit 72bb6b30b3
2 changed files with 5 additions and 0 deletions

View File

@ -251,6 +251,7 @@ import ../helpers/make-etc.nix {
"xlock"
"kde"
"cups"
"ftp"
"common"
"common-console" # shared stuff for interactive local sessions
]

4
etc/pam.d/ftp Normal file
View File

@ -0,0 +1,4 @@
auth include common
account include common
password include common
session include common