Projet

Général

Profil

0001-misc-fix-authenticator-wrong-path-31597.patch

Serghei Mihai (congés, retour 15/05), 20 mars 2019 15:24

Télécharger (860 octets)

Voir les différences:

Subject: [PATCH] misc: fix authenticator wrong path (#31597)

 src/authentic2_auth_kerberos/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
src/authentic2_auth_kerberos/__init__.py
14 14
                'authentic2_auth_kerberos.backends.A2KerberosBackend']
15 15

  
16 16
    def get_authenticators(self):
17
        return ['authentic2_auth_fedict.authenticators.KerberosAuthenticator']
17
        return ['authentic2_auth_kerberos.authenticators.KerberosAuthenticator']
18
-