sample config

2001-12-12 Thread Radius E-mail
hi there, im still trying it out, can somebody please send me a working config file. ( radiusd.conf,clients.conf,users.conf etc...) thanks very much! freeradius admin :) E-mail service provided by SLUNET Saint Louis

PostgreSQL Problem!!!

2001-12-12 Thread bharani ramalingam
HI, I have set all the necessary conf files to use postgresql. But the password is not geeting validated. The query is failing. What may be the problem. I will also sent the output when running the server in debug mode. Need your suggestion and help, how to get rid of that. Thanks in

Re: sample config

2001-12-12 Thread aland
Radius E-mail [EMAIL PROTECTED] wrote: im still trying it out, can somebody please send me a working config file. ( radiusd.conf,clients.conf,users.conf etc...) Umm... the server *comes* with a working config. It allows authentication from the local host (127.0.0.1), and it does

PHP-Free Radius 0.1

2001-12-12 Thread Marbacher Christophe
Hi, I developped a small web interface to manage users and groups using: - Apache - php - MySQL - database schema from Free Radius Concerning the sql schema, I just modified the length of field Value in radreply. Initial length: 40. I need more, so I set it to 100 - but that's just for me.

FreeBSD 4.4 install?

2001-12-12 Thread seth
Has anyone successfully completed a freeradius-0.3 install on FreeBSD. Any s uggestions are appreciated. I am receiving the following errors during make: In file included from ../include/radius_snmp.h:26, from radiusd.c:83: ../include/smux.h:47: syntax error before `oid'

RE: Ready for Production Environment?

2001-12-12 Thread Nathan Miller
Actually as both. Any requests which come in with any in-house realms get passed to an external authentication script. Realms which are config'd in proxy.conf get proxied to the remote radius server. Going on about 5 weeks now, all working very good. At 03:23 PM 12/11/2001 -0800, you wrote:

Simultaneous-use fail with MySQL

2001-12-12 Thread Gillou
When I add the check item Simultaneous-Use in the radcheck table i get in debug mode: auth: No Auth-Type configuration for the request, rejecting the user auth: Failed to validate the user Without the statement everything works fine The Simultaneous-Use statement in user-file ( without sql )

Freeradius, CHAP, and LDAP

2001-12-12 Thread Michael Cunningham
Hiya, I have a Nortel VPN server authenticating off the freeradius server (12/06 snapshot) which uses an ldap server for its user information. The end users are using pptp. When using PAP to authenticate the client works fine. When using CHAP or EAP it doesnt. Unfortunatly without CHAP or EAP

Re: Freeradius, CHAP, and LDAP

2001-12-12 Thread Kostas Kalevras
On Wed, 12 Dec 2001, Michael Cunningham wrote: Hiya, I have a Nortel VPN server authenticating off the freeradius server (12/06 snapshot) which uses an ldap server for its user information. The end users are using pptp. When using PAP to authenticate the client works fine. When using

Re: FreeBSD 4.4 install?

2001-12-12 Thread aland
[EMAIL PROTECTED] wrote: Has anyone successfully completed a freeradius-0.3 install on FreeBSD. Any s uggestions are appreciated. I am receiving the following errors during make: In file included from ../include/radius_snmp.h:26, from radiusd.c:83: ../include/smux.h:47:

FreeRADIUS 0.4 -- RELEASE

2001-12-12 Thread Chris Parker
FreeRADIUS 0.4 has been released and is posted on the website and ftp server. If you are running a release prior to this image, please upgrade to this version, as it contains many fixes and new features over the 0.3 release. The Changelog for this release contains: FreeRADIUS 0.4.0 ;

Re: Simultaneous-use fail with MySQL

2001-12-12 Thread Gillou
Here is the error message i've got when executing radiusd -X : rlm_sql: Released sql socket id: 4 rlm_sql: Pairs do not match [toto] modcall[authorize]: module sql returns notfound modcall: group authorize returns notfound auth: No Auth-Type configuration for the request, rejecting the user

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

2001-12-12 Thread aland
Steve Langasek [EMAIL PROTECTED] wrote: There's a vague suggestion is sql.conf about how this might work using sh-like :- defaulting, but the comment there is also that this doesn't actually work due to a problem with decode_attribute(). Has support for this been readded, or is there another

Re: FreeRADIUS 0.4 -- RELEASE

2001-12-12 Thread lance
On Wed, 12 Dec 2001, Chris Parker wrote: FreeRADIUS 0.4 has been released and is posted on the website and ftp server. If any problems are discovered in the posted release, please let us know and we'll correct them. Had to copy ltdl.h from libltdl into src/include to get it to make ???

Re: FreeRADIUS 0.4 -- RELEASE

2001-12-12 Thread Michael Cunningham
* Remove the server requirement that one of User-Password or CHAP-Password exist when doing authentication. These checks should be handled by the modules. This change also prepares us for EAP. Patch from Raghu [EMAIL PROTECTED] Does this mean that chap authentication is

Have you got Makefile for SCO Unix Ware 7.0

2001-12-12 Thread Tran Van Thuy
Hi. I am complier free radius on SCO Unix Ware 7.0 but I can not make it because I have not got Make file. So If you have make file for SCO Unix Ware 7.0 please it for me by email [EMAIL PROTECTED] Thank you for help me.

question about error message in radius.log

2001-12-12 Thread Yuki Okada
Hi. I'm using FreeRadius on our server, coupled with a RAS server. I constantly get message like bellow in our radius.log file. Thu Dec 13 11:06:45 2001 : Info: Accounting: login: entry for NAS default port 2019 duplicate or Thu Dec 13 05:37:53 2001 : Info: Sending duplicate authentication

Re: FreeRADIUS 0.4 -- RELEASE

2001-12-12 Thread aland
lance [EMAIL PROTECTED] wrote: Had to copy ltdl.h from libltdl into src/include to get it to make ??? Weird. The 'configure' should should add a '-I../../libltdl' to the CC line. That will let it pick up ltdl.h Also has the potential remotely exploitable stack corruption mentioned a

Re: FreeRADIUS 0.4 -- RELEASE

2001-12-12 Thread aland
Michael Cunningham [EMAIL PROTECTED] wrote: Does this mean that chap authentication is fully supported now? I cant seem to get chap users to auth from ldap.. See the archives from either this list, or the devel list. Alan DeKok. - List info/subscribe/unsubscribe? See

Compile Errors

2001-12-12 Thread Gary Barnden
All, Anyone got any ideas on what is happening here? FreeBSD 4.4-RELEASE FreeRadius0.4 PostgreSQL 7.2.3 (built from ports) ---SNIP FROM ./configure --without-threads --without-snmp checking for libpq-fe.h... no checking for PQconnectdb in -lpq... yes configure: warning: silently not building

Re: Compile Errors

2001-12-12 Thread aland
Gary Barnden [EMAIL PROTECTED] wrote: However, the following is more disturbing. --- SNIP FROM ./make gcc -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -I../..

Re: Compile Errors

2001-12-12 Thread lance
On Wed, 12 Dec 2001 [EMAIL PROTECTED] wrote: Arg. The rlm_eap module is completely broken, and won't even compile. It should be removed from the 0.4 tar file. Try making builddbm - its taken me about 2 hours :( I want to get it working with a Berkeley DB Hash Do you want the

Re: Compile Errors

2001-12-12 Thread Gary Barnden
Hello Alan Thanks for the reply How can i compile without EAP support ? At 10:54 PM 12/12/2001 -0500, you wrote: Gary Barnden [EMAIL PROTECTED] wrote: However, the following is more disturbing. --- SNIP FROM ./make gcc -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual

Re: FreeRADIUS 0.4 -- RELEASE

2001-12-12 Thread aland
lance [EMAIL PROTECTED] wrote: It was the rlm_eap module . sounds of mad typing OK, it seems to build for me, and I've updated some of the header files, too. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Compile Errors

2001-12-12 Thread aland
lance [EMAIL PROTECTED] wrote: Try making builddbm - its taken me about 2 hours :( It hasn't been touched for over a year. It's *way* broken. I want to get it working with a Berkeley DB Hash Do you want the patches ?? Maybe. Have you looked at rlm_dbm? Do the utility programs

Re: Compile Errors

2001-12-12 Thread aland
Gary Barnden [EMAIL PROTECTED] wrote: How can i compile without EAP support ? rm -rf src/modules/rlm_eap Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Radius-PostgreSQL

2001-12-12 Thread bharani ramalingam
HI , I am trying to use postgresql with Radius. Initially i created database with name radius and created fields with usaer-name and user-password. Also added that user in the /raddb/users file indicating the auth-type=SQL. After that in the sql.conf file i changed the query and i started