On Thu, Aug 19, 2010 at 2:51 PM, rrperez <span dir="ltr"><<a href="mailto:rrperez@apc.edu.ph">rrperez@apc.edu.ph</a>></span> wrote:<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>
Thanks for the response Alan and Stefan, I also figure out it now that it is<br>
somewhat impossible.<br>
<br>
I might test my last theoretical solution, that is to make LDAP as the<br>
primary directory and also I'll keep on searching the net for any other ways<br>
to make this close to possible. :-)<br></blockquote><div><br>I think you're approaching this wrong.<br><br></div></div>As per your trace you are trying to do a PAP authentication.<br><br>If you uncomment "ldap" in the authorize and authenticate sections and make sure PAP is commented out.  Then you should be fine.<br>
<br>authorize {<br>        ldap<br>}<br><br>authenticate {<br>           ldap<br>}<br><br>Since the Auth-Type is coming through as "PAP" then it's not going to work, get that to be LDAP and then FreeRadius will do a simple bind to the LDAP store using the cleartext username and password and it should be fine.<br>
<br><br>