Forum Discussion
Songseajoon_222
Nimbostratus
Mar 21, 2016I have a question_Access policy-> AAA Servers-> HTTP
Hi, I'am SeaJoon
I Have a question about the APM
BIG-IP Version is 11.5.3
Access policy -> AAA servers -> HTTP
My AD server, the phone number is displayed as "xxx-xxxx-xxxx". ...
Seth_Cooper
Employee
Mar 22, 2016Hi SeaJoon,
Have you attempted anything yet? If so please share how far you are.
If you have not, then I would suggest after the AD Query then have a variable assign and configure it as follows
Left Side: Custom Variable = session.custom.phone_text
Right Side: Custom Expression =
set phone [mcget {session.custom.phone}];
set first_digits [string range $phone 0 2];
set middle_digits [string range $phone 4 6];
set last_digits [string range $phone 8 end];
return "$first_digits$middle_digits$last_digits";
You will need to change session.custom.phone to the name of the AD attribute. Then you can use the session.custom.phone_text in the HTTP AAA object.
-Seth
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects