Re: (RADIATOR) Multiple logins

2000-10-09 Thread Firas Emsaytif
Hello, Thanks for the reply , below is my configuration. I need to authenticate two groups each from diffrent unix file. I need to allow SOME users in "/etc/shadow" to have more than one session allowed, i.e I can allow it as an option for some of those users listed in "/etc/shadow" while the

Re: (RADIATOR) Multiple logins

2000-10-09 Thread Hugh Irvine
Hello Firas - Thanks for sending the configuration file. Here is how to do what you require: # configure AuthBy UNIX with Identifier for later use Identifier check_shadow Filename /etc/shadow # configure AuthBy UNIX with Identifier for later use Identifier check_coo

(RADIATOR) SQL accounting modifications

2000-10-09 Thread Gildas PERROT
Hi, I would like to modify SQL accounting in order to : - only Insert in RADONLINE for Alive packets and not Start packets (I am using Cisco AS and IP is not present in Start but Alive packets) - only Insert in ACCOUNTING for Stop packets where FRAMEDIPADDRESS is not null. Sometimes, due to a p

RE: (RADIATOR) RE:

2000-10-09 Thread Gildas PERROT
Salut Hugues, OK, I see what changes I need to make to allocate and deallocate in Radius/AddressAllocatorSQL.pm. However, I would lke to know where I need to make changes in order to pass $callerid to those routines ? Thanks in advance for your help.Gildas. -Message

Re: (RADIATOR) Multiple logins

2000-10-09 Thread Firas Emsaytif
Hello Hugh, Thank you very much. One other thing .. what about the "AcctLogFileName" for , shall I add it with in the Realm clause. tks Hugh Irvine wrote: > Hello Firas - > > Thanks for sending the configuration file. > > Here is how to do what you require: > > # configure AuthBy UNIX with Ide

Re: (RADIATOR) Multiple logins

2000-10-09 Thread Hugh Irvine
Hello Firas - On Mon, 09 Oct 2000, Firas Emsaytif wrote: > Hello Hugh, > > Thank you very much. One other thing .. what about the "AcctLogFileName" for DEFAULT>, > shall I add it with in the Realm clause. > Oops - sorry - AuthBy check_shadow_sim_use AcctLogFileName ./%c/det

(RADIATOR) AuthBy LDAP - compare ldap attributes with regex

2000-10-09 Thread Benny Chee
hi, Is is possible to accept user based on attributes inside LDAP? Also matching of attributes is done using regex. For example, i want to match service plan, if it belongs to a certain range of numbers, i accept. Also, is it possible to put another ldap

(RADIATOR) Fallback to flatfiles if mysqldb is down

2000-10-09 Thread Matthias Fechner (Temp)
Hi, i want to integrate a complete fallback, if the database isn't working like client-auth, user-auth or accounting radiator should be use flatfiles. If accounting cannot be write to mysqldb it is written to a flatfile(AcctLogFileName ). I think for the user I only write

(RADIATOR) deleting a realm problem

2000-10-09 Thread vit
Hi, I am using restartWrapper with a RedHat 6.2 like that in my /etc/rc.d/rc.local: /usr/bin/restartWrapper -mail root -delay 2 \ "/usr/bin/radiusd -config_file /usr/local/etc/radius.cfg \ -foreground" & So I have the process: UIDPID

(RADIATOR) SQL Logging

2000-10-09 Thread Ron Hensley
I need 2 AuthBy's, but only the first one, AuthBy RADIUS, does the pass checking, (Proxy to third party radius server), but then a second AuthBy SQL gets entered which logs the Start-Stop records for accounting purposes. The users on those remote realms dont exist in my database however, so this

Re: (RADIATOR) SQL Logging

2000-10-09 Thread Hugh Irvine
Hello Ron - On Tue, 10 Oct 2000, Ron Hensley wrote: > I need 2 AuthBy's, but only the first one, AuthBy RADIUS, does the pass > checking, (Proxy to third party radius server), but then a second AuthBy SQL > gets entered which logs the Start-Stop records for accounting purposes. The > users on th

Re: (RADIATOR) AuthBy LDAP - compare ldap attributes with regex

2000-10-09 Thread Hugh Irvine
Hello Benny - On Tue, 10 Oct 2000, Benny Chee wrote: > hi, > > Is is possible to accept user based on attributes inside LDAP? > Also matching of attributes is done using regex. > You can use the AuthAttrDef construct, or you can use the SearchFilter parameter. > For example

Re: (RADIATOR) Fallback to flatfiles if mysqldb is down

2000-10-09 Thread Hugh Irvine
Hello Matthias - On Tue, 10 Oct 2000, Matthias Fechner (Temp) wrote: > Hi, > > i want to integrate a complete fallback, if the database isn't working like > client-auth, user-auth or accounting radiator should be use flatfiles. If > accounting cannot be write to mysqldb it is written to a > fla

RE: (RADIATOR) RE:

2000-10-09 Thread Hugh Irvine
Salut Gildas - On Mon, 09 Oct 2000, Gildas PERROT wrote: > Salut Hugues, > > OK, I see what changes I need to make to allocate and deallocate in > Radius/AddressAllocatorSQL.pm. However, I would lke to know where I need to > make changes in order to pass $callerid to those routines ? > You do

Re: (RADIATOR) deleting a realm problem

2000-10-09 Thread Hugh Irvine
Hello vit - On Tue, 10 Oct 2000, vit wrote: > Hi, > > I am using restartWrapper with a RedHat 6.2 like that in my > /etc/rc.d/rc.local: > > /usr/bin/restartWrapper -mail root -delay 2 \ >"/usr/bin/radiusd -config_file > /usr/local/etc/radius.cfg \ >

Re: (RADIATOR) SQL accounting modifications

2000-10-09 Thread Hugh Irvine
Hello Gildas - On Mon, 09 Oct 2000, Gildas PERROT wrote: > Hi, > > I would like to modify SQL accounting in order to : > > - only Insert in RADONLINE for Alive packets and not Start packets (I am > using Cisco AS and IP is not present in Start but Alive packets) > The session database code a

(RADIATOR) Re: (Fwd) Radiator Problem

2000-10-09 Thread Hugh Irvine
Hello Philip - > > Hi Everyone, > > I have some question regarding the entire radius system what creates > the session-id is it the radius daemon or the terminal servers. > The NAS creates the session-id. > Another question, I have a problem with radiator I running radiator

Re: (RADIATOR) SQL Logging

2000-10-09 Thread Ron Hensley
This worked like a charm. Hugh. you are an amazing, workaholic individual. Thanks once again. - Original Message - From: "Hugh Irvine" <[EMAIL PROTECTED]> To: "Ron Hensley" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, October 09, 2000 7:40 PM Subject: Re: (RADIATOR) SQL Logging

RE: (RADIATOR) SQL accounting modifications

2000-10-09 Thread Ingvar Berg (ERA)
> From: Gildas PERROT [mailto:[EMAIL PROTECTED]] > > - only Insert in RADONLINE for Alive packets and not Start > packets (I am > using Cisco AS and IP is not present in Start but Alive packets) > You can also configure the Cisco box to delay the accounting start until it has finished the clien