-
Notifications
You must be signed in to change notification settings - Fork 18
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
User Creation and Removal for Remote Support Session #7096
Labels
Milestone
Comments
Test case:
|
Stell0
added a commit
to nethesis/ns8-nethvoice
that referenced
this issue
Nov 11, 2024
- Add script to create support user upon session start (`10add_support_user`). - Add script to remove support user upon session stop (`10remove_support_user`). These scripts handle support user creation and deletion by interacting with the database, ensuring temporary users are managed appropriately for support sessions. NethServer/dev#7096
andrea-marchionni
added
the
testing
Packages are available from testing repositories
label
Nov 11, 2024
Stell0
added
verified
All test cases were verified successfully
and removed
testing
Packages are available from testing repositories
labels
Nov 12, 2024
github-actions
bot
removed
the
verified
All test cases were verified successfully
label
Nov 13, 2024
github-actions
bot
removed
the
testing
Packages are available from testing repositories
label
Nov 13, 2024
Testing release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upon interception of the
remote-support-started
andremote-support-stopped
events, create or remove thenethsupport
user in FreePBX on NethVoice for NethServer 8. The user should have admin privileges and use the session ID as the password.The text was updated successfully, but these errors were encountered: