Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update connection does not seem to work #15

Open
bellaichef opened this issue Mar 9, 2023 · 0 comments
Open

Update connection does not seem to work #15

bellaichef opened this issue Mar 9, 2023 · 0 comments

Comments

@bellaichef
Copy link

Hi, first of all thanks for the huge work already done !! It helped me a lot.

I have an issue and I don't know if i'm doing something wrong or if there is an issue with the guacamole 1.4.0 connection update.

So the following code return nothing (as expected regarding your doc) and nothing is change in my connection settings, is there something wrong in my syntax ? :

curl -s -k -X PUT -H 'Content-Type: application/json' "myserver"/connections/478/?token="GUAC-ADMIN-TOKEN" --data-binary '{ "parentIdentifier": "495", "name": "PC1", "protocol": "rdp", "parameters": { "port": "3389", "color-depth": "16", "security": "tls", "disable-auth": "true", "ignore-cert": "true", "server-layout": "fr-fr-azerty", "timezone": "Europe/Paris", "console": "true", "resize-method": "display-update", "console-audio": "false", "disable-audio": "true", "disable-bitmap-caching": "true", "disable-offscreen-caching": "true", "disable-glyph-caching": "true", "username": "GK", "password": "P@ssw0rd", "hostname":"10.33.102.15" }, "attributes": { "max-connections": "", "max-connections-per-user": "", "weight": "", "failover-only": "", "guacd-port": "", "guacd-encryption": "", "guacd-hostname": "" } }'

Thanks by advance for any help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant