summaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-04-20 19:48:57 +0000
committerJonas Smedegaard <dr@jones.dk>2004-04-20 19:48:57 +0000
commitbda3479f6879c53393436bfb97f010101b296d11 (patch)
tree89f900491ff58ee86952ca336903ef28e72556a9 /local
parent912ef99bf20a7031ec4d2958ca555eddacfc8950 (diff)
Add (not really) new config files used by adduser.local, user-init and friends.
Diffstat (limited to 'local')
-rw-r--r--local/users.conf23
-rw-r--r--local/volumes4
2 files changed, 27 insertions, 0 deletions
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"