25 Aug
2010
25 Aug
'10
8:21 p.m.
On Thu, Aug 26, 2010 at 5:25 AM, Jonathan Black <frodowearinthering@gmail.com> wrote:
+- entering group authenticate rlm_unix: Attribute "User-Password" is required for authentication.
Your iphone is probably doing EAP/MSCHAPv2, which does not send user password in plain text (which is required by rlm_unix). If you want to use EAP with rlm_unix, you'd need to use an EAP method that provides plain text password (like EAP-PEAP-GTC), possibly disabling all other EAP methods (like EAP/MSCHAP-v2) on radius server. -- Fajar