mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
We don't really care that there's 'nothing to update in ldap'
This commit is contained in:
parent
7333b6a342
commit
755a475e5d
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class Authenticator(BaseAuthenticator):
|
||||||
ldif = modlist.modifyModlist(actual_entry[0], attr_dict, ignore_oldexistent=1)
|
ldif = modlist.modifyModlist(actual_entry[0], attr_dict, ignore_oldexistent=1)
|
||||||
|
|
||||||
if ldif == []:
|
if ldif == []:
|
||||||
logger.warning("Nothing to update in LDAP")
|
logger.debug("Nothing to update in LDAP")
|
||||||
return True
|
return True
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue