summaryrefslogtreecommitdiffstats
path: root/custodia.conf
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-03-25 15:45:19 -0400
committerSimo Sorce <simo@redhat.com>2015-03-25 15:47:08 -0400
commitd40890b01fb600f09127cff0285472dfbba30442 (patch)
treedb39bdd85a3b9156d26274ebe92c2d95de72405c /custodia.conf
parent98085f982e98466b994c033be55047ce370dcac5 (diff)
downloadcustodia-d40890b01fb600f09127cff0285472dfbba30442.tar.gz
custodia-d40890b01fb600f09127cff0285472dfbba30442.tar.xz
custodia-d40890b01fb600f09127cff0285472dfbba30442.zip
Adjust the code to be python3 happy
This required the renaming of the http directory to avoid clashes with the python3 own http/server module.
Diffstat (limited to 'custodia.conf')
-rw-r--r--custodia.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/custodia.conf b/custodia.conf
index 4a32c11..f7a1701 100644
--- a/custodia.conf
+++ b/custodia.conf
@@ -2,12 +2,12 @@
server_version = "Secret/0.0.7"
[auth:simple]
-handler = custodia.http.authenticators.SimpleCredsAuth
+handler = custodia.httpd.authenticators.SimpleCredsAuth
uid = 48
gid = 48
[auth:header]
-handler = custodia.http.authenticators.SimpleHeaderAuth
+handler = custodia.httpd.authenticators.SimpleHeaderAuth
name = REMOTE_USER
value = simo