This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
django-kerberos/sample/config.py.example

4 lines
164 B
Plaintext

KERBEROS_SERVICE_PRINCIPAL = 'HTTP/fenouil.entrouvert.org@ENTROUVERT.ORG'
KERBEROS_DEFAULT_REALM = 'ENTROUVERT.ORG'
KERBEROS_BACKEND_ADMIN_REGEXP = '^.*/admin@.*$'