You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want "user A" to have access to "Printer A"
I want "user B" to have access to "Printer A" and "Printer B"
Is there any way I can do this?
The following makes sense to me, but this does not appear to be how DashMachine works:
[UserA]
groups = PrinterA_group
[UserB]
groups = PrinterB_group,PrinterA_group
[PrinterA_group]
type = group
[PrinterB_group]
type = group
[Printer A]
groups = PrinterA_group
[Printer B]
groups = PrinterB_group
This way, UserA sees "Printer A", but not "Printer B".
UserB sees both printers.
Right now, I can't find anyone, anywhere who wants to do this or has an example.
Feel free to build a basic config from scratch. I can translate things from there.
The text was updated successfully, but these errors were encountered:
I have 2 "apps" (Printer config pages).
I want "user A" to have access to "Printer A"
I want "user B" to have access to "Printer A" and "Printer B"
Is there any way I can do this?
The following makes sense to me, but this does not appear to be how DashMachine works:
This way, UserA sees "Printer A", but not "Printer B".
UserB sees both printers.
Right now, I can't find anyone, anywhere who wants to do this or has an example.
Feel free to build a basic config from scratch. I can translate things from there.
The text was updated successfully, but these errors were encountered: