Propagate change from the moulinette: authenticate -> _authenticate_credentials

This commit is contained in:
Alexandre Aubin 2021-06-19 17:17:08 +02:00
parent 1fcfe734e9
commit c3e7587766

View file

@ -21,7 +21,7 @@ class Authenticator(BaseAuthenticator):
self.basedn = "dc=yunohost,dc=org"
self.admindn = "cn=admin,dc=yunohost,dc=org"
def authenticate(self, credentials=None):
def _authenticate_credentials(self, credentials=None):
# TODO : change authentication format
# to support another dn to support multi-admins