25 Aug
2015
25 Aug
'15
1:13 p.m.
On Aug 25, 2015, at 3:09 AM, ERIC TANGUY <eric.tanguy@arkea.com> wrote:
Hello I use freeradius 3.0.9 , PAM module and RSA server (strong authenticator server) I have a user with a realm (user_realm), with the proxy function and the PAM module on my radius server, I want to forward the request on my RSA server.
I have a problem because the incoming user on my RSA server is user_realm and not user only
So... edit the User-Name. The server doesn't magically know that when it gets "user_realm", it should send "user" to the PAM system. You have to write "unlang" policies to edit the User-Name. Alan DeKok.