How Translate h323-setup/connect/disconnect to normal sql like date ?

2004-02-15 Thread Daniil I. Pimonenko
Hello! I want know how can I translate Translate h323-setup/connect/disconnect to normal sql like date? Now my VoIP proxy send me Cisco VSA( 25): h323-setup-time=17:42:00.000 MSK Fri Feb 13 2004 How I can translate it to SQL Like fromat - 13.02.2004 17:42:00.000 ? WBR Daniil I Pimonenk

Realm and how to add authorize script

2004-02-15 Thread Truong Manh Cuong
Hi all, I want to control user type, so radius will process to certain table in database acclording to user type. For example: user tmcuong -> process radacct table     User [EMAIL PROTECTED] -> process prepaid table (this table is design by myself) I look at radiusd.con

Re: Cisco-AVPair and mysql

2004-02-15 Thread ml . radius
On Sun, Feb 15, 2004 at 10:38:43AM -, stuart wrote: > > How can I access a specific field e.g.. "Cisco-Avpair = > coder-rate-type=g711alaw" from the sql.conf file > > The attributes appear in the radacct files, but I would like to add them to > the database > Can files from src/billing be

Question of Radius with NIS

2004-02-15 Thread MaFai
Hello, freeradius-users, We have store all of the account in NIS. Can the freeradius combine with the NIS? May be someone asked this question before,sorry,I'm a newbie in Linux plantform. Best regards. MaFai [EMAIL PROTECTED] 2004-02-16 - List info/subscribe/unsubsc

Re: CVS snapshot

2004-02-15 Thread Alan DeKok
"Rick Stevens" <[EMAIL PROTECTED]> wrote: > How do I properly install the CVS files? "make install" ? > got 02152004 snapshot and ran configure with same options. then copied share/* > to /usr/local/share/freeradius and raddb/* to /etc/raddb > What am I missing? I don't understand why you w

RE: remove me

2004-02-15 Thread Paul Roberts
Remove me <>

CVS snapshot

2004-02-15 Thread Rick Stevens
I was told to grab tha CVS snapshot for the EAP-PEAP functionality to work with my 802.1x WIN XP - Aironet 350. I must not have completely copied the files. I am getting this segment Fault when the Access point send the EAP request, and radiusd just dies. How do I properly install the CVS files? I

rlm_perl & Auth-Type

2004-02-15 Thread Mike Groeneweg
Greetings, Firstly, thanks for freeradius, it's very good, and getting better all the time. I'm using the 0.9.3 tar ball, compiled locally and have included rlm_perl in the standard list of modules to build. I'm trying to use my own hand rolled perl module as my authentication and authorizat

RE: Access-Reject, how to auth-type -> check password inpostgresql

2004-02-15 Thread Truong Manh Cuong
Hi Jeremy, I add "sql" to authorize and account section and it works with postgresql accounts. Thanks a lot. Manh Cuong. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Davis Sent: Monday, February 16, 2004 1:26 AM To: [EMAIL PROTECTED] Subject: R

Re: SQL.conf to force user case Sensitive

2004-02-15 Thread Kevin Bonner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 13 February 2004 19:03, sarky wrote: > Hello all > Well i have asked this question before now i have edited sql.conf and > hashed the lines below in the other way 2 and the system still doesnt check > case sensitive anyone know any solution t

Re: help for accounts with different timelimit...

2004-02-15 Thread ml . radius
On Sun, Feb 15, 2004 at 08:24:41PM +0100, Ciolo_-^DusT^-_WebMaster wrote: > I make you an exaple... > I create a series of account that can navigate for 1 hour of effective > traffic... > The user login and the countdown start... then when logout the count down > stop... to start again the next

Re: help for accounts with different timelimit...

2004-02-15 Thread Ciolo_-^DusT^-_WebMaster
I make you an exaple... I create a series of account that can navigate for 1 hour of effective traffic... The user login and the countdown start... then when logout the count down stop... to start again the next login... in this way untill the time expiration. for the other tipology I need an a

Re: Crypt passwd problem(clear OK)!!!

2004-02-15 Thread Ciolo_-^DusT^-_WebMaster
I creat users from dialupadmin interface - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 15, 2004 7:54 PM Subject: Re: Crypt passwd problem(clear OK)!!! > On Sun, Feb 15, 2004 at 07:48:37PM +0100, [EMAIL PROTECTED] wrote: > > > > > > >Have you

RE: No attributes after proxy autentication

2004-02-15 Thread Troy Settle
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Alan DeKok > Sent: Sunday, February 15, 2004 12:09 PM > To: [EMAIL PROTECTED] > Subject: Re: No attributes after proxy autentication > > "Troy Settle" <[EMAIL PROTECTED]> wrote: > > After some

Re: Crypt passwd problem(clear OK)!!!

2004-02-15 Thread ml . radius
On Sun, Feb 15, 2004 at 07:48:37PM +0100, [EMAIL PROTECTED] wrote: > > > >Have you changed value for Crypt-Password attribute to crypted password > > >for that user (from /etc/shadow file) ? > why -I have to change attribute in shadow file if I go to autenticate in > sql db? > > You didn't u

Re: Crypt passwd problem(clear OK)!!!

2004-02-15 Thread cioloweb
>-- Messaggio Originale -- >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Crypt passwd problem(clear OK)!!! >Reply-To: [EMAIL PROTECTED] >Date: Sun, 15 Feb 2004 18:07:56 +0100 > > >On Sat, Feb 14, 2004 at 10:08:10PM +0100, Ciolo_-^DusT^-_WebMaster wrote: > One step on... I rescued t

Re: help for accounts with different timelimit...

2004-02-15 Thread ml . radius
On Sun, Feb 15, 2004 at 07:28:43PM +0100, Ciolo_-^DusT^-_WebMaster wrote: > I don't know ho to configure them... > the results should be at least three kind of users...: > 1- users with 1 hour of effective traffic > 2- users with 2 hours of effective traffic everyday > 3- users with 24h of traffic

RE: Which Auth type with MySQL?

2004-02-15 Thread Jeremy Davis
I think that the problem can be here ... When I use sql db ... which kind of auth: type I have to set? and where I have to set it? Set it to Authtype == Local Jeremy - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

help for accounts with different timelimit...

2004-02-15 Thread Ciolo_-^DusT^-_WebMaster
i'm using the last releas of freeradius with mysql 3.23.49 over linux RH 7.3 Ok ... now that I'm able to do at least authentications with clear passwd I need to create differents kind of users I don't know ho to configure them... the results should be at least three kind of users...: 1- users wi

RE: Access-Reject, how to auth-type -> check password inpostgresql

2004-02-15 Thread Jeremy Davis
You need to set authtype to local. Jeremy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ciolo_-^DusT^-_WebMaster Sent: Saturday, February 14, 2004 8:04 AM To: [EMAIL PROTECTED] Subject: Re: Access-Reject, how to auth-type -> check password inpostgresql

RE: Auth-Type = System -> Local (Postgresql)

2004-02-15 Thread Jeremy Davis
Change it in the users file, there is a default set to system. Jeremy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Truong Manh Cuong Sent: Saturday, February 14, 2004 1:42 AM To: [EMAIL PROTECTED] Subject: Auth-Type = System -> Local (Postgresql) Hi Al

Re: Crypt passwd problem(clear OK)!!!

2004-02-15 Thread ml . radius
On Sat, Feb 14, 2004 at 10:08:10PM +0100, Ciolo_-^DusT^-_WebMaster wrote: > One step on... I rescued to have an autentication ... > but only with clear passwd... > with crypt one noway! > some suggestions?? > byez > CioloWeb Have you changed attribute from Password (or User-Password) to Crypt-Pass

Re: No attributes after proxy autentication

2004-02-15 Thread Alan DeKok
"Troy Settle" <[EMAIL PROTECTED]> wrote: > After some 4 years, I'm back to looking at freeradius, and while I found > the configuration daunting at first, I quickly got it trimmed down to > the bare essentials of what I need (which is authorization only). Great > job, the configuration syntax is f

Re: SQL.conf to force user case Sensitive

2004-02-15 Thread Alan DeKok
"sarky" <[EMAIL PROTECTED]> wrote: > Yeah that is what i want to do but for some reason nothing i am doing is > working can you give me a hint on where to start or what i need to edit to > fix that little problem? I'm not sure. The problem is at least in part the NAS, so there may be little you

Re: VendorSpecific attributes - newbie

2004-02-15 Thread Alan DeKok
"sting sting" <[EMAIL PROTECTED]> wrote: > What shoould I do to add > VendorSpecific attributes to a free Radius server? > is it documented anywhehe? Yes. See the dictionary files, and "man dictionary" Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.

Re: Prepaid account

2004-02-15 Thread Jeff Warnica
Im not exactly sure how realms work myself.. I don't think there is anything you can do with them that you cant do with groups, or something else. As with Perl, TMTOWTDI. I'm experimenting with the same thing myself, for 1800 access. After reading through the docs last week I got very excited rea

VendorSpecific attributes - newbie

2004-02-15 Thread sting sting
Hello, What shoould I do to add VendorSpecific attributes to a free Radius server? is it documented anywhehe? regards, sting _ Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemai

Cisco-AVPair and mysql

2004-02-15 Thread stuart
Hi, How can I access a specific field e.g.. "Cisco-Avpair = coder-rate-type=g711alaw" from the sql.conf file The attributes appear in the radacct files, but I would like to add them to the database Thanks Stuart - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/user