authentic2-auth-kerberos/src/authentic2_auth_kerberos/apps.py

11 lines
312 B
Python

from django.apps import AppConfig
class Authentic2AuthKerberosConfig(AppConfig):
name = 'authentic2_auth_kerberos'
label = 'authentic2_auth_kerberos'
def ready(self):
# patch authentic2.backends.ldap_backend.LDAPBackend for keys specific to Kerberos support
from . import backends