'Guacamole: add connection to all LDAP users at once
I use guacamole under docker. I see how create user and add one or more connections to profile... But I haven't "option" add my connection to all users by "one click". So, I use LDAP base. It's contains about a thousand records. And it looks like I have to edit the settings for each user separately. Or create a group, and then just as long add users one by one to it.
Is there a way to add a connection to all LDAP users at once?
If it important the container is started like this:
docker run --name guacamole --restart=always --mount source=guacamole,destination=/config -e EXTENSIONS=auth-ldap -e LDAP_HOSTNAME=base.example.com -e LDAP_PORT=389 -e LDAP_USER_BASE_DN=cn=example.com -e LDAP_SEARCH_BIND_DN=ou=EX -d -p 8080:8080 oznu/guacamole
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
