exec-program as unknown attribute

2004-09-06 Thread Edgars
yesterday it worked ok but today i getting these messages in the logs and debug window (both for exec-program and also exec-program-wait): rlm_sql: unknown attribute Exec-Program-Wait rlm_sql (sql): Error getting data from database I checked the dicitonary file and and there are both entries: ATT

WPA and Network Devices

2004-09-06 Thread Mahesh S Kudva
Hi Would it be possible to have WPA authentication for any network devices like wireless printers which supports WPA? How can I do it? What are the requirements in the RADIUS Server? Any links or information? Regards & Thanks Mahesh S Kudva Robosoft Technologies http://www.r

memory access error

2004-09-06 Thread Emil Kokor
Hi! My Userbase is in LDAP and I want to use EAP-TTLS (PAP) authentication. Every time when I start radiusd in debug-mode (option: -X), I get "Memory Access Error" (in German: Speicherzugriffsfehler) Message. But when I comment EAP-Module in eap.conf, then it starts without Error-Message. I am

dialup_admin forms problem...

2004-09-06 Thread Evren Yurtesen
Hi, I installed dialup_admin from freeradius 1.0.0 But everytime I enter some data to forms like a username or how many rows should it show etc. When I press submit, it gets resetted in the next page. What might be the solution? or problem? I thought it was something about register_globals but i

Re: Users-file, PEAP and cleartext passwords

2004-09-06 Thread Alan DeKok
Vidar Stokke <[EMAIL PROTECTED]>wrote: > My users file entry looks like this: > > myuser NT-Password == "C275AA106060E0D793DD673EC6620090" Try := Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Found out why. It is a bug. (was Re: Atrribute rewriting, probable bug ?)

2004-09-06 Thread Pierluigi
Here we are. I've found out what's goin on with this directive. If I ask a rewrite for an attribute defined as "string" ( Reply-Item for example ), everything works well, but If ( or when ) I ask for an attribute like ipaddres, or everithing else, then it fail. The problem seems to be in rlm_att

Re: Atrribute rewriting, probable bug ?

2004-09-06 Thread Alan DeKok
"Pierluigi" <[EMAIL PROTECTED]> wrote: > When I receive the reply from this latest radius, I need to rewrite the > value of an attribute, so I have activate in the first radius the rewrite > function. > What it happen is that in debug file I see that the rewrite function ( > seems to ) work, but th

auth-type:=reject problem

2004-09-06 Thread Edgars
any known issues why the subj. doesn't work when specified in the DB? Edgars - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Atrribute rewriting, probable bug ?

2004-09-06 Thread Pierluigi
Hi all. I have a problem with attribute rewrite module (rlm_attr_rewite), at least in freeradius-1.0.0. In my scenario, I have a radius server ( freeradius ), proxying to another radius if the realm is a particular one. When I receive the reply from this latest radius, I need to rewrite the valu

Re: Exec-Program doesn't execute the program

2004-09-06 Thread Edgars
Thanks Kostas million times!!! It works now:) Edgars Kostas Zorbadelos wrote: On Mon, Sep 06, 2004 at 04:25:48PM +0300, Edgars wrote: got it to work:)i was putting this attribute in the radcheck table not radreply. Ok, so you were using an sql db backend... But now another problem is risin

Re: Exec-Program doesn't execute the program

2004-09-06 Thread Kostas Zorbadelos
On Mon, Sep 06, 2004 at 04:25:48PM +0300, Edgars wrote: > got it to work:)i was putting this attribute in the radcheck table not > radreply. Ok, so you were using an sql db backend... But now another problem is rising up - the only reason why i > want to use this attribute is that i wanted to

Re: Exec-Program doesn't execute the program

2004-09-06 Thread Edgars
got it to work:)i was putting this attribute in the radcheck table not radreply. But now another problem is rising up - the only reason why i want to use this attribute is that i wanted to add a Session-Timeout attribute to radreply table and that this timeout should be given to the user in th

Re: rlm_exec vs Exec-Program-Wait attribute

2004-09-06 Thread Kostas Zorbadelos
On Sat, Sep 04, 2004 at 07:56:29PM +0200, Thor Spruyt wrote: > Paul Hampson wrote: > > New behaviour: (Replaces behaviour identical to <0 above) > > If the program returns 1 through RLM_MODULE_NUMCODES, return the > > appropriate code and attributes as expected. > > 1RLM_MODULE_REJECT, /* imme

Re: Exec-Program doesn't execute the program

2004-09-06 Thread Kostas Zorbadelos
On Mon, Sep 06, 2004 at 04:00:43PM +0300, Edgars wrote: What is the debugging output of radiusd -X? > nope, the same. > > Edgars > > Kostas Zorbadelos wrote: > > >On Mon, Sep 06, 2004 at 03:12:47PM +0300, Edgars wrote: > > > > > >>with permissions there are no problems, i tried also your chmod

Proxy.conf configuration options question

2004-09-06 Thread Kostas Zorbadelos
I have questions regarding the synchronous, retry_delay and retry_count configuration options in proxy.conf. I have noticed that the setup below, used in my production system (0.9.3), does not work in case of accounting packets. To be precise, whenever I do not receive acks in the accounting pack

Re: Exec-Program doesn't execute the program

2004-09-06 Thread Edgars
nope, the same. Edgars Kostas Zorbadelos wrote: On Mon, Sep 06, 2004 at 03:12:47PM +0300, Edgars wrote: with permissions there are no problems, i tried also your chmod options. The same:/ Maybe something else? Edgars Perhaps you should create an executable wrapper shell script containing

Re: Exec-Program doesn't execute the program

2004-09-06 Thread Kostas Zorbadelos
On Mon, Sep 06, 2004 at 03:12:47PM +0300, Edgars wrote: > with permissions there are no problems, i tried also your chmod options. > The same:/ > Maybe something else? > > Edgars > Perhaps you should create an executable wrapper shell script containing the call to your php script like StartPhp.

Re: Exec-Program doesn't execute the program

2004-09-06 Thread Edgars
with permissions there are no problems, i tried also your chmod options. The same:/ Maybe something else? Edgars Kostas Zorbadelos wrote: On Mon, Sep 06, 2004 at 02:27:29PM +0300, Edgars wrote: Hello, in some way this attribute does not execute my PHP program. I have data base insert query in

Re: Exec-Program doesn't execute the program

2004-09-06 Thread Kostas Zorbadelos
On Mon, Sep 06, 2004 at 02:27:29PM +0300, Edgars wrote: > Hello, > > in some way this attribute does not execute my PHP program. I have data > base insert query in this file to test all this. If i execute the *.php > program from command line, everything is OK - a new field is added in > the DB

Re: rlm_mschap: No User-Password configured. Cannot create LM-Password

2004-09-06 Thread Alexandre Durand
Hello, Alan I've seen the debug but i don't understand and nobody seems to want help me. So i begin to think that i'm going to abort!! - Original Message - From: "Alan DeKok" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 03, 2004 7:49 PM Subject: Re: rlm_mschap: No

Exec-Program doesn't execute the program

2004-09-06 Thread Edgars
Hello, in some way this attribute does not execute my PHP program. I have data base insert query in this file to test all this. If i execute the *.php program from command line, everything is OK - a new field is added in the DB. I've put this attribute with path in the radcheck table. Where co

Accounting Duplicate

2004-09-06 Thread Ugur GUNCER
bug: modsingle[preacct]: returned from suffix (rlm_realm) for request 0 Mon Sep 6 14:12:39 2004 : Debug: modcall[preacct]: module "suffix" returns noop for request 0 Mon Sep 6 14:12:39 2004 : Debug: modsingle[preacct]: calling files (rlm_files) for request 0 Mon Sep 6 14:12:39 2

Re: Oracle Bug Report

2004-09-06 Thread Kostas Zorbadelos
On Mon, Sep 06, 2004 at 08:27:33AM +0200, Andrea Gabellini wrote: > I'm using the 8.1.7 library to connect to a 9.2 database. I can't upgrade > my library because I'm working with Solaris and x86 hardware. The last > oracle client for this platform is the 8.1. > I am afraid I can't upgrade my c

Users-file, PEAP and cleartext passwords

2004-09-06 Thread Vidar Stokke
Hi. I've been looking around and I can't seem to find a solution to my problem. My problem is that when I try to connect to a dot1x-network using EAP/PEAP on a win-xp-client, I can't use a users-file with encrypted passwords. I've tried to use the NT-Password attribute and smbencrypt, but the

Re: CHAP works but not PAP

2004-09-06 Thread Muenz, Michael
Hi, > I think your DEFAULT profile has a wrong link. > Why don't you try to set DEFAULT with "Auth-Type = PAP" and check how it > works for both CHAP and PAP? it works !! I've never checked the users so intensely cause I thought with dialup admin I can manage most things trough MySQL. - Michael