11.5. Enable Deep Copy Subject Mode

You can enable deep copy security mode from the web-based management console or the management CLI.

Procedure 11.1. Enable Deep Copy Security Mode from the Management Console

  1. Log into the Management Console.

  2. Managed Domain: Select the appropriate profile.

    In a managed domain, the security subsystem is configured per profile, and you can enable or disable the deep copy security mode independently in each profile.
    To select a profile, click Configuration at the top of the screen, and then select a profile from the Profile drop down box at the top left.
  3. Open the Security Subsystem configuration menu.

    Expand the Security menu, then select Security Subsystem.
  4. Enable Deep Copy Subject mode.

    Click Edit. Check the box beside Deep Copy Subjects to enable deep copy subject mode.
Enable Deep Copy Subject Mode Using the Management CLI

If you prefer to use the management CLI to enable this option, use one of the following commands.

Example 11.2. Managed Domain

/profile=full/subsystem=security/:write-attribute(name=deep-copy-subject-mode,value=TRUE)

Example 11.3. Standalone Server

/subsystem=security/:write-attribute(name=deep-copy-subject-mode,value=TRUE)