27 May
2011
27 May
'11
12:39 p.m.
The Idea is:
* client connects to XMPP server * client sends uid/radiusPassword (see below) * XMPP server sends MSChapv2 request * radius server replies with yes/no
Interesting. Since the client is sending user/password, why do you want to translate that to an MSCHAP request?
radiusPassword is an attribute alternative that we created instead userPassword. We use it instead of userPassword which is used for mail and intranet access.
This is an attribute where? In a radius packet?
I was testing openfire but it can't choose the attribute, only uses userPassword, and has a radius plugin a bit outdated...
Have you tried PAM and pam_radius?