Defining the forms access list
You can control user access to forms with the allow and deny lists.
To add names to the allow list and remove them from the deny list, run the following:
lpforms -f form-name -u allow:user-list
lpforms -f form-name -u deny:user-list
To add names to the deny list and remove them from the allow list, run the following:
The user-list is a comma- or space-separated list of names of users. If you use spaces to separate the names, enclose the entire list (including the allow: or deny: but not the -u) in quotes. Each item in the list can include a system name.
Specifying allow:all allows all users. Specifying deny:all denies all users.
If you do not add user names to the allow or deny lists, the print service assumes that all users may use the form.