module invoking problem

shivashankar c.shivashankar at gmail.com
Thu Nov 19 15:45:21 CET 2009


hi ,

i am using freeradius 2.1.6 in solaris 10.

i created one module like rlm_moto (this module comunictes with java file in
jboss server)and configured in (sites-available/ ) default file in
Authentication section

case one:
========
Authentication{
         moto
} like.......... while sending request it is not invoking  Authentication
block in rlm_moto.c


if i put authorize {
     moto
} it is invoking Authorize block in rlm_moto.c


here i need to check chap and MS-chap authentications.

if i use chap authentication server going to stop

+- entering group authorize {...}
++[preprocess] returns ok
[chap] Setting 'Auth-Type := CHAP'
++[chap] returns ok
++[mschap] returns noop
[suffix] No '@' in User-Name = "moto", looking up realm NULL
[suffix] No such realm "NULL"
++[suffix] returns noop
[eap] No EAP-Message, not doing EAP
++[eap] returns noop
++[unix] returns notfound
++[files] returns noop
++[expiration] returns noop
++[logintime] returns noop
[pap] WARNING! No "known good" password found for the user.  Authentication
may fail because of this.
++[pap] returns noop
Segmentation Fault (core dumped)
..........

case two:
=========

Authentication{
         moto
} like.......... while sending request it is not invoking Authentication
block in rlm_moto.c


if i put authorize {
     #moto
} 

here it is showing 


[pap] WARNING! No "known good" password found for the user.  Authentication
may fail because of this.
++[pap] returns noop
No authenticate method (Auth-Type) configuration found for the request:
Rejecting the user
Failed to authenticate the user.
Using Post-Auth-Type Reject
+- entering group REJECT {...}

plz help me on this.

did i do any wrong while configuring.




-- 
View this message in context: http://old.nabble.com/module-invoking-problem-tp26421361p26421361.html
Sent from the FreeRadius - User mailing list archive at Nabble.com.




More information about the Freeradius-Users mailing list