RE: (RADIATOR) AuthBy OPIE - can't locate loadable object

2003-03-04 Thread Mark Wellins
Hi Again

Many thanks to Hugh for helping me out.

A proper installation of the Perl OPIE 
module was exactly the issue.

I was trying to enable s/key (now OPIE)
authentication for Radius users in a 
Check Point VPN-1 environemnt, since native
s/key will not be a feature of the next
Check Point version.

I can provide the document I wrote for
anyone who needs to setup a similar environment

Regards, Mark

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Hugh Irvine
Sent: Thursday, February 27, 2003 10:46 PM
To: Mark Wellins
Cc: [EMAIL PROTECTED]
Subject: Re: (RADIATOR) AuthBy OPIE - can't locate loadable object



Hello Mark -

See my other mail for instructions on installing Perl modules.

regards

Hugh


On Thursday, Feb 27, 2003, at 19:42 Australia/Melbourne, Mark Wellins 
wrote:

 Again thanks Hugh.

 I am not sure how you install the files included in that tarball.
 Currently I just copied OPIE.pm and OPIE.xs to
 /usr/lib/perl5/site_perl/5.6.1/ which is probably not correct

 Thanks for your advice,
 Mark

 -Original Message-
 From: Hugh Irvine [mailto:[EMAIL PROTECTED]
 Sent: Thursday, February 27, 2003 10:18 AM
 To: Mark Wellins
 Cc: [EMAIL PROTECTED]
 Subject: Re: (RADIATOR) AuthBy OPIE - can't locate loadable object



 Hello Mark -

 Thanks for sending the files.

 It actually looks like you have not installed the Perl OPIE module as
 described in section 6.44 of the Radiator reference manual (included in
 the distribution in the file doc/ref.html).

 regards

 Hugh


 On Thursday, Feb 27, 2003, at 18:34 Australia/Melbourne, Mark Wellins
 wrote:

 Thanks Hugh. I hope it's as simple as that!

 Attached if the radius.cfg and logfile (after I changed the debug
 variable
 to 4)
 (I left the file whole since it's a lab environment, you'll see the
 secret
 still)

 Regards, Mark
 -Original Message-
 From: Hugh Irvine [mailto:[EMAIL PROTECTED]
 Sent: Thursday, February 27, 2003 12:33 AM
 To: Mark Wellins
 Cc: [EMAIL PROTECTED]
 Subject: Re: (RADIATOR) AuthBy OPIE - can't locate loadable object



 Hello Mark -

 Thanks for sending the debug output.

 It looks to me more like a typo in the configuration file, which 
 should
 look like this:

  AuthBy OPIE
  
  /AuthBy

 If you still have a problem, please send me a copy of the 
 configuration
 file (no secrets) together with a trace 4 debug from Radiator showing
 what is happening at startup.

 regards

 Hugh


 On Wednesday, Feb 26, 2003, at 20:01 Australia/Melbourne, Mark Wellins
 wrote:

 Hello,

 I am having trouble starting Radiator (3.5 Eval) with OPIE
 authentication
 enabled.

 The logflie reports as follows:
 Wed Feb 26 07:19:06 2003: ERR: Unknown object 'AuthBy' in
 /etc/radiator/radius.cfg line 34
 Wed Feb 26 07:19:06 2003: INFO: Server started: Radiator 3.5 on claw
 (DEMO)
 Wed Feb 26 07:32:41 2003: NOTICE: SIGTERM received: stopping
 Wed Feb 26 07:32:42 2003: ERR: Could not load AuthBy module
 Radius::AuthOPIE: Can't locate loadable object for module OPIE in 
 @INC
 (@INC
 contains: . /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1
 /usr/lib/perl5/site_perl/5.6.1/i386-linux
 /usr/lib/perl5/site_perl/5.6.1
 /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl
 /usr/lib/perl5/vendor_perl/5.6.1/i386-linux
 /usr/lib/perl5/vendor_perl/5.6.1
 /usr/lib/perl5/vendor_perl .) at Radius/AuthOPIE.pm line 15
 Compilation failed in require at Radius/AuthOPIE.pm line 15, FILE
 line 34.
 BEGIN failed--compilation aborted at Radius/AuthOPIE.pm line 15,
 FILE line
 34.
 Compilation failed in require at (eval 23) line 3, FILE line 34.

 Wed Feb 26 07:32:42 2003: ERR: Unknown object 'AuthBy' in
 /etc/radiator/radius.cfg line 34
 Wed Feb 26 07:32:42 2003: INFO: Server started: Radiator 3.5 on claw
 (DEMO)

 I am guessing that the @INC variable does not contain the necessary
 information to find the loadable module for OPIE.

 Since I am pretty new to Linux I really don't know where to start
 debugging - looking through the archive it looks like I need to
 recompile
 PERL with OPIE somehow. Any guidance would help - many thanks.

 Mark

 ===
 Archive at http://www.open.com.au/archives/radiator/
 Announcements on [EMAIL PROTECTED]
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.



 NB: have you included a copy of your configuration file (no secrets),
 together with a trace 4 debug showing what is happening?

 --
 Radiator: the most portable, flexible and configurable RADIUS server
 anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
 -
 Nets: internetwork inventory and management - graphical, extensible,
 flexible with hardware, software, platform and database independence.

 logflieradius.cfg

 NB: have you included a copy of your configuration file (no secrets),
 together with a trace 4 debug showing what is happening?

 -- 
 Radiator: the most portable, flexible and configurable RADIUS server
 anywhere

RE: (RADIATOR) AuthBy OPIE - can't locate loadable object

2003-02-27 Thread Mark Wellins
Again thanks Hugh.

I am not sure how you install the files included in that tarball.
Currently I just copied OPIE.pm and OPIE.xs to 
/usr/lib/perl5/site_perl/5.6.1/ which is probably not correct

Thanks for your advice,
Mark

-Original Message-
From: Hugh Irvine [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 27, 2003 10:18 AM
To: Mark Wellins
Cc: [EMAIL PROTECTED]
Subject: Re: (RADIATOR) AuthBy OPIE - can't locate loadable object



Hello Mark -

Thanks for sending the files.

It actually looks like you have not installed the Perl OPIE module as 
described in section 6.44 of the Radiator reference manual (included in 
the distribution in the file doc/ref.html).

regards

Hugh


On Thursday, Feb 27, 2003, at 18:34 Australia/Melbourne, Mark Wellins 
wrote:

 Thanks Hugh. I hope it's as simple as that!

 Attached if the radius.cfg and logfile (after I changed the debug 
 variable
 to 4)
 (I left the file whole since it's a lab environment, you'll see the 
 secret
 still)

 Regards, Mark
 -Original Message-
 From: Hugh Irvine [mailto:[EMAIL PROTECTED]
 Sent: Thursday, February 27, 2003 12:33 AM
 To: Mark Wellins
 Cc: [EMAIL PROTECTED]
 Subject: Re: (RADIATOR) AuthBy OPIE - can't locate loadable object



 Hello Mark -

 Thanks for sending the debug output.

 It looks to me more like a typo in the configuration file, which should
 look like this:

   AuthBy OPIE
   
   /AuthBy

 If you still have a problem, please send me a copy of the configuration
 file (no secrets) together with a trace 4 debug from Radiator showing
 what is happening at startup.

 regards

 Hugh


 On Wednesday, Feb 26, 2003, at 20:01 Australia/Melbourne, Mark Wellins
 wrote:

 Hello,

 I am having trouble starting Radiator (3.5 Eval) with OPIE
 authentication
 enabled.

 The logflie reports as follows:
 Wed Feb 26 07:19:06 2003: ERR: Unknown object 'AuthBy' in
 /etc/radiator/radius.cfg line 34
 Wed Feb 26 07:19:06 2003: INFO: Server started: Radiator 3.5 on claw
 (DEMO)
 Wed Feb 26 07:32:41 2003: NOTICE: SIGTERM received: stopping
 Wed Feb 26 07:32:42 2003: ERR: Could not load AuthBy module
 Radius::AuthOPIE: Can't locate loadable object for module OPIE in @INC
 (@INC
 contains: . /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1
 /usr/lib/perl5/site_perl/5.6.1/i386-linux
 /usr/lib/perl5/site_perl/5.6.1
 /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl
 /usr/lib/perl5/vendor_perl/5.6.1/i386-linux
 /usr/lib/perl5/vendor_perl/5.6.1
 /usr/lib/perl5/vendor_perl .) at Radius/AuthOPIE.pm line 15
 Compilation failed in require at Radius/AuthOPIE.pm line 15, FILE
 line 34.
 BEGIN failed--compilation aborted at Radius/AuthOPIE.pm line 15,
 FILE line
 34.
 Compilation failed in require at (eval 23) line 3, FILE line 34.

 Wed Feb 26 07:32:42 2003: ERR: Unknown object 'AuthBy' in
 /etc/radiator/radius.cfg line 34
 Wed Feb 26 07:32:42 2003: INFO: Server started: Radiator 3.5 on claw
 (DEMO)

 I am guessing that the @INC variable does not contain the necessary
 information to find the loadable module for OPIE.

 Since I am pretty new to Linux I really don't know where to start
 debugging - looking through the archive it looks like I need to
 recompile
 PERL with OPIE somehow. Any guidance would help - many thanks.

 Mark

 ===
 Archive at http://www.open.com.au/archives/radiator/
 Announcements on [EMAIL PROTECTED]
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.



 NB: have you included a copy of your configuration file (no secrets),
 together with a trace 4 debug showing what is happening?

 --
 Radiator: the most portable, flexible and configurable RADIUS server
 anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
 -
 Nets: internetwork inventory and management - graphical, extensible,
 flexible with hardware, software, platform and database independence.

 logflieradius.cfg

NB: have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?

-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.


===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.


(RADIATOR) A different error, AuthBy OPIE seems to work now

2003-02-27 Thread Mark Wellins
Huhg,

Thanks for your advice, and of course looking for more of it!

It seems that Radiator accepts OPIE now, since it is correctly installed now
(I should say appears correctly installed). Now when my user tries to
authenticate against that radius server, this is what appears in the
logfile, and the radiator process dies.

Now I o not know where to look for the culprit - I expect  that it is on the
client side.
Thanks, Mark


[EMAIL PROTECTED] radiator]# more /var/log/radius/logfile
Thu Feb 27 10:43:38 2003: DEBUG: Packet dump:
*** Received from 172.17.1.21 port 32772 
Code:   Access-Request
Identifier: 138
Authentic:  b153L132172183{252152227254220b204153%
Attributes:
User-Name = mark
User-Password =
S17913630215224121166255=|k201}|167:155z_181243
164251200d218C
1324U|V27177238239225p208Z129144[C
Service-Type = Authenticate-Only
NAS-IP-Address = 172.17.1.21

Thu Feb 27 10:43:38 2003: DEBUG: Handling request with Handler
'Realm=DEFAULT'
Thu Feb 27 10:43:38 2003: DEBUG:  Deleting session for mark, 172.17.1.21,
Thu Feb 27 10:43:38 2003: DEBUG: Handling with Radius::AuthOPIE:
Thu Feb 27 10:43:38 2003: DEBUG: Radius::AuthOPIE looks for match with mark

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.


(RADIATOR) AuthBy OPIE - can't locate loadable object

2003-02-26 Thread Mark Wellins
Hello,

I am having trouble starting Radiator (3.5 Eval) with OPIE authentication
enabled.

The logflie reports as follows:
Wed Feb 26 07:19:06 2003: ERR: Unknown object 'AuthBy' in
/etc/radiator/radius.cfg line 34
Wed Feb 26 07:19:06 2003: INFO: Server started: Radiator 3.5 on claw (DEMO)
Wed Feb 26 07:32:41 2003: NOTICE: SIGTERM received: stopping
Wed Feb 26 07:32:42 2003: ERR: Could not load AuthBy module
Radius::AuthOPIE: Can't locate loadable object for module OPIE in @INC (@INC
contains: . /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1
/usr/lib/perl5/site_perl/5.6.1/i386-linux /usr/lib/perl5/site_perl/5.6.1
/usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.6.1/i386-linux /usr/lib/perl5/vendor_perl/5.6.1
/usr/lib/perl5/vendor_perl .) at Radius/AuthOPIE.pm line 15
Compilation failed in require at Radius/AuthOPIE.pm line 15, FILE line 34.
BEGIN failed--compilation aborted at Radius/AuthOPIE.pm line 15, FILE line
34.
Compilation failed in require at (eval 23) line 3, FILE line 34.

Wed Feb 26 07:32:42 2003: ERR: Unknown object 'AuthBy' in
/etc/radiator/radius.cfg line 34
Wed Feb 26 07:32:42 2003: INFO: Server started: Radiator 3.5 on claw (DEMO)

I am guessing that the @INC variable does not contain the necessary
information to find the loadable module for OPIE.

Since I am pretty new to Linux I really don't know where to start
debugging - looking through the archive it looks like I need to recompile
PERL with OPIE somehow. Any guidance would help - many thanks.

Mark

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.


RE: (RADIATOR) AuthBy OPIE - can't locate loadable object

2003-02-26 Thread Mark Wellins
Thanks Hugh. I hope it's as simple as that!

Attached if the radius.cfg and logfile (after I changed the debug variable
to 4)
(I left the file whole since it's a lab environment, you'll see the secret
still)

Regards, Mark
-Original Message-
From: Hugh Irvine [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 27, 2003 12:33 AM
To: Mark Wellins
Cc: [EMAIL PROTECTED]
Subject: Re: (RADIATOR) AuthBy OPIE - can't locate loadable object



Hello Mark -

Thanks for sending the debug output.

It looks to me more like a typo in the configuration file, which should
look like this:

AuthBy OPIE

/AuthBy

If you still have a problem, please send me a copy of the configuration
file (no secrets) together with a trace 4 debug from Radiator showing
what is happening at startup.

regards

Hugh


On Wednesday, Feb 26, 2003, at 20:01 Australia/Melbourne, Mark Wellins
wrote:

 Hello,

 I am having trouble starting Radiator (3.5 Eval) with OPIE
 authentication
 enabled.

 The logflie reports as follows:
 Wed Feb 26 07:19:06 2003: ERR: Unknown object 'AuthBy' in
 /etc/radiator/radius.cfg line 34
 Wed Feb 26 07:19:06 2003: INFO: Server started: Radiator 3.5 on claw
 (DEMO)
 Wed Feb 26 07:32:41 2003: NOTICE: SIGTERM received: stopping
 Wed Feb 26 07:32:42 2003: ERR: Could not load AuthBy module
 Radius::AuthOPIE: Can't locate loadable object for module OPIE in @INC
 (@INC
 contains: . /usr/lib/perl5/5.6.1/i386-linux /usr/lib/perl5/5.6.1
 /usr/lib/perl5/site_perl/5.6.1/i386-linux
 /usr/lib/perl5/site_perl/5.6.1
 /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl
 /usr/lib/perl5/vendor_perl/5.6.1/i386-linux
 /usr/lib/perl5/vendor_perl/5.6.1
 /usr/lib/perl5/vendor_perl .) at Radius/AuthOPIE.pm line 15
 Compilation failed in require at Radius/AuthOPIE.pm line 15, FILE
 line 34.
 BEGIN failed--compilation aborted at Radius/AuthOPIE.pm line 15,
 FILE line
 34.
 Compilation failed in require at (eval 23) line 3, FILE line 34.

 Wed Feb 26 07:32:42 2003: ERR: Unknown object 'AuthBy' in
 /etc/radiator/radius.cfg line 34
 Wed Feb 26 07:32:42 2003: INFO: Server started: Radiator 3.5 on claw
 (DEMO)

 I am guessing that the @INC variable does not contain the necessary
 information to find the loadable module for OPIE.

 Since I am pretty new to Linux I really don't know where to start
 debugging - looking through the archive it looks like I need to
 recompile
 PERL with OPIE somehow. Any guidance would help - many thanks.

 Mark

 ===
 Archive at http://www.open.com.au/archives/radiator/
 Announcements on [EMAIL PROTECTED]
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.



NB: have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?

--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.



logflie
Description: Binary data


radius.cfg
Description: Binary data