Configuration Example

ClearPass – mail validation

René Jorissen on January 29, 2015 0 Comments • Tags: #clearpass #guest #mail #restrict #validation

If you would like to restrict or validate mail addresses during guest registration, you can use simply restrict domains. An example of a mail validation for the provided user and sponsor mail address is.

user mail validation (the mail address should not be a company mail address)

array (
‘deny’ =>
array (
0 => ‘booches.nl’,
),
‘allow’ =>
array (
),
)

sponsor mail validation (only company mail domain is allowed)

array (
‘allow’ =>
array (
0 => ‘booches.nl’,
),
‘deny’ =>
array (
0 => ‘*’,
),
)

These settings can be changed under “Validator Arguments” from the Form fields.

Guest Form

Guest Form

 

The following two tabs change content below.

René Jorissen

Co-owner and Solution Specialist at 4IP Solutions
René Jorissen works as Solution Specialist for 4IP in the Netherlands. Network Infrastructures are the primary focus. René works with equipment of multiple vendors, like Cisco, Aruba Networks, FortiNet, HP Networking, Juniper Networks, RSA SecurID, AeroHive, Microsoft and many more. René is Aruba Certified Edge Expert (ACEX #26), Aruba Certified Mobility Expert (ACMX #438), Aruba Certified ClearPass Expert (ACCX #725), Aruba Certified Design Expert (ACDX #760), CCNP R&S, FCNSP and Certified Ethical Hacker (CEF) certified. You can follow René on Twitter and LinkedIn.

Latest posts by René Jorissen (see all)

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.