Re: reverse dns

2001-10-04 Thread Veigar Freyr Jökulsson
If you are using bind 8 as the dns server you can use generate, with generate you can create a sequence of records with only one line in the zone file, e.g.: $GENERATE 1-254 ppp-$ A 192.168.0.$ And in the reverse zone: $GENERATE 1-254 $ PTR ppp-$.domain.is. As far as I know this

RE: Re: authentification problem with oracle

2001-10-04 Thread FredGallos
Next, I try the code modifications done by [EMAIL PROTECTED] (subject can you explain me this behavior?(freeradius+oracle) in the mailing list) and it s work well. I am not a programmer so i don t understand what really do the modification but it s work. For information, I have compiled my

Radius Microsoft SQL Database

2001-10-04 Thread Edy Surya
Hi, all. We're going to use a Linux based Radius that has capability to access authenticate user profile that is stored in Microsoft SQL database in Windows NT server through ODBC. The reason we do this because we already have the SQL database running and used by other Ms based applications,

Thank's

2001-10-04 Thread Bogdan
It supposed to be just a thank you, but it worked out to be an essay. Evan Pierce wrote I would like to say that I whole heartedly agree with your sentiments and if I had a couple of 1000 dollars lying around I would be more than prepared to pay for your consulting time, however some of us work

Freeradius running on Solaris8?

2001-10-04 Thread Fabio Mussi
Hello Folks, anybody knows if freeradius running on Solaris 8 64 bit compiled? Thanxs for your help Fabris - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Re[2]: External script for Alive packets in sql schema

2001-10-04 Thread aland
Michael Chernyakhovsky [EMAIL PROTECTED] wrote: my freeradius works with DEFAULT Auth-Type := System Exec-Program-Wait = /path/to/program, . Ah, yes... I should have remembered to read the acct_users file, too. Alan DeKok. - List info/subscribe/unsubscribe? See

Re[2]: External script for Alive packets in sql schema

2001-10-04 Thread VISP Systems Administration
At 11:13 AM 10/4/2001 +0600, you wrote: Hello! This is something I would love to see in freeradius also. Can we run external scripts for authentication? Yes, sort of. Do: DEFAULT Auth-Type := Accept, Exec-Program := /path/to/program %args OK.. I've done this. But by

Re: Re[2]: External script for Alive packets in sql schema

2001-10-04 Thread aland
VISP Systems Administration [EMAIL PROTECTED] wrote: The question now, since I am used to xtradius is how to pass the args or vars. XT would pass them to the script ie. ($ENV{User-Name}), or I could specify them in execparams and pass them along via %u %p etc via command line. So, how

Odd Make fatal error..

2001-10-04 Thread Jeff Baxter
Solaris 8... I've installed OpenLdap, and configure works fine.. this is a snippet of it: checking for lber.h... yes checking for ldap.h... yes checking for sasl_encode in -lsasl... no checking for DH_new in -lcrypto... no checking for SSL_new in -lssl... no checking for ber_init in -llber...

Re: Odd Make fatal error..

2001-10-04 Thread Chris Parker
At 02:10 PM 10/4/2001 -0400, you wrote: Solaris 8... ld: fatal: library -llber: not found ld: fatal: library -lldap_r: not found ld: fatal: File processing errors. No output written to .libs/rlm_ldap.so.0.0.0 make[6]: *** [rlm_ldap.la] Error 1 Why is it not able to find those libraries? It

Getting rlm_ldap to install on Solaris 8...

2001-10-04 Thread Jeff Baxter
Okay, I've been working on this for literally hours, and am getting quite frustrated. Before I send an e-mail delving into details, let me make sure I'm getting this right. It says I need OpenLDAP v2.x SDK libraries. Is this the standard OpenLDAP install? I can't find anything about SDK

Re: Re[2]: External script for Alive packets in sql schema

2001-10-04 Thread VISP Systems Administration
At 01:38 PM 10/4/2001 -0400, you wrote: VISP Systems Administration [EMAIL PROTECTED] wrote: The question now, since I am used to xtradius is how to pass the args or vars. XT would pass them to the script ie. ($ENV{User-Name}), or I could specify them in execparams and pass them along via

Re: Re[2]: External script for Alive packets in sql schema

2001-10-04 Thread aland
VISP Systems Administration [EMAIL PROTECTED] wrote: doc/README lists off 7 of these % vars.. Are there more or a complete list somewhere? src/main/xlat.c You can also use %{User-Name}, instead of %u. The %{Attribute-Name} works for all attributes. I however; would like to submit a

Re: Getting rlm_ldap to install on Solaris 8...

2001-10-04 Thread aland
Jeff Baxter [EMAIL PROTECTED] wrote: It says I need OpenLDAP v2.x SDK libraries. Is this the standard OpenLDAP install? I can't find anything about SDK anywhere on the OpenLDAP site.. You should download, configure, make, and install the ldap libraries. That should be the everything you

Re: Getting rlm_ldap to install on Solaris 8...

2001-10-04 Thread Jeff Baxter
On Thu, 4 Oct 2001 [EMAIL PROTECTED] wrote: Jeff Baxter [EMAIL PROTECTED] wrote: It says I need OpenLDAP v2.x SDK libraries. Is this the standard OpenLDAP install? I can't find anything about SDK anywhere on the OpenLDAP site.. You should download, configure, make, and install the ldap

Re: Getting rlm_ldap to install on Solaris 8...

2001-10-04 Thread Tabor J. Wells
On Thu, Oct 04, 2001 at 08:35:03PM -0400, Jeff Baxter [EMAIL PROTECTED] is thought to have said: On Thu, 4 Oct 2001 [EMAIL PROTECTED] wrote: Jeff Baxter [EMAIL PROTECTED] wrote: It says I need OpenLDAP v2.x SDK libraries. Is this the standard OpenLDAP install? I can't find anything

How do I restrict daily total usage time for all or a particular user?

2001-10-04 Thread Dr. Muhammad Masroor Ali
How do I restrict daily total usage time for all or a particular user? That means, total usage per day will be limited to say, three hours? Dr. Muhammad Masroor Ali - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html