Peter Manckok wrote:

authenticate {
   ......
   Auth-Type LDAP1 {
        interface1
   }
   Auth-Type LDAP2 {
        interface2
   }
   Auth-Type LDAP3 {
        interface3
   }
   ....
}

In my authorize section I have:
authorize{
....
files
...
}

In my users file I have:
DEFAULT NAS-IP-Address == a.b.c.d, Auth-Type :=LDAP1
DEFAULT NAS-IP-Address == a2.b2.c2.d2, Auth-Type
:=LDAP2
DEFAULT NAS-IP-Address == a3.b3.c3.d3, Auth-Type
:=LDAP3



Provided there's nothing after the "files" in "authorize" that might be (re)setting Auth-Type, that should work. Don't snip bits out - what is the full contents of the authorize and authenticate sections? What does the radius server say when you run it in debug mode (with -X)? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to