Re: rlm_counter problem

2004-08-07 Thread Alan DeKok
Shannon Sariman [EMAIL PROTECTED] wrote: I am trying to use the rlm_counter and is currently facing an unkown problem. When I run freeradius in debug mode I get the following error message: ERROR:Cannot find a configuration entry for module counter. Am I missing something here?

Re: peap + openldap

2004-08-07 Thread Kostas Kalevras
On Fri, 6 Aug 2004, Alexandre Durand wrote: LDAP bind identity provided une the ldap section. TTLS with LDAP works fine for example. How i can verify if identity have read access to the clear password ? If you run the server in debug mode you will see that it extracts the corresponding user

Submitting patches

2004-08-07 Thread Thor Spruyt
Hi, I was wondering... what's the best to do to get a change in 1.0.0 ? - patch against 0.9.3 - patch against 1.0.0-pre3 - patch against nightly build Also, after submitting to [EMAIL PROTECTED], how do I know if it's going to be applied? Or is it better to get on de developers list? Thanx,

1.0.0-pre3 - fedora core 1 - make fails at rlm_sql_mysql

2004-08-07 Thread Thor Spruyt
Hi, I first configured and maked freeradius-0.9.3 and that worked perfectly. After that, I configured and maked freeradius-1.0.0-pre3, but make failed (see below). Both were done on the same system (fedora core 1), the mysql rpm is installed (0.9.3 works). Are there any new dependencies to

snapshot-20040807 - fedora core 1 - configure fails

2004-08-07 Thread Thor Spruyt
Hi, I tried to configure snapshot-20040807 on fedora core 1, but it failed (see below). I have successfully compiled 0.9.3 on the same system. I have successfully configured 1.0.0 on the same system (although make threw errors on rlm_sql_mysql). If need be, I can make config.log available

Re: 1.0.0-pre3 - fedora core 1 - make fails at rlm_sql_mysql

2004-08-07 Thread Mario Duve
Thor Spruyt wrote: ql_mysql.lo -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -Wl,-sona me -Wl,rlm_sql_mysql-1.0.0-pre3.so -o .libs/rlm_sql_mysql-1.0.0-pre3.so /usr/bin/ld: cannot find -lz collect2: ld returned 1 exit status gmake[10]: *** [rlm_sql_mysql.la] Error 1 Your exitstatus

Re: snapshot-20040807 - fedora core 1 - configure fails

2004-08-07 Thread Thor Spruyt
Thor Spruyt wrote: Hi, I tried to configure snapshot-20040807 on fedora core 1, but it failed (see below). checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking how to run the C++ preprocessor... /lib/cpp configure: error: C

snapshot-20040807 - fedora core 1 - make fails

2004-08-07 Thread Thor Spruyt
Hi, After getting configure to work (by installing gcc-c++), now make fails (see below). Looking into the libltdl directory, I don't see a Makefile, but only a Makefile.in and Makefile.am In 1.0.0-pre3, the libltdl directory does contain a Makefile! [EMAIL PROTECTED] freeradius-snapshot-20040807

1.0.0-pre3 - fedora core 1 - error in rlm_krb5 (com_err.h: No usch file or directory)

2004-08-07 Thread Thor Spruyt
Hi, I don't need krb5, but since I need eap, I had to install openssl-devel and krb5-devel, which causes freeradius to throw errors: Making static dynamic in rlm_krb5... gmake[6]: Entering directory `/root/freeradius-1.0.0p3/src/modules/rlm_krb5' gcc -g -O2 -D_REENTRANT

Re: 1.0.0-pre3 - fedora core 1 - error in rlm_krb5 (com_err.h: No usch file or directory)

2004-08-07 Thread Thor Spruyt
Paul Bender wrote: The problem is that Fedora Core puts com_err.h in /usr/include/et rather than /usr/include. Damn Linux :( You could put /usr/include/et in your header include path. I guess that's what I'll do. It's only needed at compilation time, right? So I don't have to do this on

PAP/CHAP to same password

2004-08-07 Thread squirrel
Using FreeRadius v1.0.0-pre3 with MySQL v4.0.16. Given the password is stored in clear text, is there a way to authenticate both PAP or CHAP against the same password? In radiusd.conf, modules pap, I've tried encryption_scheme = clear, but didn't notice any difference.

Re: PAP/CHAP to same password

2004-08-07 Thread Thor Spruyt
[EMAIL PROTECTED] wrote: Using FreeRadius v1.0.0-pre3 with MySQL v4.0.16. Given the password is stored in clear text, is there a way to authenticate both PAP or CHAP against the same password? According to me, that's what it does by default. Check that the modules are enabled in radiusd.conf

Re: PAP/CHAP to same password

2004-08-07 Thread squirrel
[EMAIL PROTECTED] wrote: Using FreeRadius v1.0.0-pre3 with MySQL v4.0.16. Given the password is stored in clear text, is there a way to authenticate both PAP or CHAP against the same password? According to me, that's what it does by default. Check that the modules are enabled in

Re: PAP/CHAP to same password

2004-08-07 Thread Thor Spruyt
[EMAIL PROTECTED] wrote: Both PAP and CHAP modules are enabled in radiusd.conf. And you're right, there is no authenticate_query in sql.conf. Being in clear text, when authentication by CHAP is requested, it's fine. But when PAP is requested against the same password, I get: rlm_chap: