From: Martin Mares Date: Sat, 22 Jul 2017 20:51:52 +0000 (+0200) Subject: A skeleton configuration file X-Git-Tag: v0.9~39 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=64145c320b9966281ee8beadd2f22d0faf7b3ae1;p=subauth.git A skeleton configuration file --- diff --git a/etc/subauthd b/etc/subauthd new file mode 100644 index 0000000..d19eaea --- /dev/null +++ b/etc/subauthd @@ -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 + } +}