What type of hardware are you using: Raspberry Pi 3, 4+
What YunoHost version are you running: 12.014
How are you able to access your server: SSH
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: no
Describe your issue
Unable to access webadmin. Wrong password or user is the response.
I have SSH access. I can access my apps. I have reset root password. I have checked the users and groups. There are no users in the Admins group? There doesn’t seem to be an Admins group.
Perhaps the migration 0026_new_admins_group didn’t run correctly. If I try to run the migration again, there is nothing to run. I’ve tried to create the Admins group and add a user, but I get an LDAP error.
Could not update the group ‘admins’: error during LDAP update operation with:
rdn=‘cn=admins,ou=groups’, attr_dict={‘member’:
[‘uid=mca,ou=users,dc=yunohost,dc=org’], ‘memberUid’: [‘mca’]}, new_rdn=False and
exception: {‘msgtype’: 103, ‘msgid’: 6, ‘result’: 65, ‘desc’: ‘Object class violation’, ‘ctrls’: ,
‘info’: “attribute ‘member’ not allowed”}
I asked for help from ClaudeAI because I tried so many of the things posted in the forum and was afraid I missed something. After attempting to create the Admins group myself and add a user, Claude noticed that the Admins group I created is missing an object class, groupOfNamesYh.
Any thoughts or help would be much appreciated. I have spent hours trying to solve this by combing the forum and I cannot seem to find a solution by myself.
Share relevant logs or error messages
yunohost user group list
groups:
all_users:
members:
- adrock
- mca
- miked
visitors:
members:
and (removed my actual domain below)
yunohost user group info admins
mail-aliases:
- admin@[mydomain]
- abuse@[mydomain]
- root@[mydomain]
- admins@[mydomain]
- webmaster@[mydomain]
- postmaster@[mydomain]