From bda3479f6879c53393436bfb97f010101b296d11 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 20 Apr 2004 19:48:57 +0000 Subject: Add (not really) new config files used by adduser.local, user-init and friends. --- local/users.conf | 23 +++++++++++++++++++++++ local/volumes | 4 ++++ 2 files changed, 27 insertions(+) create mode 100644 local/users.conf create mode 100644 local/volumes (limited to 'local') diff --git a/local/users.conf b/local/users.conf new file mode 100644 index 0000000..b5611f5 --- /dev/null +++ b/local/users.conf @@ -0,0 +1,23 @@ +# Add all normal accounts to which group? +USERS_GROUPNAME="users" + +# If default users are "dummy" users then what group are real users? +# (leave blank or comment out to disable dummy/real environment) +REALUSERS_GROUPNAME="realusers" + +# If default users are "dummy", in which dir should they have dir? +DUMMYSHAREDIR="/home/christof/ftp_christof_ro" +# Owned by whom? +DUMMYSHAREOWNER="christof" +# And symlinked to what dir in their own homedir? +DUMMYSHARENAME="images" + +# And what Apache config sould we use to restrict access to the folder from web? +# (below /etc/apache/init.d/) +DUMMYAPACHECFG="private" +# And to where is the dir Alias'ed? +DUMMYAPACHESHAREDIR="private" + +# Use "mbox" imap transport? +# (makes quota include incoming mail, but a bug makes creating more IMAP folders fail). +USE_MBOX="" diff --git a/local/volumes b/local/volumes new file mode 100644 index 0000000..fd8c4cc --- /dev/null +++ b/local/volumes @@ -0,0 +1,4 @@ +NETATALK="1" +NETATALK_HOME="mac" + +PRIVATE="1" -- cgit v1.2.3