misc: fix authenticator wrong path (#31597)

This commit is contained in:
Serghei Mihai 2019-03-20 15:22:55 +01:00
parent 9cedebd7b8
commit 6fe991649a
1 changed files with 1 additions and 1 deletions

View File

@ -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']