Application Delivery Management
Application Modernization & Connectivity
IT Operations Management
CyberRes
<do-set-local-variable name="lv_firstNameCharacters" scope="policy">
<arg-string>
<token-replace-all regex="\*" replace-with="128">
<token-xpath expression='substring(substring-after($gcv.NOVLBNNRUSER.pubCNFormat,"f"),1,1)'/>
</token-replace-all>
</arg-string>
</do-set-local-variable>
<do-set-local-variable name="lv_firstNamePiece" scope="policy">
<arg-string>
<token-xpath expression="substring($lv_firstName,1,$lv_firstNameCharacters)"/>
</arg-string>
</do-set-local-variable>
<do-set-local-variable name="lv_cnToUse" scope="policy">
<arg-string>
<token-replace-first regex="f[*\d] " replace-with="$lv_firstNamePiece$">
<token-replace-first regex="m[*\d] " replace-with="$lv_middleNamePiece$">
<token-replace-first regex="l[*\d] " replace-with="$lv_lastNamePiece$">
<token-global-variable name="gcv.NOVLBNNRUSER.pubCNFormat"/>
</token-replace-first>
</token-replace-first>
</token-replace-first>
</arg-string>
</do-set-local-variable>
<token-replace-first regex="l[*\d] " replace-with="$lv_lastNamePiece$">
es:createPassword4(($gcv.NOVLBNNRPSWD.RandomPasswordNumberOfLetters $gcv.NOVLBNNRPSWD.RandomPasswordNumberOfNumbers), $gcv.NOVLBNNRPSWD.RandomPasswordNumberOfLetters, $gcv.NOVLBNNRPSWD.RandomPasswordNumberOfNumbers)