31 Dec
2014
31 Dec
'14
8:34 a.m.
On Dec 30, 2014, at 10:51 AM, Tevfik Ceydeliler <tevfik.ceydeliler@astron.yasar.com.tr> wrote:
I try to use sqlip pool to assign IP address to my authenticated user. But I have two type OTP server to check password :mOTP and Secovid (one time password dungle) How can I send my authenticate requests those two OTP server depend of user ? But, I cant use username@realm type usernames. My users use only username.
You can force proxying by using the Proxy-To-Realm attribute. In the “users” file, do: bob Proxy-To-Realm := “realm” Alan DeKok.