diff --git a/src/authentic2_auth_kerberos/__init__.py b/src/authentic2_auth_kerberos/__init__.py index ec6d154..fee6255 100644 --- a/src/authentic2_auth_kerberos/__init__.py +++ b/src/authentic2_auth_kerberos/__init__.py @@ -14,4 +14,4 @@ class Plugin(object): 'authentic2_auth_kerberos.backends.A2KerberosBackend'] def get_authenticators(self): - return ['authentic2_auth_fedict.authenticators.KerberosAuthenticator'] + return ['authentic2_auth_kerberos.authenticators.KerberosAuthenticator']