[Q&A] Including Rustdesk password #749
-
Documentation & bug reporting acknowledgmentYes, I read it Describe your problemHello, I need to make sure that a hotliner can get from GLPI the id and password for a given computer. So I tried to:
My additional-content file looks like: <?xml version="1.0" encoding="UTF-8" ?>
<REQUEST>
<CONTENT>
<REMOTE_MGMT>
<ID>myid:mypassword</ID>
<TYPE>rustdesk</TYPE>
</REMOTE_MGMT>
</CONTENT>
</REQUEST> This is only a test for now, of course myid is the id and mypassword the actual password. But when I run
I am not sure what I am doing wrong here, does someone have an idea ? technical information
|
Beta Was this translation helpful? Give feedback.
Answered by
g-bougard
Aug 28, 2024
Replies: 1 comment 1 reply
-
Hi @dbeniamine with GLPI 10.0.16 as server backend, additional-content should be a json file. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dbeniamine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @dbeniamine
with GLPI 10.0.16 as server backend, additional-content should be a json file.