(RADIATOR) PostAuthHook (Sockets creation)

2003-10-03 Thread Benny Chee
hi, i m writing a sub-routine in PostAuthHook which will send a string to a server once user in authenticated. I written a client socket program and it was running fine till when i m getting 100 req/sec, and i got lots of re-transmissions. i found out that it's the sub-routine t

Re: (RADIATOR) Rpm version 3.7 displays 3.6 on startup?

2003-10-03 Thread John McFadden
We downloaded and installed Radiator-3.7-1.noarch.rpm We even removed the old release before installing the new one. But the logs indicate 3.6 as shown below: Tue Sep 30 08:29:35 2003: NOTICE: SIGTERM received: stopping Tue Sep 30 08:29:39 2003: DEBUG: Reading users file /etc/radiator/users Tue

(RADIATOR) How can i handle chap/mschap auth requests

2003-10-03 Thread Payam Shabanian
How Can I handle CHAP/MSCHAP requests in AuthBy EXTERNAL configuration, I know that passwords are passed encrypted. But I dont know how to encrypt it against the entered password.  

Re: (RADIATOR) Perssitent ldap connections in AuthLDAP2

2003-10-03 Thread Guðbjörn S. Hreinsson
Hi Hugh, is there a maximum time for such connections? Or inactivity timeouts? I don't see why ldap servers wouldn't like persistent connections but both ldap servers and firewalls may drop connections after some time... If Radiator tries to reconnect immediately or can maintain a ldap connection

(RADIATOR) Need to log reject-reason.

2003-10-03 Thread Sergio Gonzalez
Hello. I'm trying to log the reject-reason when a user can't login. I use AuthLog SQL and this is the failure query: FailureQuery insert into RADAUTHLOG (TIME_STAMP, USERNAME, TYPE, REASON) values (%t, '%U', 0, %1) Every time a user mistype his pasword, the entry is inserted into the RADAUTHL

Re: (RADIATOR) Need to log reject-reason.

2003-10-03 Thread Hugh Irvine
Hello Sergio - As far as I can see in the code, %1 should be the reject reason, so your query looks correct. Can you send me a copy of your configuration file (no secrets) and a trace 4 debug showing what is happening and what gets logged in the RADAUTHLOG table? regards Hugh On Saturday, O

Re: (RADIATOR) Perssitent ldap connections in AuthLDAP2

2003-10-03 Thread Hugh Irvine
Hello Guðbjörn - You can use the HoldServerConnection to keep the connection to the LDAP server persistent. In our experience, some LDAP servers do not like persistent connections, so the default behaviour is to drop the connection after each access. If the LDAP server supports persistent conn

Re: (RADIATOR) PostAuthHook (Sockets creation)

2003-10-03 Thread Hugh Irvine
Hello Benny - You could write a StartupHook to set up the socket and then simply use it in your PostAuthHook. See the example hooks in "goodies/hooks.txt". regards Hugh On Friday, Oct 3, 2003, at 18:08 Australia/Melbourne, Benny Chee wrote: hi, i m writing a sub-routine in PostAuthHook whi

(RADIATOR) 802.1x Authentication Unsuccessful - Could not find a handler for...

2003-10-03 Thread Terry Simons
Mike, I stripped my configuration down to a bare-bones one, and I'm still having the issue I mentioned before (listed at the bottom of this E-mail) I've also done the following: Upgraded to Radiator 3.7.1 w/patches as of October 3 2003. Using D-Link DWL 900AP+, which worked with Radiator 3.6

Re: (RADIATOR) 802.1x Authentication Unsuccessful - Could not find a handler for...

2003-10-03 Thread Hugh Irvine
Hello Terry - You will need to have two Handlers in your configuration file: Foreground LogStdout LogDir /usr/local/var/log/radius.log LogFile %L/logfile DbDir /usr/local/etc Trace 4 AuthPort 1812 AcctPort 1813 NoIgnoreDuplicates Access-Challenge