Manage authorization rules
For online help while usingWeb Portal Manager, click the question mark to open a separate help window for the current page. There are no equivalent pdadmin commands for importing, exporting, or cloning authorization rules.
- When providing rule text with the pdadmin utility, enclose the rule text in double quotation marks ("). Double quotation marks embedded within the rule text must be escaped with a backward slash (\) so they are ignored by the pdadmin utility. The XSL processor treats single and double quotation marks equally for defining text strings. They can be used interchangeably, but they must always be paired appropriately. For example:
pdadmin sec_master> authzrule create testrule1 "<xsl:if test='some_piece_of_ADI =\"any string\"'>!TRUE!</xsl:if>"
- Create an authorization rule
- Modify an authorization rule
- List authorization rules
- Cloning an authorization rule with Web Portal Manager
- Import authorization rules with Web Portal Manager
- Export all authorization rules with Web Portal Manager
- Export a single authorization rule with Web Portal Manager
- Export multiple authorization rules with Web Portal Manager
- Attach an authorization rule to a protected object
- Detach an authorization rule
- Locate where an authorization rule is attached
- Delete an authorization rule
Parent topic: Authorization rules management