Symantec Access Management

  • 1.  PX-Generate random password

    Posted May 20, 2016 11:01 AM

    Hi Team,

    We are using PX to generate a random password but we are running into an issue where generated random password is not meeting our password policy restrictions.

    Is there way to check that PX generates a random password until it is been accepted by password policy.

     

    Thanks,

    Satya



  • 2.  Re: PX-Generate random password
    Best Answer

    Posted May 20, 2016 12:46 PM

    The fastest way to address this is to create separate data items for each portion of the password policy.

     

    For example, let's take these policies:

    At least one capital letter

    One number

    One non-alphanumeric

    8 character minimum

     

    Create 4 data items:

    1. Random password of one character length. Make it upper case

    2. Random single digit number

    3. Random non-alphanumeric

    4. 5 character long random password

     

    Concatinate the above for data items and you should have a random password that meets the policy requirements.

     

    W.



  • 3.  Re: PX-Generate random password

    Posted May 24, 2016 10:23 AM

    Make sure that the PX is of type=UI.

     

    You can also review the following link which may be useful:

     

    Generate temporary passwords