Re: FW: "authentication" sub in perl

2011-10-03 Thread Fajar A. Nugraha
On Tue, Oct 4, 2011 at 3:45 AM, Alex rsm wrote: > Ok, > openSLL is installed on my server. No more issue on EAP. However, my debug > line in sub authenticate still is not being called: > Found Auth-Type = EAP As Alan said, "the EAP module saw EAP-Message, and decided to do Auth-Type := EAP". I

Re: FW: "authentication" sub in perl

2011-10-03 Thread Alan DeKok
Alex rsm wrote: > openSLL is installed on my server. No more issue on EAP. However, my > debug line in sub authenticate still is not being called: Read the debug output. The "perl" module isn't being called in the "authenticate" section. Why? Because the "eap" module is being called. Why

FW: "authentication" sub in perl

2011-10-03 Thread Alex rsm
Ok, openSLL is installed on my server. No more issue on EAP. However, my debug line in sub authenticate still is not being called: #example.pl # Function to handle authorize sub authorize { print "TEST-authorize: username=$RAD_REQUEST{'User-Name'}\n"; # For debugging purpos