From cffe3b1895f3b0b1e0cb36e1f209794a9ac9557b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 22 Apr 2011 14:07:23 +0200 Subject: fs/skeleton: add ftp user/group Needed by E.G. proftpd for the default (anonymous ftp) config. Signed-off-by: Peter Korsgaard --- fs/skeleton/etc/passwd | 1 + 1 file changed, 1 insertion(+) (limited to 'fs/skeleton/etc/passwd') diff --git a/fs/skeleton/etc/passwd b/fs/skeleton/etc/passwd index 377d4df5b..ed7006a29 100644 --- a/fs/skeleton/etc/passwd +++ b/fs/skeleton/etc/passwd @@ -10,6 +10,7 @@ backup:x:34:34:backup:/var/backups:/bin/sh operator:x:37:37:Operator:/var:/bin/sh haldaemon:x:68:68:hald:/:/bin/sh dbus:x:81:81:dbus:/var/run/dbus:/bin/sh +ftp:x:83:83:ftp:/home/ftp:/bin/sh nobody:x:99:99:nobody:/home:/bin/sh sshd:x:103:99:Operator:/var:/bin/sh default:x:1000:1000:Default non-root user:/home/default:/bin/sh -- cgit v1.2.3