Admin groups - right permissions assignment
I'm looking to configure the owner / admin rights from ActiveDirectory groups, the basic user auth is ok, but the user don't get rights.
My docker-compose.yml
Thanks for your help !
My docker-compose.yml
Thanks for your help !
Solution
okay, i've found my mistake i think.
No permissions have profiles predefined with the value inside the docker-compose.yml
AUTH_LDAP_OWNER_ADMINS
AUTH_LDAP_OWNER_OWNER
AUTH_LDAP_OWNER_USERS
I was thinking groups are created with a predefined permissions profiles and sync from ldap using values set into the docker-compose.yml,
To make ldap rights functional, it's necessary to manually create the groups and add the rights with the default admin account.
No permissions have profiles predefined with the value inside the docker-compose.yml
AUTH_LDAP_OWNER_ADMINS
AUTH_LDAP_OWNER_OWNER
AUTH_LDAP_OWNER_USERS
I was thinking groups are created with a predefined permissions profiles and sync from ldap using values set into the docker-compose.yml,
To make ldap rights functional, it's necessary to manually create the groups and add the rights with the default admin account.