Hi Russell, Thanks for reporting this. Your fix is quite correct, and we have fixed the module for the next release. The typo was introduced very recently. I have CCd the mailing list for the information of others. It is normal behaviour to search for DEFAULT after the search for a particular user fails. This is top make it compatible with teh behaviour of most other modules. You can control this with the NoDefault parameter. Cheers. On Dec 21, 10:54am, Joanne Davis wrote: > Subject: Fwd: Bug Report > > > >Received: from mercury.online.uleth.ca (mercury.online.uleth.ca > > [142.66.33.3]) by perki.connect.com.au with ESMTP id JAA24462 > > (8.8.8/IDA-1.7 for <[EMAIL PROTECTED]>); Thu, 21 Dec 2000 09:30:41 +1100 > > (EST) > >Date: Wed, 20 Dec 2000 15:32:17 -0700 > >From: "Russell Wilton" <[EMAIL PROTECTED]> > >Organization: University of Lethbridge > >X-Mailer: Mozilla 4.75 [en] (Win98; U) > >X-Accept-Language: en > >To: [EMAIL PROTECTED] > >Subject: Bug Report > > > >Hi: > > I just recently installed and tested the newest version of Radiator > > (2.17.1) and I believe I found a bug. The configuration is as follows: > > Sun Ultra 1 with Solaris 8 > > Perl 5.6.0 > > perldap 1.4.1 > > ldapsdk 4.1 for SOLARIS_5.6 (the 32 bit version) > > Netscape Directory server 4.12 > > > > I set it up to use AUTHby LDAPSDK and Perl choked when loading the > > AuthLDAPSDK.pm module. There appears to be a typo on line 274 where you > > added the fix for trailing nulls on LDAP returned values. The line is: > > map s/\0$//, @$vals; > >but it should be: > > map s/\0$//, @vals; > >You have and extra dollar sign there that shouldn't be. > > > > Once I fixed that everything seems to work properly. One thing I > > noticed from looking at the LDAP server logs is that whenever a search > > for a username fails, it is immediately followed by a search for > > "(uid=DEFAULT)", which of course fails too. Is there some reason for > > this, or is it a bug? It isn't causing any great problem, but I am > > curious about it. Thanks. > > > >Russ > > > >-- > >Russell D. Wilton E Mail: [EMAIL PROTECTED] > >Network Services Manager Voice: (403) 329-2525 > >University of Lethbridge FAX: (403) 382-7108 > >4401 University Drive Lethbridge, Alberta, CANADA T1K 3M4 > > > > RADIATOR radius server, NETS network inventory management, > RADMIN user admininstration, SUBs subcription management, > DTS tracking system, PIRATECHECK pirate password checking > > Joanne Davis > Open System Consultants Pty Ltd, 24 Bateman St, Hampton, Vic 3188 Australia > Phone +61 3 9598 0985, Fax +61 3 9598 0955, [EMAIL PROTECTED] > www.open.com.au > >-- End of excerpt from Joanne Davis -- Mike McCauley [EMAIL PROTECTED] Open System Consultants Pty. Ltd Unix, Perl, Motif, C++, WWW 24 Bateman St Hampton, VIC 3188 Australia http://www.open.com.au Phone +61 3 9598-0985 Fax +61 3 9598-0955 Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, TACACS+, PAM, external, Active Directory etc etc on Unix, Win95/8, 2000, NT, MacOS 9, MacOS X === Archive at http://www.starport.net/~radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.
