"Fajar A. Nugraha" <list@fajar.net> wrote:
On Thu, Jul 5, 2012 at 11:05 PM, Andreas Meyer <anmeyer@anup.de> wrote:
Is there a big picture somewhere available for the freeradius-server like it is for postfix for example? I want to understand the contiguities between proxiing, outer-tunnel, inner-tunnel for example.
That's a different topic than what you asked before. And if you're only using a captive portal, you won't be using any of those anyway, you'd be only using the default virtual server. See http://wiki.freeradius.org/Concepts on for-dummies explanation on how it works.
Ok, thank you for the hints! Everything is getting clearer by and by. I just found out that I get entry into the WLAN with an android smartphone by just using the username and password without using the ca.crt with PEAP/MSchap2. I read in the protocols-table that only with EAP-TLS certificates are used.
For how proxy works, see http://wiki.freeradius.org/Proxy
If I have a users file and a sql-database, where does freeradius look first and
Depending on how you configure it. In other words, depends on the order on authorize section.
what if there is an entry in both databases but they differ in the password used. So many questions.
If the attribute is the same one, the one listed later should overwrite the former. CMIIW.
Thanks! -- Andreas