Created
September 6, 2019 16:04
-
-
Save gsherman/891769e0af6cfafb1f6b0cc899772e59 to your computer and use it in GitHub Desktop.
Priv classes and Dovetail privileges
This file contains 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
NO_EXPORT OBJECT ALL; | |
EXPORT OBJECT privclass | |
UNIQUE_FIELD=class_name | |
/* | |
WHERE "class_name like 'HC%' OR class_name = 'System Administrator'" | |
*/ | |
ACTIONS = EXPORT | |
TO x_web_cmd THROUGH privclass2x_web_cmd | |
UNIQUE_FIELD=x_name, x_type | |
ACTIONS = EXPORT | |
END_TO | |
; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment