Security

last person joined: yesterday 

Forum to discuss Enterprise security using HPE Aruba Networking NAC solutions (ClearPass), Introspect, VIA, 360 Security Exchange, Extensions, and Policy Enforcement Firewall (PEF).
Expand all | Collapse all

Clearpas Guest Sponsor Confirmation with list specific email address

This thread has been viewed 8 times
  • 1.  Clearpas Guest Sponsor Confirmation with list specific email address

    Posted Feb 23, 2017 12:01 AM

    I am using this syntax for spesific email address at sponsor_email for validation :

     

    Validator : isValidEmail

    Valid Param : none

    Validator Argument :

    array (
      'allow' =>
      array (
        0 => 'user1@domain.com',
        1 => 'user2@domain.com',

        2 => 'user3@domain.com',
      ),
      'deny' =>
      array (
      ),
    )

     

    The result is still failed , any suggestion ? please help

     

    Thanks,

    Jefri

     

     



  • 2.  RE: Clearpas Guest Sponsor Confirmation with list specific email address

    Posted Feb 23, 2017 03:43 AM
    What happens?

    If all emails are still allowed you may need to add * to the deny section:

    array (
    'allow' =>
    array (
    0 => 'user1@domain.com',
    1 => 'user2@domain.com',
    2 => 'user3@domain.com',
    ),
    'deny' =>
    array (
    0 => '*',
    ),
    )


  • 3.  RE: Clearpas Guest Sponsor Confirmation with list specific email address

    Posted Feb 19, 2018 02:46 AM

    Anyone tried that with success?

     

    I did not have success with this. ClearPass returns that this is not a valid E-Mail...

     

    It looks like it would search only behind the @?



  • 4.  RE: Clearpas Guest Sponsor Confirmation with list specific email address

    MVP
    Posted Feb 27, 2018 02:46 PM

    In the Sponsor Email field, set the Validator to IsInOptionsList. Then above, in the Options text box, enter:

    user1@domain.com

    user2@domain.com

    user3@domain.com

     

    I've tested this and it allows user1, user2 and user3 with no error, however, it indicates error when trying user4. Allowed me to submit the request and sent me to receipt page awaiting sponsor confirmation.