This commit is contained in:
Alexandre Aubin 2021-03-09 06:00:04 +01:00
parent 50a42e1d87
commit 78cc445bd2

View file

@ -12,7 +12,7 @@ from moulinette.core import MoulinetteError
from moulinette.authentication import BaseAuthenticator
from yunohost.utils.error import YunohostError
logger = logging.getLogger("yunohost.authenticators.lpda_admin")
logger = logging.getLogger("yunohost.authenticators.ldap_admin")
class Authenticator(BaseAuthenticator):