The documents i mentioned above was about pptp installation not freeradius itself. Sure i read docs about freeradius also. Even your main README file.!!
If you did read it, why did you do this:
There were some other virtual servers running on that freeradius server, Just removed them for my test purposes. So nothing special about removing default server.
Removing default server = destroying default configuration! If you want to replace default server with another one you need to alter listen section. See README in raddb/sites-available.
I already set the listen section according to my new config. Thats ok..
Not on the debug you posted.
Fine, just have perl copy the password from xml into $RAD_CHECK{'Cleartext-Password'}.
Tht seems not possible, Because as i say, I only send username/password information to a web server as http://xxx.xxx.xxx.xxx?=username&password and it returns me something like <true> <Name><xxx xxx> <email><a@b.com> or just <false> So the only password available is the one i send to web. But maybe if answer returns true, i can return parameter radcheck from perl script as $RAD_CHECK{'Cleartext-Password'}
No cleartext or nt hashed password - no mschap authentication. You will have password in pap request that you can send to that web service, but not in mschap request. Ivan Kalik