Forum Discussion
APM : Radius and AD same logon page fail
Hi,
based on the following article : https://devcentral.f5.com/questions/bigip-apm-ad-rsa-auth
I'm trying to implement a single logon page with these 2 Authentication mode : "Radius" and "AD" (same login for both but not the same password) :
Bellow a screenshot of my current VPE applied to my VS (OWA 2010) :
-
Variable Assign - keep AD and RSA pwd :
- session.logon.last.password = Session Variable session.logon.last.token (unsecure)
- session.logon.temp.password = Session Variable session.logon.last.password (unsecure)
-
Variable Assign AD pwd : session.logon.last.password = Session Variable session.logon.temp.password (unsecure)
Unfortunately I always have the following errors message in my APM report :
* RADIUS module: authentication with 'username' failed: Access-Reject packet from host IP-of-my-radius-server
* RADIUS module: parseResponse():Access-Reject packet from host IP-of-my-radius-server:port
Please help me !!!
Resolved my problem : changed the order of my variable in "Variable Assign - keep AD and RSA pwd"
session.logon.last.password = Session Variable session.logon.last.token (unsecure) : second session.logon.temp.password = Session Variable session.logon.last.password (unsecure) : first
Thanks.
Denis.
Recent Discussions
Related Content
* 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