check username and password
hi how to check username and password in rlm_wipromodule(user-define) module. plz help -- View this message in context: http://www.nabble.com/check-username-and-password-tp25114745p25114745.html Sent from the FreeRadius - User mailing list archive at Nabble.com.
how to check username and password in rlm_wipromodule(user-define) module.
Did you actually read this? http://wiki.freeradius.org/Modules2#Accessing_Radius_Request_Attributes Ivan Kalik Kalik Informatika ISP
hi i added below code to get username, VALUE_PAIR *vp; vp = pairfind(request->packet->vps, PW_USER_NAME); printf("x equals %s \n", vp); it is not printing anything plz help me. regard's shivashankar.c 2009/8/24 Ivan Kalik <tnt@kalik.net>
how to check username and password in rlm_wipromodule(user-define) module.
Did you actually read this?
http://wiki.freeradius.org/Modules2#Accessing_Radius_Request_Attributes
Ivan Kalik Kalik Informatika ISP
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- regard's shiva shankar
participants (4)
-
Alan DeKok -
Ivan Kalik -
shiva shankar -
shivashankar