Sun Identity Manager 8.1 Resources Reference

Examples

Procedureflag Token Examples

  1. The following token will match AUDIT at the current parse position, and if found, adds AUDIT_FLAG=true to the user attribute map.


    <flag offset=’-1’ name=’AUDIT’>AUDIT_FLAG</flag>
  2. The following token will match xxxxCICS at the current parse position, where xxxx are any four characters, including spaces. If this string is found, AttrParse adds CICS=true to the user attribute map.


    <flag offset=’4’ name=’CICS’>CICS</flag>