Security

last person joined: 17 hours ago 

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

Customizing Forms - ClearPass Guest

This thread has been viewed 3 times
  • 1.  Customizing Forms - ClearPass Guest

    Posted Dec 05, 2016 10:58 AM

    Afternoon - Hopefully an easy one!!

    I want to update a form on our Self-Reg page as follows:

    At the momnet when a user from CompanyA requests a Guest account, the Form Validator is set to check the users email address is in the form:

    @companya

    Say I want to include users from CompanyB, does the Validator Argument look like this:

     

    array (
      'allow' =>
      array (
        0 => 'companya','companyb',
      ),
      'deny' =>
      array (
      ),
    )

     

    I've never seen the 'code' before so wanted to check the format.

    Many Thanks



  • 2.  RE: Customizing Forms - ClearPass Guest

    Posted Dec 06, 2016 06:08 AM

    Hi,

     

    The validator should look like this:

     

    array (
    'allow' =>
    array (
    'goodemail.com',
    'alsovalid.edu',
    ),
    'deny' =>
    array (
    ),
    )

     

    ..according to this technote.