(RADIATOR) Perl Module Help

1999-07-16 Thread Requiem Aurelien (Ext/NTC)

Hello

I'm just a beginner in perl and i use
PreAuthHook file to call a perl module
but i don't know how to get the user name
and other parameters

If know that ...

Thanks a lot

Recycle your PC, Get Linux...
Recycle your Windows, Get Kde...

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



RE: (RADIATOR) CheckAttr Help

1999-07-16 Thread Dirk Jansen

Hi,
Here is an example of a config file for a LDAP server based on Novell Netware,

AuthBy LDAPSDK
# location of ldap host, can be a dns name...
Host xxx.xxx.xxx.xxx
Port 389

# if your ldap requires
# authentication please
# use a valid account   
# below in ldap notation
AuthDN CN=xxx, OU=xxx, O=xxx
AuthPassword xxx

# from here the ldap tree is searched
BaseDN o=xxx

# The ldap field uid is used 
# to store account names
UsernameAttr uid

# The ldap field xxx is used to store passwords
PasswordAttr xxx

# The ldap field l (Location) can be used
# to store your check item.
# A valid content for a Locationl field
# in your ldap database could be e.g.
# Calling-Station-Id=1234567890
# But you can use also an other ldap
# field
CheckAttr l

/AuthBy

regards, Dirk

 Hello
 
 Does any one can explain me how does CheckAttr
 works and give me exemples.
 Note: I'm working with an Ldap server and
 i need to authenticate a user to Check
 is login password and Calling-Station-Id
 
 Thansk
 
 
 Recycle your PC, Get Linux...
 Recycle your Windows, Get Kde...
 
 ===
 Archive at http://www.thesite.com.au/~radiator/
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.
 

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



(RADIATOR) Radiator 2.14 how compressed?

1999-07-16 Thread Karl Gaissmaier

Hi all,

was anyone successful with downloading and decompression of the
Radiator-2-14.tgz?

I got: 

# /soft/local/gnu/bin/tar ztf Radiator-2-14.tgz

gzip: stdin: invalid compressed data--format violated
/soft/local/gnu/bin/tar: Child returned status 1
/soft/local/gnu/bin/tar: Error exit delayed from previous errors

Something wrong with the package I think.

Regards
Charly
-- 
Karl Gaissmaier  Computing Center,University of Ulm,Germany
Email:[EMAIL PROTECTED]  Network Administration
Tel/Fax: ++49 731 50 22499/22471
pgp-key available: http://www.uni-ulm.de/urz/Netzwerk/uuca/keylist.html

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



Re: (RADIATOR) Radiator 2.14 how compressed?

1999-07-16 Thread tom minchin

On Fri, Jul 16, 1999 at 04:58:03PM +0200, Karl Gaissmaier wrote:
 Hi all,
 
 was anyone successful with downloading and decompression of the
 Radiator-2-14.tgz?
 
 I got: 
 
 # /soft/local/gnu/bin/tar ztf Radiator-2-14.tgz
 
 gzip: stdin: invalid compressed data--format violated
 /soft/local/gnu/bin/tar: Child returned status 1
 /soft/local/gnu/bin/tar: Error exit delayed from previous errors
 
 Something wrong with the package I think.
 

Worked ok for me.

[tom@grey tom]$ gzip -tv /usr/local/src/Radiator-2.14.tgz 
/usr/local/src/Radiator-2.14.tgz:OK

Downloaded as ascii?

[EMAIL PROTECTED]

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



(RADIATOR) timestamp

1999-07-16 Thread Ricardo Guerra

Hi!
when i use the timestamp conversion
AcctColumnDef TIMESTAMP,Timestamp,formatted-date,to_date('%e %m %Y
%H:%M:%S','DD MM  HH24:MI:SS')
as defined on the radiusd.cfg to store the timestamp on an oracle
database i only get the date and not the time, how can i fix it??
here is a copy of the debug trace

Sat Jul 17 02:38:02 1999: DEBUG: do query is: insert into ACCOUNTING
(USERNAME, ACCTSTATUSTYPE, TIME_STAMP, TIMESTAMP,
NASIDENTIFIER, NASPORT, ACCTSESSIONID)
values
('mikem', 'Start', 932157481, to_date('17 07 1999
02:38:01','DD MM  HH24:MI:SS'), '203.63.154.1', 1234, '1240')

the timestamp is a date type field




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



Re: (RADIATOR) Version 2.14 released

1999-07-16 Thread Clement

This is great.   But Mike, I cannot get the upgrade.  Is my password
removed?  The user name is 'ans'.

About the new features, I have some questions listed below the features.

Mike McCauley wrote:
 ...
 New authentication module PORTLIMITCHECK, which can check
 enforce simultaneous-use limits for arbitrary groups of users. This
 can allow you to sell bundles of ports on a global or per-POP basis,
 or DNIS etc. It can also set up Class attributes that depend on how
 many users are currently logged in in that group, so you can have
 different charging bands for normal and overflow usage etc. Requires
 a that a be present in your Radiator config.

Mike, this is a great feature.  However, from your web pages, when the
limit is reached, new callers will only be rejected.  But he still have
to pay Telstra 25c for the call.  Since he does not know exactly why he
is rejected, he will normally call again and again.  Thus this
implementation will become a great revenue generator for Telstra, sad!

An Ascend user told me recently that using Ascend with the Ascend's own
Radius, they can implement a similar thing by limiting the max. no. of
sesssions per dial in number or dial in group.  But they can return a
busy tone to the callers after the limit is exceeded.

Can this be done with Radiator?  More can this be done together with our
Bay RAC8000/5399s?

 Changes to session databases so that when a NAS is checked for a
 simultaneous use, the original username (prior to any
 RewriteUsername) will be used.

We rewrite user names to treat upper case and lower case names the
name.  This help new users a lot.  With this new feature, will we have a
risk that someone can log in simultaneously by using an upper case name
and a lower case name separately?

 ...

Regards

Clement
ANS Communications Pty Ltd
=
http://www.ans.com.au

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