Adding the ftp pam service, for vsftpd.

Author:    viric @ rev 14287

svn path=/nixos/branches/fix-style/; revision=14447
This commit is contained in:
Nicolas Pierron 2009-03-07 18:01:47 +00:00
parent c887a5be1e
commit 5dbb38cdec
2 changed files with 5 additions and 0 deletions

View File

@ -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
View File

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