Multiple reply items of the same name.
Hello, I have done a little bit of research on this before I posted. I have found other posts relating to this subject but I believe have minimal relevance in this situation, since most of the posts say that this behavior should be working without patching above v0.4. http://lists.freeradius.org/mailman/htdig/freeradius-users/2001-December/003... I am running 1.0.5. The problem is with sending multiple reply attributes with the same name from the sql module. It appears my "authorize_group_reply_query" setting in sql.conf does indeed have the op field in the query. I have also changed the "op" field in the DB to "+=" for the attribute I want as stated on this page http://wiki.freeradius.org/index.php/Rlm_sql The attribute I am trying to get working is the Ascend-Data-Filter. Thank You! -- Richard Marriner II Maingear.Net Sr. Network Consultant I.T. Consulting richard@maingear.net www.maingear.net
Alright, I figured it out... I had enabled the "safe_characters" in sql.conf, which did not include a "+". Uncommented and now can get multiple attributes that are named the same. Incase anybody may be banging their head over this like I was. ;) Thanks! Rich Marriner wrote:
Hello,
I have done a little bit of research on this before I posted. I have found other posts relating to this subject but I believe have minimal relevance in this situation, since most of the posts say that this behavior should be working without patching above v0.4. http://lists.freeradius.org/mailman/htdig/freeradius-users/2001-December/003...
I am running 1.0.5. The problem is with sending multiple reply attributes with the same name from the sql module.
It appears my "authorize_group_reply_query" setting in sql.conf does indeed have the op field in the query. I have also changed the "op" field in the DB to "+=" for the attribute I want as stated on this page http://wiki.freeradius.org/index.php/Rlm_sql
The attribute I am trying to get working is the Ascend-Data-Filter.
Thank You!
Hi, I compiled Freeradius out of the 1.05 Sources following the Article of CT 18/2004. I changed out the Original Makefile in /tmp/freeradius-1.0.5/src/modules/rlm_eap/types/rlm_eap_tls and added the one which iss hostet by CT-Magazine. The only changes are the 2 added files with the Openssl librarys. But now the make call gives out 2 errors. I want to use the freeradius with eap_tls. Can someone give me an hint where the mistake resists? In the attachment there is an output of make and of the makefile of the eap_tls direcory. Greetings Armin
Armin Krämer wrote:
I compiled Freeradius out of the 1.05 Sources following the Article of CT 18/2004. I changed out the Original Makefile in /tmp/freeradius-1.0.5/src/modules/rlm_eap/types/rlm_eap_tls and added the one which iss hostet by CT-Magazine. The only changes are the 2 added files with the Openssl librarys. But now the make call gives out 2 errors.
I don't think you need to edit anything in the source tree. There is no known problem for Debian Sarge. Just follow the instructions found on the wiki: http://wiki.freeradius.org/index.php/FreeRADIUS_Wiki:FAQ#How_do_I_build_a_De... -- Nicolas Baradakis
participants (4)
-
Armin Krämer -
Nicolas Baradakis -
Rich Marriner -
Richard Marriner