<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
authorize_reply_query = "SELECT '',Username,'Profile',Profiles,':=' FROM<br>
<div class="Ih2E3d">radius_auth WHERE Username = '%{SQL-User-Name}'"<br>
<br>
</div></blockquote><div><br>It's doing exactly what you tell it to do.<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
<br></div><br>
query:  SELECT '',Username,'Profile',Profiles,':=' FROM radius_auth<br>
WHERE Username = '<a href="mailto:aseibert@evenlink.com">aseibert@evenlink.com</a>'<br></blockquote><div><br>There's the query as you defined it above... <br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br>
Sending Access-Accept of id 46 to <a href="http://206.174.130.217" target="_blank">206.174.130.217</a> port 40278<br>
        Profile := "Slip"</blockquote><div><br>And there's the access-accept with a reply attribute of Profile := "Slip".  In your database you clearly have a column titled 'Profile' in radius_auth with value of "Slip" for the row for the username "<a href="mailto:aseibert@evenlink.com">aseibert@evenlink.com</a>"<br>
<br>To get what you want, you would need a column titled "Slipstream-Auth" with a value of "True" for the row for the username "<a href="mailto:aseibert@evenlink.com">aseibert@evenlink.com</a>".<br>
<br>But all this is actually a bit horkie.  It makes little sense to have to add a column everytime you want a random check/reply attribute.  It's bad practice and going to be terribly inefficient by any database backend.<br>
<br>Why is it that you don't want to follow the provided schema (in 2.x raddb/sql/mysql/) and predefined queries?  <br><br><br></div></div><br>