Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a file with the suffix .membership for each user you want to add to the Portal Administrators group.

Code Block
xml
xml
titlePortal_Administrators__myusername.membership
<membership script="classpath://org/jasig/portal/io/import-membership_v2-6.crn">
  <parent>Portal Administrators</parent>
  <child> 
    <literal>myusername</literal> 
  </child>
</membership>

...

No Format
uPortal$ ant crn-import -Ddir=/full/path/to/directory -Dpattern=Portal_Administrators__myusername.membership