Cannot make LDAP users Admin
-
Somehow I lost access to my existing install (which is bizarre as it's set-up with Cloudron credentials), so I started again... I wanted to make myself and admin but I can't as it's not possible to check the box next to Administrator:
-
Somehow I lost access to my existing install (which is bizarre as it's set-up with Cloudron credentials), so I started again... I wanted to make myself and admin but I can't as it's not possible to check the box next to Administrator:
@jdaviescoates said in Cannot make LDAP users Admin:
so I started again
Not needed.
You can always use thecloudron-support
tool to login as the owner, in case anythinig like this happens.cloudron-support --owner-login
This user has full access and should be able to do anything.
-
@jdaviescoates https://github.com/mealie-recipes/mealie/issues/2554
You create a group and set
export LDAP_ADMIN_FILTER="(memberOf=cn=name_of_group,ou=groups,dc=cloudron)"
in theenv.sh
. I had to relogin and then I can see Settings.as a warning, this might break when the package is switched to OIDC
-
@jdaviescoates https://github.com/mealie-recipes/mealie/issues/2554
You create a group and set
export LDAP_ADMIN_FILTER="(memberOf=cn=name_of_group,ou=groups,dc=cloudron)"
in theenv.sh
. I had to relogin and then I can see Settings.as a warning, this might break when the package is switched to OIDC
@joseph said in Cannot make LDAP users Admin:
create a group
Thanks. To be clear, you mean create a Cloudron group, right? As per https://docs.cloudron.io/user-management/#groups (PS there is a broken image in the docs there)?
-
@joseph said in Cannot make LDAP users Admin:
create a group
Thanks. To be clear, you mean create a Cloudron group, right? As per https://docs.cloudron.io/user-management/#groups (PS there is a broken image in the docs there)?