authorize stop question

2003-07-01 Thread Hielke Christian Braun
Hello, i hope somebody can help me out. I have authorization setup like this: authorize { files sql } In the users file i have setup one username and a DEFAULT entry. In the SQL database i have all my other users setup. Everything works fine. But when the one user in the users

Re: authorize stop question

2003-07-01 Thread Hielke Christian Braun
Thanks, Alan. On Tue, Jul 01, 2003 at 11:18:51AM -0400, Alan DeKok wrote: Hielke Christian Braun [EMAIL PROTECTED] wrote: In the users file i have setup one username and a DEFAULT entry. In the SQL database i have all my other users setup. Everything works fine. But when the one user

Re: sql accounting and custom attributes

2002-11-06 Thread Hielke Christian Braun
Hello Thomas, On Wed, Nov 06, 2002 at 09:15:30AM +0100, Thomas Jalsovsky wrote: On Wed, 6 Nov 2002, Alexey Chetroi wrote: Is it possible to rewrite attribute names eg in preprocess module, like cisco_vsa_hack. eg to convert from: Cisco-AVPair = nas-rx-speed=31200 to

rlm_oracle does not compile in 0.7.1

2002-09-11 Thread Hielke Christian Braun
Hello, i try to compile freeradius 0.7.1 on a SuSE Linux with Oracle ver8. I get this error: gmake[10]: Leaving directory `/home/hcb/src/freeradius-0.7.1/src/modules/rlm_sql/drivers/rlm_sql_mysql' Making static in rlm_sql_oracle... gmake[10]: Entering directory

Re: rlm_oracle does not compile in 0.7.1

2002-09-11 Thread Hielke Christian Braun
On Wed, Sep 11, 2002 at 10:33:51AM -0400, Alan DeKok wrote: Hielke Christian Braun [EMAIL PROTECTED] wrote: sql_oracle.c:361: conflicting types for `sql_fetch_row' sql_oracle.h:33: previous declaration of `sql_fetch_row' Delete line 33 of sql_oracle.h. If there are more conflicts like

Re: users and client

2002-09-11 Thread Hielke Christian Braun
Hello Javier, On Wed, Sep 11, 2002 at 10:34:33AM -0600, Javier Santos wrote: I have installed radius and runing. Then I try to configure only to authentication, to users from cisco Router. In this case, is Router the Radius Client?? yes. for users, do i need install ldap or another

Re: users and client

2002-09-11 Thread Hielke Christian Braun
a users file and the files module ?? Thank's On Wed, 11 Sep 2002 09:54:01 -0700 Hielke Christian Braun [EMAIL PROTECTED] wrote: Hello Javier, On Wed, Sep 11, 2002 at 10:34:33AM -0600, Javier Santos wrote: I have installed radius and runing. Then I try to configure only

Re: Cisco VSA h323 Attribute show again in string

2002-03-23 Thread Hielke Christian Braun
Hello Raymond, On Sat, Mar 23, 2002 at 02:11:57PM +0800, Raymond Chen wrote: Dear list, I still can't get this to work even I enable the with_cisco_vsa_hack=yes in radiusd.conf. Did I missing something in the configuration? look at my post in freeradius-devel list. Best regards,

accounting sql

2002-03-21 Thread Hielke Christian Braun
Hello everybody, is there a way to log the numeric values of attributes into a sql database? It would be nice to write numeric values for AcctStatusType, ServiceType, DisconnectCause, etc. The dictionary table created by the script does not seemed to be used anywhere. Removing the definition