sample: add default config.py and a READMe

This commit is contained in:
Benjamin Dauvergne 2014-08-12 11:51:23 +02:00
parent ffa6112042
commit 5a52caaf6c
2 changed files with 4 additions and 0 deletions

1
sample/README Normal file
View File

@ -0,0 +1 @@
Rename config.py.example to config.py, and update default settings.

3
sample/config.py.example Normal file
View File

@ -0,0 +1,3 @@
KERBEROS_SERVICE_PRINCIPAL = 'HTTP/fenouil.entrouvert.org@ENTROUVERT.ORG'
KERBEROS_DEFAULT_REALM = 'ENTROUVERT.ORG'
KERBEROS_BACKEND_ADMIN_REGEXP = '^.*/admin@.*$'