AAA, NAC, Guest Access & BYOD

 View Only
last person joined: one year ago 

Solutions for legacy and existing products and solutions, including Clearpass, CPPM, OnBoard, OnGuard, Guest, QuickConnect, AirGroup, and Introspect

How to fetch mail attribute from AD while sponsor lookup during guest self-registration. 

Aug 31, 2015 05:38 AM

Requirement:

To fetch the email address of the sponsor using sponsor_lookup field from Active directory.



Solution:

By default, the display attribute mapping in the ClearPass Guest --> Administration --> Operator Logins --> Servers, fetches the value of 'userprincipalname'(user logon name) attribute of the sponsor from the Domain controller. In many cases, this attribute value will not be a valid email address which may be of the form - firstname@companydomain.com.

The attribute 'mail' will hold the actual email address of the users which may be of the form -  FirstName.LastName@companydomain.com. 

To fetch the value of mail attribute, we can comment userprincipalname=desc in the Operator Servers --> display attribute mapping and add the attribute mapping : mail=desc 

 

 



Configuration:

To check the default filters, login to ClearPass Guest and navigate to Administration --> Operator Logins --> Servers --> Edit the Operator Server --> Display attributes under user search as shown below:

 

 

 

 

 



Verification

I have created a test user in the domain controller with firstname = test and lastname = user as shown below:

 

 

With default display attributes in the Operator servers, it will fetch the userprincipalname of the test user as shown below:

Default display attributes in operator server:

#sAMAccountName = id
displayName = text
# title = desc
userPrincipalName = desc

We can comment userprincipalname attribute and add the attribute mail as shown below. It will fetch the value of mail attribute of the user in the active direectory

#sAMAccountName = id
displayName = text
# title = desc
#userPrincipalName = desc
mail=desc

 

 

 

 

 

 

 

Statistics
0 Favorited
10 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.