Re: Another RPM build issue with version 1.1.1

2006-03-29 Thread Nicolas Baradakis
the problem: sed -i [EMAIL PROTECTED]/[EMAIL PROTECTED]/freeradius-%{version}@ doc/Makefile doc/examples/Makefile doc/rfc/Makefile However, I think it'd be more elegant to add an option --docdir to configure and update the makefiles to use that. -- Nicolas Baradakis - List info/subscribe/unsubscribe

Re: Compile errors in Freeradius-1.1.1

2006-03-29 Thread Nicolas Baradakis
/johnny5/freeradius-1.1.1/install-sh -c -c .libs/libradius-1.1.1.so /custom/freeradius-1.1.1/libradius-1.1.1.so You can get a patch to work around this in the mailing list archive or checkout the branch_1_1 of the CVS. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http

Re: Installed freeradius v1.1.1 ok but running got Floating point exception?

2006-03-29 Thread Nicolas Baradakis
as explained here: http://freeradius.org/radiusd/doc/bugs -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: v1.1.1 build problems (SSL, EAP)

2006-03-29 Thread Nicolas Baradakis
in the libperl headers, I've no idea why it isn't the case on your system. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: special characters in username in rlm_sql

2006-03-29 Thread Nicolas Baradakis
select statement. It's not a bug, it's a feature. It prevents SQL injection attacks on your backend database. http://www.google.com/search?q=sql+injection+attack As Alan said, you can change the safe-characters option in sql.conf, but only if you know exactly what you are doing. -- Nicolas

Re: Error building version 1.1.1

2006-03-23 Thread Nicolas Baradakis
Stefan Winter wrote: It doesn't only happen when building an RPM. I installed from the tarball and the same thing happened. It worked when I manually created lib/ after the first failed attempt und tried it a second time (SuSE 8.2). Nicolas Baradakis sent me a patched Makefile, I will try

Re: Error building version 1.1.1

2006-03-23 Thread Nicolas Baradakis
/335890 -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Error building version 1.1.1

2006-03-23 Thread Nicolas Baradakis
unless you (or rpmbuild) change installation paths through ./configure options. I didn't catch the problem before the release of 1.1.1 because on Debian dpkg-buildpackage automatically creates the tree of directories before building the freeradius package. -- Nicolas Baradakis - List info

Re: Error building version 1.1.1

2006-03-22 Thread Nicolas Baradakis
Frank Büttner wrote: Did you edit freeradius.spec ? yes. here the config part: %configure \ 103 --disable-static \ Don't use the --disable-static option, it's the cause of the message radeapclient.o: No such file or directory -- Nicolas Baradakis - List info/subscribe

Re: Error building version 1.1.1

2006-03-21 Thread Nicolas Baradakis
/freeradius-root/usr/libradius- 1.1.1.so But the next line shows that installation is done in the parent directory /var/tmp/freeradius-root/usr. I really have no idea why this happens. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Error building version 1.1.1

2006-03-21 Thread Nicolas Baradakis
the output shows that it's using the libtool in the FreeRADIUS tarball. Did you edit freeradius.spec ? -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: freeradius 1.1.0 and MSSQL

2006-03-07 Thread Nicolas Baradakis
would not reopen the socket. I'm curious if this was ever fixed / addressed ... There is a patch available under bug #341. http://bugs.freeradius.org/show_bug.cgi?id=341 -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: load and threads

2006-02-17 Thread Nicolas Baradakis
(not threads), maybe it help me to decrease the load of server and to increase the speed of packets handling I'd suggest to find out why the database is slow (perhaps there is no index). On the FreeRADIUS side, try to adjust the value of the num_sql_socks option in sql.conf. -- Nicolas Baradakis - List

Re: Freeradius 1.1.0 and rlm_ldap

2006-02-16 Thread Nicolas Baradakis
, and the only way it gets better is if you contribute work back to the project. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Tagged VSA

2006-02-15 Thread Nicolas Baradakis
version 1.0.2-5 I think it should work with FreeRADIUS 1.1.0. In the MySQL database: Attribute op Value SIP-From:1 := sip:[EMAIL PROTECTED]:5060 SIP-From:2 := sip:[EMAIL PROTECTED]:5060 -- Nicolas Baradakis - List info/subscribe

Re: --with-rlm-sql-lib-dir, --with-rlm-sql-include-dir (1.1.0)

2006-02-14 Thread Nicolas Baradakis
Ryan Melendez wrote: Is it possible to specify multiple lib and include directories with a ./configure option? Yes, you can use multiple directories separated with spaces. --with-rlm-sql-lib-dir=/path/to/mysql /other/path/to/mysql -- Nicolas Baradakis - List info/subscribe/unsubscribe

Re: actions taken by FR server depending on the value returned by authenticate method

2006-02-14 Thread Nicolas Baradakis
in authorize and accounting. Does the FR server send an Access-Reject packet in those cases? In authenticate section, yes. For other section, I'd suggest to look directly at src/main/auth.c and src/main/acct.c. (search for RLM_MODULE_INVALID) -- Nicolas Baradakis - List info/subscribe/unsubscribe? See

Re: ld: error fatal: library -lssl: no encontrado

2006-02-10 Thread Nicolas Baradakis
--without-rlm_eap_peap \ --without-rlm_eap_tls \ --without-rlm_eap_ttls \ --without-rlm_otp -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: NAS ID re-write

2006-02-10 Thread Nicolas Baradakis
/preproxy_users: DEFAULT Realm == foo.net NAS-Identifier := abcd DEFAULT Realm == bar.com NAS-Identifier := wxyz And make sure you have the module files in section pre-proxy of radiusd.conf. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: freeradius-1.1.0 and make error

2006-02-09 Thread Nicolas Baradakis
. You could try to get a source RPM in the Suse's archive. (or directly install a Suse binary package) -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Detail Filter method

2006-02-03 Thread Nicolas Baradakis
-Type := empty And in /etc/raddb/radiusd.conf: modules { always ok { rcode = ok } ... } ... accounting { # Log start stop detail Acct-Type empty { ok } } -- Nicolas Baradakis - List info/subscribe

Re: Detail Filter method

2006-02-03 Thread Nicolas Baradakis
in the provided documentation: http://freeradius.org/radiusd/doc/Acct-Type For example, in acct_users: DEFAULT Acct-Status-Type == Interim-Update, Acct-Type := interim And in radiusd.conf: accounting { sql detail Acct-Type interim { sql } } -- Nicolas

Re: how to log username in uppercase in radacct

2006-02-03 Thread Nicolas Baradakis
: accounting_start_query = INSERT into radacct (UserName, ... ) values (UPPER('%{SQL-User-Name}'), ... ); -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: SQL.conf new query

2006-02-02 Thread Nicolas Baradakis
module instances, you can use a semicolon in a SQL statement with a one line change in sql_mysql.c (I've explained this already in a previous mail) -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Error in make freeradius_1.1.0

2006-02-01 Thread Nicolas Baradakis
$(CC) $^ $(LIBS) $(RLM_LIBS) -o $@ -rlm_dbm_cat: rlm_dbm_cat.o ../../lib/libradius.a +rlm_dbm_cat: rlm_dbm_cat.lo ../../lib/libradius.la $(LIBTOOL) --mode=link $(CC) $^ $(LIBS) $(RLM_LIBS) -o $@ # -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org

Re: New accounting database each month

2006-02-01 Thread Nicolas Baradakis
. It seems difficult to have different databases, but it's easy to have different tables each month. You could try acct_table = %m_%Y_radacct in raddb/sql.conf. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Error in make freeradius_1.1.0

2006-02-01 Thread Nicolas Baradakis
What must i do now? Don't use these options: you're using the default directories therefore they are not needed. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: SQL.conf new query

2006-01-28 Thread Nicolas Baradakis
the CLIENT_MULTI_STATEMENTS option when connecting to the MySQL database. http://dev.mysql.com/doc/refman/4.1/en/mysql-real-connect.html -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Bug 314..

2006-01-24 Thread Nicolas Baradakis
#include sys/socket.h -#if defined(__linux__) || defined(__APPLE__) #include sys/un.h -#endif #include otp.h #include otp_state.h Nicolas Baradakis -- A: Yes. Q: Are you sure? A: Because it reverses the logical flow of conversation. Q: Why is top posting annoying in email? - List info

Re: IPPOOL PROBLE

2006-01-24 Thread Nicolas Baradakis
Makefile rlm_ippool_tool.8 # Has the rlm_ippool module compiled well? How can I resolve the problem? It looks like the rlm_ippool module was skipped, read the configure output to find out why. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http

Re: Freeradius 1.1.0 crash on FreeBSD 6

2006-01-22 Thread Nicolas Baradakis
rlm_counter) at ltdl.c:3330 #1 0x080544e7 in find_module_instance () #2 0x08054a64 in setup_modules () #3 0x0804c79e in main () It's bug #98. http://bugs.freeradius.org/show_bug.cgi?id=98 -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: How to compile freeradius with sqlcounter module on debian/ubuntu

2006-01-19 Thread Nicolas Baradakis
freeradius-1.1.0 $ fakeroot dpkg-buildpackage -b -uc $ sudo dpkg -i ../freeradius_1.1.0-0_i386.deb It should work out of the box, with no file editing. The package will contain the sqlcounter module, too. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: rlm_eap.so

2006-01-17 Thread Nicolas Baradakis
Anton Gorlov wrote: You could try to re-build FreeRADIUS with ./configure --disable-shared. It is undesirable to use static libraries. Then you could try to build FreeRADIUS from a CVS snapshot: the build process of rlm_eap and libeap should work better. -- Nicolas Baradakis - List info

Re: rlm_eap.so

2006-01-16 Thread Nicolas Baradakis
/ld-linux.so.2 (0x8000) I don't see libeap.so in the output of ldd. Something is wrong here, because rlm_eap depends on libeap. You could try to re-build FreeRADIUS with ./configure --disable-shared. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: PEAP error with 1.1.0

2006-01-16 Thread Nicolas Baradakis
, and it will work. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_eap_tls not found

2006-01-15 Thread Nicolas Baradakis
/FreeRADIUS_Wiki:FAQ#How_do_I_build_a_Debian_package_from_sources.3F -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: openLDAP vs.mySQL

2006-01-14 Thread Nicolas Baradakis
/index.php/Rlm_ldap -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius 1.1.0 build error

2006-01-13 Thread Nicolas Baradakis
as bug #258. http://bugs.freeradius.org/show_bug.cgi?id=258 -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius 1.1.0 Mysql 5.x

2006-01-10 Thread Nicolas Baradakis
Chadwick Sorrell wrote: On 1/9/06, Nicolas Baradakis [EMAIL PROTECTED] wrote: It looks like a local setup issue: you should double-check if the version of the libmysqlclient binaries matches the version of the libmysqlclient headers on your system. PHP is accessing Mysql fine, well more

Re: how to compile freeradius without ssl

2006-01-10 Thread Nicolas Baradakis
\ --without-snmp -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: openLDAP vs.mySQL

2006-01-10 Thread Nicolas Baradakis
. (Pentium 4 2.4GHz) So unless you have good reasons, I think you should keep the MySQL solution if it works for you. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: MySQL settings causing FreeRADIUS to segfault

2006-01-10 Thread Nicolas Baradakis
segfaults. Please post the output of gdb. http://freeradius.org/radiusd/doc/bugs -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius 1.1.0 Mysql 5.x

2006-01-09 Thread Nicolas Baradakis
the version of the libmysqlclient headers on your system. And please turn off HTML in your email client when posting to this mailing list: http://freeradius.org/list/users.html -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radiusd.c (Is it a bug??)

2006-01-09 Thread Nicolas Baradakis
multithread is supported, and FALSE when there is no thread. In this case, shouldn't here be if (spawn_flag) instead?? Yes, it has already been reported under bug #306 of the bugzilla. http://bugs.freeradius.org/show_bug.cgi?id=306 It will be fixed in 1.1.0. -- Nicolas Baradakis - List info

Re: acct_unique

2006-01-06 Thread Nicolas Baradakis
variable defined yet. You *cannot* use sub-sections in preacct. I'd suggest to move your modules to the section accounting. The documentation explains in details how it works: http://freeradius.org/radiusd/doc/Acct-Type -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http

Re: Installation problem Radiusd does not exist

2006-01-05 Thread Nicolas Baradakis
FreeRADIUS from source, see the advices on the wiki: http://wiki.freeradius.org/index.php/FreeRADIUS_Wiki:FAQ#How_do_I_build_a_Debian_package_from_sources.3F And please turn off HTML in your email client when posting to this mailing list: http://freeradius.org/list/users.html -- Nicolas

Re: cant compile version 1.05 on red hat as 3

2006-01-02 Thread Nicolas Baradakis
/list/users.html -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Compile 1.0.5

2006-01-01 Thread Nicolas Baradakis
Nicolas Baradakis wrote: Joseba Beltrán wrote: I've searching for this issue, but the only thing I found were several patches, already included on debian/patches Any help?? With the same config. I'm able to compile 1.0.4 I'd suggest to get the sources directly from Debian

Re: Compilation PRoblems unter Debian Sarge stable

2005-12-31 Thread Nicolas Baradakis
#How_do_I_build_a_Debian_package_from_sources.3F -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Compile 1.0.5

2005-12-31 Thread Nicolas Baradakis
. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Multiple accounting hosts for one realm?

2005-12-21 Thread Nicolas Baradakis
or do I need to use some other method? You might look at radrelay, it comes with FreeRADIUS. http://freeradius.org/radiusd/doc/radrelay -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_sqlcounter and something else than Session-Timeout

2005-12-20 Thread Nicolas Baradakis
. I could try to make a patch if someone is willing to help me and guide me a bit. I'd suggest to make the reply attribute user-defined (like the check attribute). You might add an option reply-name with Session-Timeout as the default value, so it doesn't break someone else's setup. -- Nicolas

Re: rlm_sqlcounter and something else than Session-Timeout

2005-12-20 Thread Nicolas Baradakis
reply-attribute would be a better name than reply-name. Nicolas Baradakis -- A: Yes. Q: Are you sure? A: Because it reverses the logical flow of conversation. Q: Why is top posting annoying in email? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: No Reply Proxy for Accounting Requests

2005-12-17 Thread Nicolas Baradakis
suggest to log accounting in a file with module rlm_detail, and write a little program to send the accounting data (without waiting) to the 3rd party application. You may look at src/main/radrelay.c and doc/radrelay. radrelay can replicate accounting data but wait for an answer, though. Nicolas

Re: Cisco-AVPair SQL accounting (attr. not duplicated)

2005-12-15 Thread Nicolas Baradakis
]} isn't supported in versions 1.0.x of FreeRADIUS. I'd suggest to get and try the CVS version which is about to be 1.1.0 very soon. $ cvs -d :pserver:[EMAIL PROTECTED]:/source login CVS password: anoncvs $ cvs -d :pserver:[EMAIL PROTECTED]:/source checkout -r branch_1_1 radiusd -- Nicolas Baradakis

Re: rlm_ldap.so not found, Freeradius 1.0.5

2005-12-14 Thread Nicolas Baradakis
Christophe Gravier wrote: I installed freeradius on a fresh debian etch (testing) machine. ( FreeRADIUS Version 1.0.5 as it is package in debian etch tree ). I want my radius being able to authenticate users against an external LDAP source. apt-get install freeradius-ldap -- Nicolas

Re: Load Test the radius server

2005-12-13 Thread Nicolas Baradakis
snapshot of FreeRADIUS). -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Memory big problem

2005-12-12 Thread Nicolas Baradakis
--leak-check=yes radiusd -f -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_sql_mysql on FreeBSD 5.4 - Segmentation fault at startup

2005-12-09 Thread Nicolas Baradakis
Brian A. Seklecki wrote: On Thu, 8 Dec 2005, Nicolas Baradakis wrote: Someone else managed to make MySQL work under FreeBSD. http://lists.freeradius.org/pipermail/freeradius-users/2005-October/047693.html With that kind of cynicism flying around, someone is likely to have their feeling

Re: rlm_sql_mysql on FreeBSD 5.4 - Segmentation fault at startup

2005-12-08 Thread Nicolas Baradakis
/pipermail/freeradius-users/2005-October/047693.html -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: rlm_counter

2005-12-07 Thread Nicolas Baradakis
Alan DeKok wrote: Lisa Casey [EMAIL PROTECTED] wrote: I have Freeradius 1.01 on FreeBSD 5.3. Two questions: *please* upgrade to 1.0.5. You really should follow Alan's advices. See http://freeradius.org/security.html -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http

Re: question on ldap_escape_func in rlm_ldap.c

2005-12-07 Thread Nicolas Baradakis
. This prevents LDAP injection attacks. BTW there's a known bug in this function, you can get a fixed version here. (the patch will be included in next release) http://www.freeradius.org/cgi-bin/cvsweb.cgi/radiusd/src/modules/rlm_ldap/rlm_ldap.c?rev=1.122.2.8 -- Nicolas Baradakis - List info

Re: OS Update broke FR - rlm_exec-1.0.0.so not found

2005-12-07 Thread Nicolas Baradakis
package from Suse? If that's the case, Suse is distributing software with incompatible licenses linked together. I think maybe they are violating either the GPL or the OpenSSL license. http://www.fsf.org/licensing/licenses/index_html#GPLIncompatibleLicenses -- Nicolas Baradakis - List info

Re: question on ldap_escape_func in rlm_ldap.c

2005-12-07 Thread Nicolas Baradakis
of the encoded character. The case of the two hexadecimal digits is not significant. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: question on ldap_escape_func in rlm_ldap.c

2005-12-07 Thread Nicolas Baradakis
earlier to get a fixed version in CVS. if user james can use 'james*' or 'james\\' to login as usual, isnt it unsecure? I think james* (without escaping) in a LDAP filter is insecure, it may disclose informations about other users named jamesfoo or jamesbar ... -- Nicolas Baradakis - List info

Re: rlm_ldap: ldap_search() failed: Bad search filter:

2005-12-07 Thread Nicolas Baradakis
=((sAMAccountName=28TEF003$)(objectclass=computer)) sAMAccountName userAccountControl I don't think you can append a list of attributes to the filter. (like in ldap_search) -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: How can i change Configure file.

2005-12-05 Thread Nicolas Baradakis
setting. I want to pass all parameter in one file instead of Command line argument. How can I do that requirements ? You could try this command line: $ xargs ./configure Config.ini And please turn HTML off when posting to a mailing list. http://freeradius.org/list/users.html -- Nicolas

Re: Accounting proxy to multiple hosts

2005-12-05 Thread Nicolas Baradakis
at radrelay, it comes with FreeRADIUS. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius How to integrate Active Directory[ADIntegrationWindowsXP NTLM Tutorial]

2005-12-02 Thread Nicolas Baradakis
darkblue wrote: I have upgrade my libs, but when execute dpkg-buildpackage -uc -b(under root privilege), some error show out: . /bin/bash: line 1: dpatch: command not found make: *** [unpatch] Error 127 any idea? apt-get install dpatch -- Nicolas Baradakis - List info/subscribe

Re: IPv6 Support

2005-12-02 Thread Nicolas Baradakis
Paulo Alexandre Caceres Ferreira wrote: How I can test IPv6 Freeradius authentication? You know any IPv6 RADIUS client to interact with Freeradius and perform an IPv6 authentication? There is a program called radclient in the FreeRADIUS source tree. -- Nicolas Baradakis - List info

Re: Redirect to Realm with Username regex

2005-11-29 Thread Nicolas Baradakis
this in the users file: DEFAULT User-Name =~ ^A1, Proxy-To-Realm := foo.net DEFAULT User-Name =~ ^A2, Proxy-To-Realm := bar.com -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius How to integrate Active Directory [AD Integration WindowsXP NTLM Tutorial]

2005-11-23 Thread Nicolas Baradakis
-buildpackage. $ tar zxf freeradius-1.0.5.tar.gz $ cd freeradius-1.0.5 $ fakeroot dpkg-buildpackage -b -uc $ sudo dpkg -i ../freeradius_1.0.5-0_i386.deb You can look at my notes if you want: http://www.mpking.com/articles.php?lng=enpg=55 Please add a note about dpkg-buildpackage, too. -- Nicolas

Re: Clients.conf attributes, multiples users files.

2005-11-23 Thread Nicolas Baradakis
-Password := qsdfgh Service-Type = Framed-User, Framed-Protocol = PPP, Framed-IP-Address = 255.255.255.254 -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Cache with proxy

2005-11-22 Thread Nicolas Baradakis
at the module rlm_caching and raddb/experimental.conf in a CVS snapshot. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: help needed for debugging segfault

2005-11-22 Thread Nicolas Baradakis
FreeRADIUS directly from gdb. $ gdb /usr/sbin/freeradius ... (gdb) run -X You could also try to run FreeRADIUS in valgrind. $ valgrind /usr/sbin/freeradius -X -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radsqlrelay queries

2005-11-18 Thread Nicolas Baradakis
of it supporting unixODBC or iODBC ? What does it take to modify it to support unixODBC or iODBC ? As always, patches are welcome. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: sql.conf and case sensitive UserNames fr 1.0.5

2005-11-18 Thread Nicolas Baradakis
= BINARY '%{SQL-User-Name}' \ ORDER BY id Thanks for spotting the problem. I'm going to fix the file sql.conf in the CVS. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem using exec module

2005-11-15 Thread Nicolas Baradakis
} Maybe you could try with the following syntax: program = /bin/echo %{check:Autz-Type} -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Segfault while sending Access-Accept

2005-11-15 Thread Nicolas Baradakis
work. Unfotunately now freeradius segfaults while sending Access-Accept: Please post the output of gdb, as explained here: http://freeradius.org/radiusd/doc/bugs -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Ldap truncating output

2005-11-14 Thread Nicolas Baradakis
The short answer is to try adding double quotes to the values inside the LDAP directory. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem with rlm_mschap from CVS

2005-11-14 Thread Nicolas Baradakis
exec.c into src/modules/rlm_mschap, too. 3. In rlm_mschap.c, use exec_xlat from rlm_exec instead of radius_exec_program. It adds a dependancy between the modules, though. For example, we could have in radiusd.conf: ntlm_auth = %{exec:/path/to/ntlm_auth ... } -- Nicolas Baradakis - List

Re: Problem with rlm_mschap from CVS

2005-11-14 Thread Nicolas Baradakis
in a different module on all systems... -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem with rlm_mschap from CVS

2005-11-14 Thread Nicolas Baradakis
a little more difficult. For now, I'll just move exec.c back to src/main, that's a lot easier. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Problem with rlm_mschap from CVS

2005-11-14 Thread Nicolas Baradakis
input_pairs = request } and instantiate { exec ... } ? If the above is correct, it's a bug. It should be fixed now. Please do a cvs update or get the nightly CVS snapshot tomorrow. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org

Re: Failed attempts log

2005-11-09 Thread Nicolas Baradakis
the module sql in section post-auth. http://freeradius.org/radiusd/doc/Post-Auth-Type -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: mysql.sock moved and cannot be found by freeradius !

2005-11-08 Thread Nicolas Baradakis
Jason Clifford wrote: On Mon, 7 Nov 2005, Nicolas Baradakis wrote: If you are going to make a change in freeradius to cope with this don't waste time trying to read the my.cnf file as you wont know where it is with any certainty. This is a one-line-change in FreeRADIUS: we just

Re: Ldap truncating output

2005-11-07 Thread Nicolas Baradakis
. You can get the patch here: http://www.freeradius.org/cgi-bin/cvsweb.cgi/radiusd/src/modules/rlm_ldap/rlm_ldap.c.diff?r1=1.122.2.7r2=1.122.2.8 -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: mysql.sock moved and cannot be found by freeradius !

2005-11-07 Thread Nicolas Baradakis
to add this to the CVS ? http://dev.mysql.com/doc/refman/4.1/en/mysql-options.html -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: mysql.sock moved and cannot be found by freeradius !

2005-11-07 Thread Nicolas Baradakis
my.cnf in its own predefined locations. Instead have a section in the sql.conf to specify the mysql socket file. We may run into the same problem later with a different option: I don't want to have an entry for each and every Mysql specific option in the file sql.conf. -- Nicolas Baradakis

Re: mysql.sock moved and cannot be found by freeradius !

2005-11-07 Thread Nicolas Baradakis
by default.) Nicolas Baradakis -- A: Yes. Q: Are you sure? A: Because it reverses the logical flow of conversation. Q: Why is top posting annoying in email? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: attributes handling

2005-11-03 Thread Nicolas Baradakis
, Attribute-Z := Value-Z -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Freeradius stops authenticating

2005-10-27 Thread Nicolas Baradakis
); - ht-tablesize = 0; return ht; } for (i=0; infields; i++) hashentry1-field[i] = hashentry-field[i]; -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http

Re: Freeradius stops authenticating

2005-10-27 Thread Nicolas Baradakis
Svein Hansen wrote: I have recompiled freeradius with your patch, and it's running now. (There is a typo in the patch..: ht-table = NULL: ) Sorry for the typo. I'll commit the changes into the CVS, so the fix will be in the next release of FreeRADIUS. -- Nicolas Baradakis - List info

Re: Problems Installation Debian

2005-10-26 Thread Nicolas Baradakis
At this point on Debian you can run the command: # dpkg-buildpackage -b -uc And when you have build the package, install it with the command: # dpkg -i ../freeradius_1.0.5-0_i386.deb -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: SUSPENSION OF ACCOUNT

2005-10-25 Thread Nicolas Baradakis
me idea of how this could be achieved? You may try to put the date of the suspension into the attribute Expiration. Define this attribute in the check items for the user (just like the User-Password). -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: Limiting Authentication Request on wrong password

2005-10-25 Thread Nicolas Baradakis
: http://freeradius.org/radiusd/doc/Post-Auth-Type -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Access-Reject took a long time to return

2005-10-24 Thread Nicolas Baradakis
... // why in 31 seconds, that will take a long time to send Access-Reject Edit radiusd.conf and try with reject_delay = 0. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: recommended restart-wrapper for freeradius

2005-10-21 Thread Nicolas Baradakis
the daemon doesn't run in threaded mode. I don't understand. This shouldn't be a problem. can anyone recommend a good way to monitor/restart the daemon. You could look at scripts/radwatch in the FreeRADIUS source tree. -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http

Re: recommended restart-wrapper for freeradius

2005-10-21 Thread Nicolas Baradakis
://www.gentoo.org/cgi-bin/viewcvs.cgi/net-dialup/freeradius/files/radius.init Nicolas Baradakis -- A: Yes. Q: Are you sure? A: Because it reverses the logical flow of conversation. Q: Why is top posting annoying in email? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: DB Server Advice

2005-10-20 Thread Nicolas Baradakis
and inserted to the database according to the server capabilities. http://www.freeradius.org/cgi-bin/cvsweb.cgi/radiusd/man/man5/rlm_sql_log.5?rev=1.2 http://www.freeradius.org/cgi-bin/cvsweb.cgi/radiusd/man/man8/radsqlrelay.8?rev=1.1 -- Nicolas Baradakis - List info/subscribe/unsubscribe? See http

<    1   2   3   4   >