Re: Profile-Name attribute

2013-04-18 Thread John Center
Hi Alan, On 04/17/2013 05:50 PM, Alan DeKok wrote: John Center wrote: I see this isn't defined in the v2.2 FreeRADIUS internal dictionary, though there is a gap in the numbering where it would be. If I understand it correctly, it looks like one could have a profiles file with individual

Re: Profile-Name attribute

2013-04-18 Thread John Center
Hi Matthew, On 04/17/2013 05:53 PM, Matthew Newton wrote: On Wed, Apr 17, 2013 at 05:04:11PM -0400, John Center wrote: it correctly, it looks like one could have a profiles file with individual named profiles defined containing NAS-specific text that would be sent back to the NAS as is upon

Profile-Name attribute

2013-04-17 Thread John Center
. -John -- John Center Villanova University - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Wiki - Once upon a time there was documentation

2011-06-08 Thread John Center
On 6/6/2011 4:38 PM, Nonny Mouse wrote: I can confirm that some Wiki pages are blank (waiting to be edited). I checked, and they don't appear to be on the to-do list for conversion. Instead, it brings it up as a Create New Page dialog. I'm willing to help out with them, but need to create an

Re: Expand Ldap Attribute on Post-Auth section

2011-06-07 Thread John Center
to be reformatted. We talked about this, there isn't any more content there. Someone needs to rewrite this page. -John -- John Center Villanova University - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Expand Ldap Attribute on Post-Auth section

2011-06-07 Thread John Center
On 06/07/2011 02:22 PM, Alan DeKok wrote: John Center wrote: We talked about this, there isn't any more content there. Someone needs to rewrite this page. mediawiki.freeradius.org should now work. The contents can be copied from there. Still no more content, see http

Re: Wiki - once upon a time there was documentation

2011-06-01 Thread John Center
-BEGIN GEEK CODE BLOCK- Version: 3.1 GCS/CM d--- s:+: a-- C+++ UL+++S E--- W+(-) N o+ w--- O? M-- PS+ PE Y+ PGP t+(++) 5? X- R* tv-- b+ DI+ D G+ e h! r++ y* --END GEEK CODE BLOCK-- -- John Center Villanova University - List info/subscribe/unsubscribe? See http://www.freeradius.org

FreeRADIUS wiki changes

2011-05-31 Thread John Center
://wiki.freeradius.org/Sites-configuration http://wiki.freeradius.org/Virtual-server http://wiki.freeradius.org/Modules2 The format of some of the pages could use some additional work, but at least they are readable. HTH -John -- John Center Villanova University - List info/subscribe

Re: documentation and project organization (Was: Using LDAP with EAP-TLS)

2011-05-16 Thread John Center
Hi John, Just to chime in, I find all of the comments in radiusd.conf, etc. distracting overwhelming. I strip out the comments from the files I'm using - usually to find out how simple the configuration really is. When I'm missing something, I refer back to the original files look up the

Re: ld: fatal: file .libs/sql_mysql.o: wrong ELF class: ELFCLASS32 error while running make

2009-12-07 Thread John Center
Hi Nere, Make is finding the mysql libs in /opt/mysql/mysql/lib. You need to change the path to /opt/mysql/mysql/lib/sparcv9 to get the 64bit libs. HTH -John On 12/07/2009 11:53 AM, Nereida Bernal wrote: Hi all! I want to install FreeRADIUS 2.1.7, but while running make I get

Re: Version 2.1.4 has been released

2009-03-10 Thread John Center
Hi, I couldn't reach bug.freeradius.org, so I'm reporting this here. There is a typo in src/freeradius.devel/rad_assert.h: #elsif !defined(FR_SCAN_BUILD) should be #elif !defined(FR_SCAN_BUILD) HTH -John Alan DeKok wrote: This version comes 3 months after 2.1.3, which is a

Re: Version 2.1.4 has been released

2009-03-10 Thread John Center
Hi, Is CPPFLAGS used? I see it defined in Make.inc, but I don't see it actually used. I've been adding it to CFLAGS to make sure it gets included. Thanks. -John Alan DeKok wrote: This version comes 3 months after 2.1.3, which is a bit more of a delay than we would like.

Re: Version 2.1.4 has been released

2009-03-10 Thread John Center
Hi Alan, Another thing I noticed, if you set WITH_VMPS=no, it isn't consistent: listen.c, line 1795: undefined symbol: RAD_LISTEN_VQP cc: acomp failed for listen.c gmake[4]: *** [listen.lo] Error 1 This code is not surrounded with #defines: if (this-type ==

Re: Version 2.1.4 has been released

2009-03-10 Thread John Center
Hi Alan, Compiling for 64-bit Solaris 10 (SPARC) using Sun Studio 12, see the following warnings (with appropriate lines): ttls.c, line 78: warning: integer overflow detected: op if ((length (1 31)) != 0) { ttls.c, line 217: warning: integer overflow detected: op

per_socket_clients usage

2008-12-07 Thread John Center
this provide? Is it for security, server resources, etc? Thanks. -John -- John Center Villanova University - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Link problem in v2.1.1

2008-10-08 Thread John Center
$@ $^ $(LIBS) I think it should be: radmin: radmin.lo $(LIBRADIUS) util.lo log.lo conffile.lo $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(LINK_MODE) -o $@ $^ $(LIBS) -lreadline -ltermcap are already in LIBS in Make.inc, so I don't think LIBREADLINE is needed here. -John -- John

Re: $ORIGIN run-time path libtool problem

2008-10-07 Thread John Center
. -John Alan DeKok wrote: John Center wrote: I'm having a problem compiling FreeRADIUS 2.1.1 on Solaris 10 using the Sun Studio 12 compiler. I'm trying to specify the run-time library path like: -R'$ORIGIN/../lib' Er... don't. Use absolute paths. But I'm getting the following error

$ORIGIN run-time path libtool problem

2008-10-07 Thread John Center
the $ORIGIN run-time option, it compiles. Is there a setting for libtool I can make to fix this? Thanks. -John -- John Center Villanova University - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html