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

CP Guest Extend E-mail validator

This thread has been viewed 5 times
  • 1.  CP Guest Extend E-mail validator

    Posted Mar 09, 2017 02:34 AM

    Hi all,

     

    I found the article about how to validate e-mailadresses.

    http://community.arubanetworks.com/t5/AAA-NAC-Guest-Access-BYOD/Email-validator-to-allow-disallow-certain-domains/ta-p/174468

     

    I would like only to extend this and have no idea how.

    I would like to allow only e-mailaddresses to domainname.com but deny info@domainname.com.

    Is this possible?

     

    Thanks in advance,



  • 2.  RE: CP Guest Extend E-mail validator

    Posted Mar 09, 2017 04:44 AM

    Hi,

     

    Have you tried:

     

    array (
    'allow' =>
    array (
    'domainname.com',
    ),
    'deny' =>
    array (

    'info@domainname.com'
    ),
    )



  • 3.  RE: CP Guest Extend E-mail validator

    Posted Mar 09, 2017 09:10 AM

    array (
    'allow' =>
    array (
    ),
    'deny' =>
    array (
    0 => 'domain1.com',
    1 => 'domain2.com',
    2 => 'domain3.com',
    3 => 'next.com',
    4 => 'another.com',
    5 => 'there.com',
    6 => 'china.com',
    7 => 'somewhere.com',
    8 => 'test.com.au',
    ),
    )

     

    I actually have 24 domains in the deny list.  If you need to know where to apply this please let me know I will send you a screenshot.