]> mj.ucw.cz Git - subauth.git/blob - etc/subauthd
Finished implementation of temporary tokens
[subauth.git] / etc / subauthd
1 SubauthD {
2         SocketPath      @INSTALL_RUN_DIR@/subauthd.socket
3         MaxConnections  1000
4         Database        @INSTALL_STATE_DIR@/subauthd.db
5         TempKeyFile     @INSTALL_STATE_DIR@/subauthd-seed
6
7         Zone {
8                 Name            mail
9                 Description     E-mail
10                 AutoCreateAcct  1
11                 AllowPasswd     1
12                 AllowTokens     16
13                 MaxTempValidity 3600
14         }
15
16         Zone {
17                 Name            web
18                 AllowPasswd     1
19         }
20 }