I have the same problem when i try to login i get wrong password
slapd is running
yunohost --version
yunohost:
repo: stable
version: 11.1.6
yunohost-admin:
repo: stable
version: 11.1.5
moulinette:
repo: stable
version: 11.1.4
ssowat:
repo: stable
version: 11.1.4
log:
ended_at: 2023-02-08 17:40:36.895785
error: ‘Migration 0026_new_admins_group did not complete, aborting. Error: Could not
update the group ‘‘admins’’: LDAP attribute ‘‘mail’’ already exists with value ‘‘abuse@maindomain.tld’’’
interface: cli
operation: tools_migrations_migrate_forward
parent: null
started_at: 2023-02-08 17:40:33.730607
success: false
yunohost_version: 11.1.6
============
2023-02-08 17:40:33,767: INFO - Running migration 0026_new_admins_group…
2023-02-08 17:40:33,769: INFO - Creating a backup of LDAP database and apps settings prior to the actual migration.
2023-02-08 17:40:34,589: DEBUG - initializing ldap interface
2023-02-08 17:40:36,331: INFO - attribute ‘mail’ with value ‘abuse@maindomain.tld’ is not unique
2023-02-08 17:40:36,332: WARNING - Could not migrate… trying to roll back the system.
2023-02-08 17:40:36,813: INFO - System rolled back.
2023-02-08 17:40:36,814: ERROR - Migration 0026_new_admins_group did not complete, aborting. Error: Could not update the group ‘admins’: LDAP attribute ‘mail’ already exists with value ‘abuse@maindomain.tld’
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/yunohost/user.py”, line 1232, in user_group_update
ldap.validate_uniqueness({“mail”: mail})
File “/usr/lib/python3/dist-packages/yunohost/utils/ldap.py”, line 294, in validate_uniqueness
raise YunohostError(
yunohost.utils.error.YunohostError: LDAP attribute ‘mail’ already exists with value ‘abuse@maindomain.tld’
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/lib/python3/dist-packages/yunohost/tools.py”, line 775, in tools_migrations_run
migration.run()
File “/usr/lib/python3/dist-packages/yunohost/tools.py”, line 995, in func
run(self, backup_folder)
File “/usr/lib/python3/dist-packages/yunohost/migrations/0026_new_admins_group.py”, line 116, in run
user_group_add_mailalias(
File “/usr/lib/python3/dist-packages/yunohost/user.py”, line 1361, in user_group_add_mailalias
return user_group_update(groupname, add_mailalias=aliases, sync_perm=False)
File “/usr/lib/python3/dist-packages/yunohost/log.py”, line 410, in func_wrapper
result = func(*args, **kwargs)
File “/usr/lib/python3/dist-packages/yunohost/user.py”, line 1234, in user_group_update
raise YunohostError(“group_update_failed”, group=groupname, error=e)
yunohost.utils.error.YunohostError: Could not update the group ‘admins’: LDAP attribute ‘mail’ already exists with value ‘abuse@maindomain.tld’