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 : Email Sponsor : restrict the email domain

This thread has been viewed 39 times
  • 1.  CP Guest : Email Sponsor : restrict the email domain

    Posted Aug 07, 2013 04:24 AM

    Hi,

    We have configure the guest self registration with validate by a email sponsor and it works fine :)
    But now we want to know, how to restrict the email domain for only one domain ?
    Do you have a idea ?

    Thanks

    Yann



  • 2.  RE: CP Guest : Email Sponsor : restrict the email domain

    Posted Aug 07, 2013 07:31 AM

    here u go:

    http://community.arubanetworks.com/t5/ClearPass-formerly-known-as/Preventing-a-self-registered-guest-from-sponsoring-themselves/td-p/35941

     

    You could restrict the email domain so that it does not match any of the company's domains.

    array (
       'allow' =>
       array (
       ),
       'deny' =>
       array (
         'invalid.org',
       ),
     )


  • 3.  RE: CP Guest : Email Sponsor : restrict the email domain

    Posted Aug 07, 2013 07:32 AM

    The email validator looks like this…

     

    array (

      'deny' =>

      array (

        0 => 'domaininquestion.co.uk',

      ),

      'allow' =>

      array (

      ),

    )

     

    The sponsor email validator looks like this…

     

    array (

      'allow' =>

      array (

        0 => 'domaininquestion.co.uk',

      ),

      'deny' =>

      array (

        0 => '*',

      ),

    )

     



  • 4.  RE: CP Guest : Email Sponsor : restrict the email domain

    Posted Aug 07, 2013 07:46 AM

    Thanks for your answer but where can i put this modification ?



  • 5.  RE: CP Guest : Email Sponsor : restrict the email domain
    Best Answer

    Posted Aug 07, 2013 07:55 AM
    • Go to ClearPass Guest
    • Go to Configuration
    • Go to Guest Self registration
    • Choose and press Edit the current profile u would like to edit
    • Go to the from under Register Page
    • And Walla, choose the sponsor-email > press edit > there u will find the validtor argument u should edit and fit ur needs.

     

    Here:

    Untitled.png



  • 6.  RE: CP Guest : Email Sponsor : restrict the email domain

    Posted Aug 09, 2013 07:19 AM

    Thank you it's works perfect.



  • 7.  RE: CP Guest : Email Sponsor : restrict the email domain

    Posted Mar 08, 2017 03:39 AM
    Is it possible to block also an e-mailaddress. So i would like to allow: domainname.com But would like to block: info@domainname.com Thanks in advance.