-
Dear all, I managed to get the LDAP connection to our ActiveDirectory working, but now I am struggling with the actual user and group configuration. Where to configure - Squest or Django?I found that I can create groups and users in both Squest and the Django admin interface. But I also found that groups/users created in one are not reflected in the other? (Uses from LDAP/AD seem to appear in both, as well as the admin user) Where to configure things properly? Groups from LDAP?Can I create the groups from LDAP/AD? If so, is there documentation on how to do that? Can Squest add/remove users from groups following LDAP/AD? Allow only users in a LDAP/AD group to login?Can I restrict logon to only users in a group via the UI? Or do I have to tweak the Manage LDAP/AD via Ansible/Terraform/OpenTofu/...In case using groups and group membership from LDAP/AD is not possible: Is there tooling to configure this? Ansible, Terraform, OpenTofu, ...? Lots of questions, I know. Kind Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
1- Django group are not used by squest app. Use only what is in the Squest UI |
Beta Was this translation helpful? Give feedback.
1- Django group are not used by squest app. Use only what is in the Squest UI
2- No native link between Squest and LDAP group. But as we provide the way to insert a ldap python script you can tweak thing to create user once connected.
3- You need to reduce the scope of the LDAP search filter
4 - See answer 2.