summaryrefslogtreecommitdiffstats
path: root/src/mad-server.conf
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2009-07-17 19:00:40 +0200
committerMatthias Schiffer <matthias@gamezock.de>2009-07-17 19:00:40 +0200
commitfdd7fbae926821be7d5229d5cba04396e6f00f99 (patch)
tree73edc33360d5f83f0a62b1f1a5b89c4b9b5e9e07 /src/mad-server.conf
parentdf114cc52f48645c9c6736faceef8920c9441cbe (diff)
downloadmad-fdd7fbae926821be7d5229d5cba04396e6f00f99.tar
mad-fdd7fbae926821be7d5229d5cba04396e6f00f99.zip
UserBackendHome hinzugefügt
Modul zur Erstellung von Home-Verzeichnissen implementert
Diffstat (limited to 'src/mad-server.conf')
-rw-r--r--src/mad-server.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mad-server.conf b/src/mad-server.conf
index 76533cf..41aa298 100644
--- a/src/mad-server.conf
+++ b/src/mad-server.conf
@@ -33,6 +33,11 @@ UserBackendMysql {
}
}
+UserBackendHome {
+ HomeDir "/tmp/home"
+ Skeleton "/tmp/skel"
+}
+
Daemon test {
IpAddress 127.0.0.1
}