Freeradius + 2 x LDAP + VLAN

Arran Cudbard-Bell a.cudbardb at freeradius.org
Thu Sep 12 19:36:52 CEST 2013


On 12 Sep 2013, at 18:18, Miroslav Lednicky <miroslav.lednicky at fnusa.cz> wrote:

> Hello,
> 
> I have Freeradius 2.1.10 with 2 LDAP servers (ldap1 + ldap2) and Ubuntu 12.04

authorize {
	ldap1
	if (ok) {
		update reply {
Tunnel-Type = VLAN,
Tunnel-Medium-Type = IEEE-802
Tunnel-Private-Group-Id = 1

		}
	}
	elsif {
		ldap2
		if (ok) {
			update reply {
				Tunnel-Type = VLAN
				Tunnel-Medium-Type = IEEE-802
				Tunnel-Private-Group-Id = 2		
			}
		}
	} 
}

Arran Cudbard-Bell <a.cudbardb at freeradius.org>
FreeRADIUS Development Team

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20130912/136d1dea/attachment-0001.html>


More information about the Freeradius-Users mailing list