Last active
August 6, 2021 02:45
-
-
Save jacklin213/f27da17f978826f4d0672662caf7f7a5 to your computer and use it in GitHub Desktop.
NICE multiuser setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[groups] | |
; Example: | |
; group:testgroup = actor1, actor2, actor3 | |
users=user:<username>,domainName\<username> | |
[aliases] | |
; Example: | |
; testalias = display, clipboard-copy, clipboard-paste, file-download, file-upload, mouse, keyboard, audio-in, audio-out, printer, usb, smartcard | |
[permissions] | |
; Example: | |
; %owner% allow builtin | |
; %any% deny clipboard-copy clipboard-paste smartcard | |
; actor allow display | |
; group:testgroup disallow testalias | |
group:users allow builtin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment