finish up kdcproxy

This commit is contained in:
Timo Makinen 2019-05-29 19:37:55 +03:00
parent 2ab21a87f5
commit 4cac7b8bc7
3 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,4 @@
[global]
[{{ kerberos_realm }}]
kerberos = kerberos+tcp://localhost

View file

@ -0,0 +1,3 @@
location /KdcProxy {
proxy_pass http://unix:/run/gunicorn/gunicorn-kdcproxy.sock:/KdcProxy;
}