UserId Mapping Issue - Regex Issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

UserId Mapping Issue - Regex Issue

L2 Linker

We have a user id mapping coming initially as useraname@company.com as we are moving away to a different authentication, the username is coming as company\username and we were inserting default domain as the domain of the company.

 

we were getting user-id mapping as company\username as per initially and now we are company\company which is breaking the user-id authentication it should be like company\username

 

We are doing this integration using cisco ISE.

 

we have a default domain entered as domain in the configuration.

(?<=UserName=)[\w\.-]+
(?<=UserName=)(?!([[:xdigit:]]{2}[:-]){5}[[:xdigit:]]{2})(.*?)(?=@|,)

and default domain entered as <company>

 

if i create a new syslog filter as bellow

\(?<=UserName=)[\w\.-]+
\(?<=UserName=)(?!([[:xdigit:]]{2}[:-]){5}[[:xdigit:]]{2})(.*?)(?=@|,)

and leave the default domain as <company> will this work?

 

So we will have be having 4 filtering trying to pick up the username.

0 REPLIES 0
  • 505 Views
  • 0 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!