]> mj.ucw.cz Git - subauth.git/commitdiff
A skeleton configuration file
authorMartin Mares <mj@ucw.cz>
Sat, 22 Jul 2017 20:51:52 +0000 (22:51 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 22 Jul 2017 20:51:52 +0000 (22:51 +0200)
etc/subauthd [new file with mode: 0644]

diff --git a/etc/subauthd b/etc/subauthd
new file mode 100644 (file)
index 0000000..d19eaea
--- /dev/null
@@ -0,0 +1,18 @@
+SubauthD {
+       SocketPath      @INSTALL_RUN_DIR@/subauthd.socket
+       MaxConnections  1000
+       Database        @INSTALL_STATE_DIR@/subauthd.db
+
+       Zone {
+               Name            mail
+               Description     E-mail
+               AutoCreateAcct  1
+               AllowPasswd     1
+               AllowTokens     16
+       }
+
+       Zone {
+               Name            web
+               AllowPasswd     1
+       }
+}