Arran Cudbard-Bell wrote:
theSnail wrote:
Is there a way to manage in a different way the inner and the outer
authentication credential in a EAP-ttls + PAP tunnel?
for example authenticate the outter credential against a file and the
inner
against ldap dir.
thanks
arjuna
Yes, with FreeRADIUS version 2, authentication requests are sent to an
'inner' virtual server, place your ldap module in the authorise stanza
of that section, and your file module in the authorise stanza of the
outer server.
With V1 it's much harder.
-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html
i was refering to V1 :( , harder but not impossible?