RE: Decent docs

2001-11-30 Thread Serge Maandag
Title: RE: Decent docs I still like Mark Constables Wiki idea. Don't you believe it'll work, Alan? I never said that. I said if Mark sets up a Wiki site, and people find it useful, then it can be made the official FreeRADIUS Wiki site. Ahh, must have missed that one. Are you still

Re: Decent docs

2001-11-30 Thread Mark Constable
On Fri, 30 Nov 2001 19:44, Serge Maandag wrote: Are you still planning to set it up, Mark? Yes, here we go... all I've done so far is cut up doc/README into a few sections just to get some kind of feel for how this kind of interface can work. Any additipns and suggestions welcome... just

MySQL Configuration Issue, RADIUS basics, and EAP support...

2001-11-30 Thread Clark Dorman
... not necesarily in that order. RADIUS basics: I went through the RFC's, but I am having problems understanding the concepts behind RADIUS (realms, NAS lists, Huntgroups, different authentication protocols, etc.). Can someone suggest a good basic text (commercial book is ok, but

regexp in sql

2001-11-30 Thread
Is it possible to use regular expressions in sql's Values's field of radcheck table? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Please help!! rlm_sql

2001-11-30 Thread Mike Machado
Operators have not been implemented yet. If you wish to make a patch, perhaps this would benfit everyone. All that needs to be done is add a operator column, and have it use these operators on an authorize call. On Thu, 2001-11-29 at 11:04, [EMAIL PROTECTED] wrote: This is related to a previous

Re: Please help!! rlm_sql

2001-11-30 Thread Chris Parker
At 02:14 PM 11/30/2001 -0800, Mike Machado wrote: Operators have not been implemented yet. If you wish to make a patch, perhaps this would benfit everyone. All that needs to be done is add a operator column, and have it use these operators on an authorize call. That has been done actually, and I

ldap and chap

2001-11-30 Thread Erwin Damasen
Has anyone got this working yet? Currently our system works fine without using chap. Unfortunately our dialup provider requires us to use chap. We are using ldap for both authorization and authentication, but the error that I am receiving from the debug output is rlm_ldap: Attribute

SQL logging when some NASen use Login-IP-Host?

2001-11-30 Thread Steve Langasek
Hello, I've been tracking down an annoying problem with some of our more non-standard NASen not logging client IP address to our SQL database, and I've found that the reason is they send the IP address as Login-IP-Host instead of Framed-IP-Address. Does anyone have a workaround that would allow

Re: regexp in sql

2001-11-30 Thread radius
I believe there is a patch that you can use that enables the operators in rlm_sql. Basically it adds a row for the operator in the radcheck table. In that row you may insert a =~ in order to use regular expressions. I have not tried it yet but this is what I know if it helps. If you don\'t have

freeradius-snapshot-20011130 doesn't compile on solaris8

2001-11-30 Thread J.J.Bailey
freeradius-snapshot-20011130: x99_sync.c doesn't compile because PATH_MAX isn't defined. PATH_MAX isn't defined because this test in limits.h fails: #if defined(__EXTENSIONS__) || __STDC__ - 0 == 0 || \ defined(_POSIX_C_SOURCE) || defined(_XOPEN_SOURCE) this issue cropped up a few

Re: freeradius-snapshot-20011130 doesn't compile on solaris8

2001-11-30 Thread aland
J.J.Bailey [EMAIL PROTECTED] wrote: x99_sync.c doesn't compile because PATH_MAX isn't defined. PATH_MAX isn't defined because this test in limits.h fails: PATH_MAX should *not* be used anywhere in the source. It's not really needed, and POSIX says it's recommended, not required. i.e.

Re: ldap and chap

2001-11-30 Thread aland
Erwin Damasen [EMAIL PROTECTED] wrote: Has anyone got this working yet? Currently our system works fine without using chap. Unfortunately our dialup provider requires us to use chap. We are using ldap for both authorization and authentication, but the error that I am receiving from the