]> mj.ucw.cz Git - subauth.git/blob - etc/subauthd
A skeleton configuration file
[subauth.git] / etc / subauthd
1 SubauthD {
2         SocketPath      @INSTALL_RUN_DIR@/subauthd.socket
3         MaxConnections  1000
4         Database        @INSTALL_STATE_DIR@/subauthd.db
5
6         Zone {
7                 Name            mail
8                 Description     E-mail
9                 AutoCreateAcct  1
10                 AllowPasswd     1
11                 AllowTokens     16
12         }
13
14         Zone {
15                 Name            web
16                 AllowPasswd     1
17         }
18 }