summaryrefslogtreecommitdiffstats
path: root/custodia.conf
blob: 747c446945a7315d7718bbb551e2000c117d36e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[global]
server_version = "Secret/0.0.7"

[auth:simple]
handler = custodia.http.authenticators.SimpleCredsAuth
uid = 48
gid = 48

[auth:header]
handler = custodia.http.authenticators.SimpleHeaderAuth
name = REMOTE_USER
value = simo

[/]
handler = custodia.root.Root