<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi, i m trying to enabled policies in my AAA, but i m getting the following error:<br><br>Thu Apr 30 13:02:22 2015 : Error: ~/etc/raddb/policy.d/filter[66]: Failed to find "reject" as a module or policy.<br>Thu Apr 30 13:02:22 2015 : Error: ~/etc/raddb/policy.d/filter[66]: Please verify that the configuration exists in ~/etc/raddb/mods-enabled/reject.<br>Thu Apr 30 13:02:22 2015 : Error: ~/etc/raddb/policy.d/filter[66]: Failed to parse "reject" entry.<br>Thu Apr 30 13:02:22 2015 : Error: ~/etc/raddb/policy.d/filter[65]: Failed to parse "if" subsection.<br>Thu Apr 30 13:02:22 2015 : Error: ~/etc/raddb/sites-enabled/default[220]: Errors parsing authorize section.<br><br>i have enabled policies in radius.conf:<br>policy {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $INCLUDE policy.d/<br>}<br><br>i have defined the policy in the<br>~/etc/raddb/policy.d/filter<br>filter_username {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (User-Name != "%{tolower:%{User-Name}}") {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; reject<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>}<br><br>and i configured sites-available/default to call the policy in the authorize section by simply <br>calling the name of the filter:<br><br>filter_username<br><br><br>but i get the above error, i would appreciate where to look for more info about this. thanks!!<br><br><br>                                               </div></body>
</html>