MD5 crypt() password compilation bug

2002-11-20 Thread Josh Wilsdon
must have changed with the scripts from previous versions, since they worked fine on this machine out of the box. Thanks, Josh -- Josh Wilsdon [EMAIL PROTECTED] Programmer Analyst Wizard IT Services - http://www.wizard.ca Linux Support Specialist - http://linuxmagic.com Unix

Question about rlm_sql Pairs do not match for user ...

2002-11-20 Thread Josh Wilsdon
-- Josh Wilsdon [EMAIL PROTECTED] Programmer Analyst Wizard IT Services - http://www.wizard.ca Linux Support Specialist - http://linuxmagic.com Unix Administration, Website Hosting, Network Services, Programming (604) 589-0037 Beautiful British Columbia, Canada LinuxMagic is a TradeMark of Wizard

Re: configuration/runtime issues with Oracle and FreeRadius

2002-09-30 Thread Josh Wilsdon
); + + if (OCIEnvInit(oracle_sock-env, OCI_DEFAULT, 0, (dvoid **)0)) { + radlog(L_ERR,Init: Couldn't init Oracle OCI environment (OCIEnvInit())); + return -1; } if (OCIHandleAlloc((dvoid *) oracle_sock-env, (dvoid **) oracle_sock-errHandle, -- Josh Wilsdon [EMAIL PROTECTED

Re: Error: CHILD: exit on signal (11)

2002-08-19 Thread Josh Wilsdon
, Josh Wilsdon -- Josh Wilsdon [EMAIL PROTECTED] Programmer Analyst Wizard IT Services - http://www.wizard.ca Linux Support Specialist - http://linuxmagic.com Unix Administration, Website Hosting, Network Services, Programming (604) 589-0037 Beautiful British Columbia, Canada LinuxMagic

Bugfix patch auth.c

2002-06-05 Thread Josh Wilsdon
a better fix, I would just like to see this fixed in CVS. Thanks, Josh Wilsdon --- freeradius-snapshot-20020530/src/main/auth.c.dist Wed Jun 5 17:23:57 2002 +++ freeradius-snapshot-20020530/src/main/auth.cWed Jun 5 17:25:04 2002 @@ -296,10 +296,14

Re: how can i get get in-correct passwords auth logs in database (sql), instead of radius.log

2002-06-04 Thread Josh Wilsdon
the radius.log and inserts the invalid ones into a bad_logins table. This way they go to both places. If you only want it to go to sql, I don't know how to do that. Perhaps you could use a fifo as the log file? Josh -- Josh Wilsdon [EMAIL PROTECTED] Programmer Analyst Wizard IT Services - http