pam_radius_auth Solaris 8 header file bug

2001-10-03 Thread James Weingarten
Good Day, Everyone I was wondering if anyone had heard an update on the fix for the Solaris pam_radius_auth bug. Apparently, Sun changed the header files in Solaris 8 and broke the hostname lookup functions. Is an update of the code in the works? Also, has anyone successfully implemented the p

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

2001-10-03 Thread Michael Chernyakhovsky
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 adding the line you mention above i

PostgreSQL problems

2001-10-03 Thread Scott Pesato
Hi, Running snapshot from 9-23-2001 on Radhat 7.1 with PostgreSQL, NAS is a USR Hiper. Testing Freeradius on one NAS running 96 ports. Radius.log showed the following (logs shortened). Error: rlm_sql: Stop packet with zero session length. (user 'unauthenticated', nas '10.1.1.1') The abo

Re: External script for Alive packets in sql schema (more)

2001-10-03 Thread VISP Systems Administration
At 10:33 AM 10/3/2001 -0400, you wrote: >VISP Systems Administration <[EMAIL PROTECTED]> wrote: > > 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/

Re: External script for Alive packets in sql schema

2001-10-03 Thread VISP Systems Administration
At 10:33 AM 10/3/2001 -0400, you wrote: >VISP Systems Administration <[EMAIL PROTECTED]> wrote: > > 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/

Re: Why radwho core dumped?

2001-10-03 Thread aland
Peter Foreman <[EMAIL PROTECTED]> wrote: > Don't forget that Alan has got a real good point here - I would probably > react the same or not react at all. I guess for new users the best thing to > do is: LEARN. Note also that many of my comments are immediately followed by CVS commits, which a

RE: Why radwho core dumped?

2001-10-03 Thread Peter Foreman
Heya :-) I think the sarcasm is allowed in this case. When a user (totally unaware of how a unix box works) tries to get free software to work and it doesn't work and cluelessly mails the userlist on the first error he/she gets, I feel Alan sure can reply in this way. Of course, this is a us

reverse dns

2001-10-03 Thread Chelsea Carter
Im aware that this may be the wrong question for the wrong list, but I was hoping someone could give me a starting point on how to do reverse dns for our customers. I am using an ascend max with freeradius. I mean, is there a way other than adding an individual record in dns for each ip addres

Re: Why radwho core dumped?

2001-10-03 Thread aland
"Serge Maandag" <[EMAIL PROTECTED]> wrote: > First of all I'd like to thank you for the enormous amount of work > you're putting into freeradius. > Not only in programming and bugfixing, but also in replying to questions > and panic mails on the list. > It's good to see a project being so alive fo

RE: freeradius compile problem with ldap

2001-10-03 Thread Serge Maandag
Title: RE: freeradius compile problem with ldap I downloaded freeradius-snapshot-20011003 and compiled it on RH Linux 6.0. radiusd however, ignores the '-l ' commandline option. It's persistant in using the logfile dir defined in radiusd.conf. Is that expected behaviour? Serge.

RE: Why radwho core dumped?

2001-10-03 Thread Serge Maandag
Title: RE: Why radwho core dumped? First of all I'd like to thank you for the enormous amount of work you're putting into freeradius. Not only in programming and bugfixing, but also in replying to questions and panic mails on the list. It's good to see a project being so alive for a change

Re: Why radwho core dumped?

2001-10-03 Thread Eddie Stassen
"Sergey V. Sichevsky" wrote: > > On Solaris 7 > /opt/local/sbin > radwho > Memory fault - core dumped > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html radwho crashes during a call to 'strdup' at line 450 in conffile.c. I have not figured out why this happe

Re: freeradius compile problem with ldap

2001-10-03 Thread aland
nopadol <[EMAIL PROTECTED]> wrote: > Now i recompile my freeradius with shared lib but it still error about > rlm_ldap > (I also compile with new version of freeradius but i have same problem) > > configure: warning: silently not building rlm_ldap. > configure: warning: FAILURE: rlm_ldap requires

Re: External script for Alive packets in sql schema

2001-10-03 Thread aland
VISP Systems Administration <[EMAIL PROTECTED]> wrote: > 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" As the last DEFAULT, instead of

Re: Why radwho core dumped?

2001-10-03 Thread aland
"Sergey V. Sichevsky" <[EMAIL PROTECTED]> wrote: > On Solaris 7 > /opt/local/sbin > radwho > Memory fault - core dumped So use GDB to see what the problem is. I don't have access to your machine, so I can't tell what's going on, sorry. Alan DeKok. - List info/subscribe/unsubscribe? See

RE: cisco config

2001-10-03 Thread Serge Maandag
Title: RE: cisco config Make sure your dictionary file says "$INCLUDE dictionary.cisco", config the cisco router with something like: radius-server host auth-port 1812 acct-port 1813 radius-server retransmit 2 radius-server deadtime 2 radius-server key Config some routers in the clie

Re: freeradius compile problem with ldap

2001-10-03 Thread nopadol
Hello , Now i recompile my freeradius with shared lib but it still error about rlm_ldap (I also compile with new version of freeradius but i have same problem) configure: warning: silently not building rlm_ldap. configure: warning: FAILURE: rlm_ldap requires: libldap_r. I used openldap2.0.11 .