Command Reference › DUPENTRY Command › Example
Example
- Allow user ID CLONER to duplicate new user IDs specifying any template user ID and any duplicated user ID.
GRANT DUPENTRY TO CLONER
- Allow user ID CLONER2 to duplicate any new user ID but only from the LINMAST2 template user ID.
GRANT DUPENTRY LINMAST2 * TO CLONER2
- Allow user ID CLONER3 to duplicate new user IDs that begin with 'LIN3' from template user IDs that begin with 'LIN3M'.
GRANT DUPENTRY LIN3M* LIN3* TO CLONER3
- Prevent the group GENUSER from issuing the DUPENTRY command.
WITHHOLD DUPENTRY FROM GENUSER (GROUP