Re: Can not compile on solaris

2002-11-14 Thread Chris Parker
compiler is broken and will need to be fixed before you can compile FreeRADIUS, let alone much else. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net

Re: multiple Dialup providers

2002-11-14 Thread Chris Parker
or if freeradius can strip the realm if it's part of the username. Any pointers? Do you have the 'realm' setup in the 'proxy.conf' with a LOCAL target? This will allow FreeRADIUS to recognize and remove the 'realm' and properly use the stripped username when looking up the user. -Chris

Re: multiple Dialup providers

2002-11-14 Thread Chris Parker
At 04:37 PM 11/14/2002 -0500, [EMAIL PROTECTED] wrote: On Thu, Nov 14, 2002 at 03:16:05PM -0600, Chris Parker wrote: At 04:07 PM 11/14/2002 -0500, [EMAIL PROTECTED] wrote: Folks, I have just picked up another dialup provider, and I'm running into a problem. My first providers proxies strip

Re: multiple Dialup providers

2002-11-14 Thread Chris Parker
At 04:55 PM 11/14/2002 -0500, [EMAIL PROTECTED] wrote: On Thu, Nov 14, 2002 at 04:37:05PM -0500, [EMAIL PROTECTED] wrote: On Thu, Nov 14, 2002 at 03:16:05PM -0600, Chris Parker wrote: At 04:07 PM 11/14/2002 -0500, [EMAIL PROTECTED] wrote: Folks, I have just picked up another dialup

Re: group reject with realm problem

2002-11-13 Thread Chris Parker
to use 'User-Name' which I think will still contain '[EMAIL PROTECTED]'. Can you include your realm entry for the realm? -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | @ @ |\ http

Re: sql reconnect code?

2002-11-08 Thread Chris Parker
it into FreeRadius? It certainly doesn't seem to be working for me. It requires modifications to the sql drivers to fully support. Currently, this is only done for MySQL AFAIK. The main 'rlm_sql' supports it if the drivers are suitably updated. To repeat Alan's mantra: Patches are welcome! -Chris

Re: mysql

2002-11-08 Thread Chris Parker
updates for mysql,postgre,db2,oracle that change the order ( so op is between Attribute and Value ) and make it NOT NULL. I did not set a default. I think having the server reject invalid entries upon an insert is the best way to handle this problem. -Chris -- \\\|||/// \ StarNet Inc

Re: solaris/sparc Forte

2002-11-04 Thread Chris Parker
did wrong I do not know. May be you have used some options... I've compiled it under GCC on Solaris without any problems. Could you post a snip of what Forte is puking on? IE, the output of make where it is failing? Thanks, -Chris -- \\\|||/// \ StarNet Inc. \ Chris

Re: Browsable CVS Tree

2002-11-04 Thread Chris Parker
a poke at setting something up. If I'm successful, then I'll post something back here. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | @ @ |\ http://www.starnetwx.net \ (847) 963-0116

Re: solaris/sparc Forte

2002-11-04 Thread Chris Parker
At 05:58 PM 11/4/2002 +0200, Gregory G. V. wrote: On Mon, 4 Nov 2002, Chris Parker wrote: At 02:54 PM 11/4/2002 +0200, Gregory G. V. wrote: On Mon, 4 Nov 2002, Haan, de, Jan wrote: Have fun! Was compiling it as I saw your e-mail on the list It is very kind, thank you! Would

Re: Browsable CVS Tree

2002-11-04 Thread Chris Parker
At 09:50 AM 11/4/2002 -0600, Chris Parker wrote: At 08:21 AM 11/3/2002 -0500, Alan DeKok wrote: I'm not *opposed* to setting it up, but it's one more thing to maintain, and I don't see much in the way of volunteers to do additional work. Well, since I'm running the server hosting

Re: solaris/sparc Forte

2002-11-04 Thread Chris Parker
At 08:15 PM 11/4/2002 +0200, Gregory G. V. wrote: On Mon, 4 Nov 2002, Chris Parker wrote: Post the errors you are seeing please. If you don't it's hard for us to fix the problem If the makefiles are built wrong, the post what the makefiles should look like to enable compilation to complete

Re: solaris/sparc Forte

2002-11-04 Thread Chris Parker
At 08:53 PM 11/4/2002 +0200, Gregory G. V. wrote: CFLAGS = -g -DNDEBUG --- CFLAGS = -g -mt -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DNDEBUG Please try the latest CVS. I believe it has the problem fixed already. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker

Ok, I think I need help...

2002-11-02 Thread Chris Knipe
Yes, you're dealing with a newbie! LOL First ever radius server I attempt to setup, and I'm afraid to say it's quite a tight one as well. Multiple realms, call-backs, vpns, just about anything I've spend the night so far compiling it, and getting the DB structures in order to expand a

Re: Ok, I think I need help...

2002-11-02 Thread Chris Knipe
someone will find it in their hearts to help me :P -- me - Original Message - From: Chris Knipe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 02, 2002 10:11 AM Subject: Ok, I think I need help... Yes, you're dealing with a newbie! LOL First ever radius server I

Re: FreeTDS + FreeBSD 4.6-STABLE

2002-11-02 Thread Chris Knipe
4:49 PM Subject: Re: FreeTDS + FreeBSD 4.6-STABLE Chris Knipe [EMAIL PROTECTED] wrote: Eventually, I uninstalled the FreeTDS package from my FBSD box, and only then did --without-freetds have any affect. Not really. The '--without-freetds' is NOT a configure option. Deleting

Re: MySQL Accounting patch

2002-11-01 Thread Chris Parker
it from the 'stop' packet. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net \ (847) 963-0116 oOo---(_)---oOo

Re: Dictionary questions

2002-11-01 Thread Chris Parker
-port 1646 -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net \ (847) 963-0116 oOo---(_)---oOo

FreeTDS + FreeBSD 4.6-STABLE

2002-11-01 Thread Chris Knipe
Lo everyone, I'm trying to compile FreeRadius with MySQL on FreeBSD 4.6-STABLE. Configure worked wonderfully (I disabled snmp as I know this causes errors), configure ran successfully, with the following parameters: ./configure --prefix=/usr/local --with-logdir=/var/log/radius --with-radacct

Re: FreeTDS + FreeBSD 4.6-STABLE

2002-11-01 Thread Chris Knipe
, November 02, 2002 5:34 AM Subject: Re: FreeTDS + FreeBSD 4.6-STABLE On Sat, 2 Nov 2002, Chris Knipe wrote: When running make, it hapily compiles, untill it reaches FreeTDS. I've You don't need FreeTDS unless you're going to be talking to a database that uses TDS, namely Sybase

Reporting minor bugs/fixes

2002-10-31 Thread Chris Krusch
vp-length = 0; 588a588 vp-length = 0; Chris Krusch ITServices, The University of British Columbia - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: blackmusic.ch mailing list memberships reminder

2002-10-31 Thread Chris A. Kalin
I took the liberty of unsubscribing the list from the newsletter. Figured it would curb discussion about it and keep the noise down. :) Chris Kalin - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 31, 2002 10:17 PM Subject: blackmusic.ch

Re: mysql radcheck table

2002-10-30 Thread Chris Parker
done wrong if something is incorrect. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net \ (847) 963-0116 oOo---(_)---oOo

Re: sighup kills radiusd

2002-10-24 Thread Chris Parker
At 09:44 PM 10/24/2002 +0200, Aragon Gouveia wrote: | By Chris Parker [EMAIL PROTECTED] | [ 2002-10-24 21:13 +0200 ] Looks like a system problem to me. Sorry. :( Are you up on the latest system patches? I don't run FBSD so I can't give you much more

Re: sighup kills radiusd

2002-10-24 Thread Chris Parker
At 08:41 PM 10/24/2002 +0200, Aragon Gouveia wrote: | By Chris Brotsos [EMAIL PROTECTED] | [ 2002-10-24 17:49 +0200 ] You will actually want to run the server via gdb. gdb /path/to/radiusd/radiusd gdb set args -x -x gdb run Neat. Here's the output

Re: sighup kills radiusd

2002-10-24 Thread Chris Brotsos
At 05:37 PM 10/24/2002 +0200, you wrote: | By Chris Brotsos [EMAIL PROTECTED] | [ 2002-10-24 17:17 +0200 ] I would suggest running in GDB to find out what's going wrong here. Yea, I tried but honestly can't find the core file. Core dumps are enabled

Re: sighup kills radiusd

2002-10-24 Thread Chris Brotsos
' with no arguments). The problem with your method now is that radiusd re-reads radiusd.conf when you HUP it. As you can see from your debug ouput, radiusd thinks it should restart in debug_level 0...so tell it to run at level 2 right from the beginning. Regards, Chris Brotsos - List info/subscribe

Re: logging problem

2002-10-23 Thread Chris Parker
? -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | @ @ |\ http://www.starnetwx.net \ (847) 963-0116 oOo---(_)---oOo

Re: logging problem

2002-10-23 Thread Chris Parker
specific details What does it say when you run it in debugging mode? -Chris [root@testdns root]# radiusd -X [ snip ] rad_recv: Access-Request packet from host 127.0.0.1:32768, id=210, length=51 And when it receives an Accounting-Request? :) -Chris -- \\\|||/// \ StarNet Inc

Re: URGENT: Segmantation Fault

2002-10-22 Thread Chris Brotsos
is still in the development stage.* If the problem still occurs, write back again with some debug output and/or a GDB backtrace. That may make it easier for list members to determine the source of your problem. Regards, Chris Brotsos - List info/subscribe/unsubscribe? See http

Re: URGENT: Segmantation Fault

2002-10-22 Thread Chris Brotsos
or libraries could just be hosed too :(. If the server is running fine on two other servers...there's probably no problems with the software. Regards, Chris - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: about accounting_stop_query ...

2002-10-18 Thread Chris Parker
At 09:40 AM 10/18/2002 +0300, Do-Risika RAFIEFERANTSIARONJY wrote: Chris Parker wrote: At 05:04 PM 10/17/2002 +0400, Do-Risika RAFIEFERANTSIARONJY wrote: With our nas (patton boxes), the SessionId values are reinitialized when the box reboot, so I think there is a risk of having the same

Re: Call-Check

2002-10-18 Thread Chris Parker
you also tell the server to read the 'users' file. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net \ (847) 963-0116 oOo---(_)---oOo

Re: What is 'ar' in 'MAKE INSTALL'

2002-10-18 Thread Chris Parker
will need it to compile nearly anything. Check your paths to ensure the path to 'ar' is included properly. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net

Re: Accounting Issue

2002-10-17 Thread Chris Parker
they are being properly completed by the server. Also note that Accouting_Update is only for interim accounting packets, it does not affect Start or Stop packets and the queries executed when those accounting packets are received. -Chris -- \\\|||/// \ StarNet Inc. \ Chris

Re: radiusd: Cannot find ELF

2002-10-17 Thread Chris Parker
kernel. Lastly, what compiler are you using? -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net \ (847) 963-0116 oOo---(_)---oOo

Re: Simultaneous Use

2002-10-17 Thread Chris Parker
idea about this ?. What error messages did you receive, and what is the output from running 'radiusd -X' ( debug mode ) telling you? -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering

Re: about accounting_stop_query ...

2002-10-17 Thread Chris Parker
the same SessionId, Username and NASIPAddress after each reboot, which would alter the accounting data. This is done by most NAS. This is why the 'acct_unique' module exists. Please read 'radiusd/doc/rlm_acct_unique'. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker

Re: Help with hints/users file please

2002-10-17 Thread Chris Parker
At 12:18 PM 10/17/2002 -0300, Guillermo Schimmel wrote: Chris Parker wrote: At 11:41 AM 10/17/2002 -0300, Guillermo Schimmel wrote: Hi list: I have to proxy some request to another's company radius, based on called-station-id. I am doing it with this line: DEFAULT Called-Station-Id

Re: users file Huntgroup-Name != not working

2002-10-16 Thread Chris Parker
, we can look at it further. It is very hard to determine whether it's a bug that has been fixed or an improper configuration without running the latest release. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director

Re: Problems during Configure

2002-10-14 Thread Chris Parker
have downloaded it and installed it successfully. I m just wondering if you have any suggestions on what to do next? Where did it install, and what does your $PATH look like? -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless

Re: Binary file?

2002-10-03 Thread Chris Parker
tools are part of the standard Sun installation. You'll definitely want to use Sun's tools over the GCC tools where possible, with the exception of the actual compiler. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless

RE: clients.conf question

2002-10-02 Thread Chris Fanini
Did you try *.*.*.* ? maybe that will do it -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Max Malzkuhn Sent: Wednesday, October 02, 2002 5:21 PM To: '[EMAIL PROTECTED]' Subject: clients.conf question I have freeradius installed and everything is

Re: port problem

2002-09-25 Thread Chris Parker
. Check that you have the proper ports defined in /etc/services for FreeRADIUS to listen on. Or, you can specify the ports to be used in your 'radiusd.conf' file. I suspect you don't have it defined, or have it defined with a strange value. -Chris -- \\\|||/// \ StarNet Inc

Re: Question regarding Proxy-State [33] Attribute

2002-09-20 Thread Chris Parker
sends it to you, then FreeRADIUS will send it back. You can find out what you are receiving from Qwest and what you are sending back by running the server in Debug mode ( radiusd -x -x ). Good luck. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker

Re: Ignoring request from unknown client

2002-09-20 Thread Chris Parker
That ip is not in your clients file? -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | @ @ |\ http://www.starnetwx.net \ (847) 963-0116 oOo---(_)---oOo

Re: Question regarding Proxy-State [33] Attribute

2002-09-20 Thread Chris Parker
the case of a remote server stripping or mangling the Proxy-State(s). Hence the request to run it in debug to see what Qwest is sending, and what is being sent back to them. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless

RE: Question regarding Proxy-State [33] Attribute

2002-09-20 Thread Chris Parker
At 03:19 PM 9/20/2002 -0400, Brandon Lehmann wrote: Chris, This is the result from my debug (radiusd -x -x) rad_recv: Accounting-Request packet from host 209.211.205.27:46810, id=250, length=445 Thread 2 assigned request 6 --- Walking the entire request list --- Threads: total/active

RE: Regular Expressions from SQL

2002-09-19 Thread Chris Parker
in that column if you want to use and operator other than '=='. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net \ (847) 963-0116 oOo---(_)---oOo

Re: freeradius/mysql unable to ascertain Auth-Type from mysql

2002-09-19 Thread Chris Parker
should upgrade to a recent release before reporting any problems. You're not likely to find much assistance debugging such an old release. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering

Re: freeradius/mysql unable to ascertain Auth-Type from mysql

2002-09-19 Thread Chris Parker
messages. You may want to look into a possible software upgrade for the NAS. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net \ (847) 963-0116 oOo

Request for another dictionary file?

2002-09-18 Thread Deramus, Chris
looking for, I can't seem to locate anything else. If it's possible to either a.) add this to the current dictionary.cisco file or b.) make an entirely new dictionary file that's supported please let me know. Thanks, Chris

Re: Regular Expressions from SQL

2002-09-18 Thread Chris Parker
operator? If you don't specify an operator that tell the server to expect a regexp, it will use the default of '=='. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | @ @ |\ http

RE: Request for another dictionary file?

2002-09-18 Thread Deramus, Chris
anything else, thanks. Cordially, Chris -Original Message- From: Alan DeKok [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 18, 2002 3:24 PM To: [EMAIL PROTECTED] Subject: Re: Request for another dictionary file? Deramus, Chris [EMAIL PROTECTED] wrote: I will paste the request

Re: AAA???

2002-09-17 Thread Chris Parker
there seems incorrect for me too, along with some other things. BTW, who does maintain raddb/*sql.conf? I see no $Id$ there. Good question! Where do we send patches/fixes? The freeradius-devel list is probably the best place. http://www.freeradius.org/development.html -Chris

Re: Chaining Radius Authentication

2002-09-17 Thread Chris Parker
do not support proxy radius. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net \ (847) 963-0116 oOo---(_)---oOo

Re: Simultaneous Use

2002-09-12 Thread Chris Brotsos
in this example. You may want to try it as a check-item as opposed to an AV-Pair. Chris Framed-MTU = 576, Service-Type = Framed-User, Fall-Through = Yes, Port-Limit = 1 If one is using the sql module and not performing any accounting through sql, then why would

Re: FreeRadius SQL error

2002-09-11 Thread Chris Parker
the 'Auth-Type' attribute in the 'check items' table of your database to set the type of authentication you want. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http

Re: Operators

2002-09-11 Thread Chris Brotsos
/rlm_attr_filter gives a nice explanation...including regex Regards, Chris Thanks, Sheldon - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Cannot get MySQL loaded in FreeRADIUS 0.7.1

2002-09-11 Thread Deramus, Chris
just missing something? Thanks, Chris

RE: Cannot find a Domain attribute ??

2002-09-05 Thread Deramus, Chris
noop means that the module isn't loaded, or isn't doing anything? I have the MS-CHAP module loaded in the authorization section, should it be loaded in a different section of radiusd.conf ? Thanks for the help and patience. Chris -Original Message-From: Alan DeKok [mailto:[EMAIL PROTECT

Cannot find a Domain attribute ??

2002-09-05 Thread Deramus, Chris
means that the module isn't loaded, or isn't doing anything? I have the MS-CHAP module loaded in the authorization section, should it be loaded in a different section of radiusd.conf ? Thanks for the help and patience. Chris -Original Message-From: Alan DeKok [mailto:[EMAIL PROTECT

Re: List of NAS

2002-08-28 Thread Chris Parker
gives you many ways to solve the problem. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net \ (847) 963-0116 oOo---(_)---oOo

Re: Ascend-Data-Filters problem with 0.7

2002-08-28 Thread Chris Parker
configured, but 0.7 is only sending one. 'radclient' will tell you WHICH one is being sent. Most likely, they simply need to use += in setting the attributes instead of =. I suspect that using 'radclient' it will become apparent that that is the case. -Chris -- \\\|||/// \ StarNet Inc

Re: Ascend-Data-Filters problem with 0.7

2002-08-28 Thread Chris A. Kalin
- Original Message - From: Chris Parker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 28, 2002 12:00 PM Subject: Re: Ascend-Data-Filters problem with 0.7 Chris Parker [EMAIL PROTECTED] wrote: At 12:56 PM 8/28/2002 -0400, Alan DeKok wrote: David C. Troy [EMAIL

Re: rlm_sql.c and sql.c fixes for Simultaneous-Use

2002-08-27 Thread Chris A. Kalin
Thank you, it works like a charm now! Sorry for the wasted effort yesterday with the patches to sql.c, etc. Chris Kalin - Original Message - From: Kostas Kalevras [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 26, 2002 8:00 PM Subject: Re: rlm_sql.c and sql.c fixes

Re: [FreeRadius] Random port for proxy requests?

2002-08-26 Thread Chris Parker
addresses and how radius servers utilize the packet source to make decisions. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | @ @ |\ http://www.starnetwx.net \ (847) 963-0116 oOo

rlm_sql.c and sql.c fixes for Simultaneous-Use

2002-08-26 Thread Chris A. Kalin
- which can bite people if RADIUS Stop packets have been dropped, etc. It's a 3 KB context patch or a 1 KB diff file. May I post it here or is there a more appropriate venue? Thanks, Chris Kalin Netwurx, Inc. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_sql.c and sql.c fixes for Simultaneous-Use

2002-08-26 Thread Chris Parker
At 03:51 PM 8/26/2002 -0500, Chris A. Kalin wrote: I've discovered a few little quirks in rlm_sql.c and sql.c that prevent Simultaneous-Use from starting radcheck in a standard FreeRADIUS install. Without these fixes, Simultaneous-Use will still work in a trust the SQL server context, but it's

Re: rlm_sql.c and sql.c fixes for Simultaneous-Use

2002-08-26 Thread Chris A. Kalin
Chris Parker wrote: At 03:51 PM 8/26/2002 -0500, Chris A. Kalin wrote: I've discovered a few little quirks in rlm_sql.c and sql.c that prevent Simultaneous-Use from starting radcheck in a standard FreeRADIUS install. Without these fixes, Simultaneous-Use will still work in a trust the SQL

Re: rlm_sql.c and sql.c fixes for Simultaneous-Use

2002-08-26 Thread Chris A. Kalin
, this seemed a more expedient solution to my particular problem (I'm only using sql, not radutmp). I'll dig over in rad_check_ts and go from there. Thanks for the help, at least eliminating sql_check_ts from this makes the troubleshooting a little more obvious. Chris Kalin - Original Message

Re: Proxy.conf

2002-08-22 Thread Chris Brotsos
the functionality that you are referring to. Chris At 01:07 PM 8/22/2002 +0200, you wrote: I am running freeradius 0.7 and RedHat 7.3 as radius proxy. It works fin, but the realm is case sensitive. How can I change this. I'd tried it with lower_realm = yes, but it didn't work. I hope someboy

Re: Proxy.conf

2002-08-22 Thread Chris Brotsos
At 10:41 AM 8/22/2002 -0400, you wrote: Chris Brotsos [EMAIL PROTECTED] wrote: If you mean, for example, to have an entry in proxy.conf as realm somerealm match to somerealm and SOMEREALM then do the following... In r1.67 of files.c, change the line: ... This is probably a good idea

Requirement to pass alternet Domain Name, DNS Servers, and WINSs ervers -- HELP

2002-08-22 Thread Deramus, Chris
do this? And why aren't the MS-Primary-DNS-Server and MS-Secondary-DNS-Server attributes working, is it because the Base Group setting on the VPN Concentrator overrides all of this? Please help, thanks! Chris

Requirement to pass alternet Domain Name, DNS Servers, and WINSs ervers

2002-08-21 Thread Deramus, Chris
this? And why aren't the MS-Primary-DNS-Server and MS-Secondary-DNS-Server attributes working, is it because the Base Group setting on the VPN Concentrator overrides all of this? Please help, thanks! Chris

Re: Win 2000 User cannt authorize

2002-08-21 Thread Chris Brotsos
of this strange behavior. If the RADIUS server is disabled...the user cannot authenticate. Chris - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: Requirement to pass alternet Domain Name, DNS Servers, andWI NS s ervers

2002-08-21 Thread Deramus, Chris
it for you :). Thanks, Chris DeRamus HQ VPN Administrator Verizon 301-903-2093 -Original Message- From: Mattt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 10:17 AM To: [EMAIL PROTECTED] Subject: Re: Requirement to pass alternet Domain Name, DNS Servers, and WINS s

Re: Win 2000 User cannt authorize

2002-08-21 Thread Chris Brotsos
directly to the user. Also...sorry, but I don't understand the question, But wth do the Client a CHAP authentication ? Could you rephrase the question if DUN troubleshooting does not resolve the issue? Hope that helps, Chris - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: Odd thing happening...

2002-08-21 Thread Chris Parker
, you need to understand more about PPP. I suggest searching google and reading some of the RFC's ( the latter for a detailed technical explanation ). -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering

Re: FreeBSD System Auth

2002-08-21 Thread Chris Parker
these files exist. :) In your case, you'll want to disable cacheing and you should be fine. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net \ (847) 963

Re: FreeBSD System Auth

2002-08-21 Thread Chris Brotsos
the server to cache. Be explicitcache = no. Chris - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeBSD System Auth

2002-08-21 Thread Chris Parker
' with 'no'. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net \ (847) 963-0116 oOo---(_)---oOo

Re: session-timeout cisco 5800

2002-08-19 Thread Chris Parker
the profile with other entries. Run the server in debug mode and it will tell you exactly what it is doing. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | @ @ |\ http

Re: IPSec tunnels

2002-08-19 Thread Chris Parker
-Password. Anything special I need to do to get these in there? Update your dictionary files? They are included in 'dictionary.tunnel' and have been for some time. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director

Re: Accounting is Where?

2002-08-13 Thread Chris Parker
? -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net \ (847) 963-0116 oOo---(_)---oOo

RE: Accounting is Where?

2002-08-13 Thread Chris Parker
. What happens in debug mode when an accounting request is received? -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net \ (847) 963-0116 oOo---(_)---oOo

Re: users file and SQL?

2002-07-31 Thread Chris Brotsos
Spike, After processing the SQL table, attributes will be picked up from the DEFAULT profile in the users file. If you need a specific DEFAULT profile to be used then assign an attribute via SQL and use it as a check-item in the users file DEFAULT profile. Chris At 06:11 PM 7/30/2002 -0600

RE: Segmentation Fault

2002-07-30 Thread Chris Brotsos
directive in Make.inc.in...place -lpthread. It sounds like you are using Solaris... If not, sorry, but I had the same problem, and that is how it was fixed. Chris - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: mysql authentication

2002-07-25 Thread Chris Parker
what it says, and remove 'sql' from the 'authenticate' section of your radiusd.conf file. -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX *is* Wireless!\ Director, Engineering | |\ http://www.starnetwx.net \ (847) 963

Re: CygWin - compiling errors

2002-07-24 Thread Chris Parker
platform at the moment. It is lacking too much in the way functionality that FreeRADIUS uses. There was a report of someone getting it working on Win2k under MINGW32. If you desperately need it on Win32 then you may want to look at that. -Chris -- \\\|||/// \ StarNet Inc

RE: Cannot find a Domain attribute ??

2002-07-21 Thread Deramus, Chris
Title: RE: Cannot find a Domain attribute ?? Alan Sorry for the confusion, I meant I have to return that Domain attribute to the NAS, we have different program offices with resources on different domains. Let me know if I'm still confusing you. Thanks, Chris -Original Message

RE: Problem with Files module in latest snapshot?

2002-07-17 Thread Deramus, Chris
the file to my /usr/local/etc/raddb directory, I didn't do a make or make install or anything, is this correct? I'm sure it's something I'm not doing, thanks for your time. Chris -Original Message- From: Alan DeKok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 3:19 PM

RE: Problem with Files module in latest snapshot?

2002-07-17 Thread Deramus, Chris
into radgroupcheck for authorization and authentication. What else do you suggest? Thanks, Chris DeRamus HQ VPN Administrator Verizon 301-903-2093 -Original Message- From: Alan DeKok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 3:19 PM To: [EMAIL PROTECTED] Subject: Re: Problem

Success Alan thanks for the CVS

2002-07-17 Thread Deramus, Chris
it :) Take care, Chris DeRamus HQ VPN Administrator Verizon 301-903-2093 -Original Message- From: Alan DeKok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 3:19 PM To: [EMAIL PROTECTED] Subject: Re: Problem with Files module in latest snapshot? Deramus, Chris [EMAIL

Re: Problem with Files module in latest snapshot?

2002-07-16 Thread Chris Parker
At 06:25 PM 7/15/2002 -0400, Deramus, Chris wrote: I just updated with the July 15th snapshot, re-ran radiusd -X and am now getting a line that says. /usr/local/etc/raddb/users[143]: Parse error (reply) for entry DEFAULT: No token read where we expected an attribute name Errors reading /usr

Re: promiscuous authentication

2002-07-16 Thread Chris Parker
of the measures put in place to reduce exposure, which is only answering auth-requests from *known* ip addresses. (yes, ip's can be spoofed, but spoofing is harder than not having to spoof). -Chris -- \\\|||/// \ StarNet Inc. \ Chris Parker \ ~ ~ / \ WX

RE: Problem with Files module in latest snapshot?

2002-07-16 Thread Deramus, Chris
Title: RE: Problem with Files module in latest snapshot? Alan, Thanks for the suggestion but still no go, I appreciate the feedback though :) Chris DeRamus HQ VPN Administrator Verizon 301-903-2093 -Original Message- From: Alan DeKok [mailto:[EMAIL PROTECTED]] Sent

RE: Problem with Files module in latest snapshot?

2002-07-16 Thread Deramus, Chris
, or close to the bottom where it lists the other VALUE Auth-Type's located underneath the Cistron extensions? I tried it in both locations and had no luck. I also tried a value of 255 instead of 256, don't know if that makes a difference. Cordially, Chris DeRamus HQ VPN Administrator Verizon 301-903

RE: Problem with Files module in latest snapshot?

2002-07-16 Thread Deramus, Chris
at this =) Thanks! Chris DeRamus HQ VPN Administrator Verizon 301-903-2093 -Original Message- From: Alan DeKok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 3:19 PM To: [EMAIL PROTECTED] Subject: Re: Problem with Files module in latest snapshot? Deramus, Chris [EMAIL PROTECTED

Problem with Files module in latest snapshot?

2002-07-15 Thread Deramus, Chris
Title: Problem with Files module in latest snapshot? I just updated with the July 15th snapshot, re-ran radiusd -X and am now getting a line that says. /usr/local/etc/raddb/users[143]: Parse error (reply) for entry DEFAULT: No token read where we expected an attribute name Errors reading

<    1   2   3   4   5   6   7   8   >