<div>Hi Everyone,</div>
<div> </div>
<div>I configure a Freeradius server working with LDAP. The group name in LDAP is used as the VLAN ID issued by radius too.</div>
<div>This is my <strong>users</strong> file configuration:</div>
<div><strong>DEFAULT      Group == "1"</strong></div>
<div><strong>                     Auth-Type = LDAP,</strong></div>
<div><strong>                    Tunnel-Type = 13,</strong></div>
<div><strong>                    Tunnel-Medium-Type = 6,</strong></div>
<div><strong>                    Tunnel-Private-Group-ID = 1,</strong></div>
<div><strong>                    Fall-Through = 1</strong></div>
<div><strong></strong> </div>
<div>
<div><strong>DEFAULT      Group == "10"</strong></div>
<div><strong>                     Auth-Type = LDAP,</strong></div>
<div><strong>                    Tunnel-Type = 13,</strong></div>
<div><strong>                    Tunnel-Medium-Type = 6,</strong></div>
<div><strong>                    Tunnel-Private-Group-ID = 10,</strong></div>
<div><strong>                    Fall-Through = 1</strong></div>
<div><strong></strong> </div>
<div>Now, it works fine except I have to add more lines manual once I add one more group in LDAP.</div>
<div>Because freeradius is going to assign the VLAN ID by matching the Group name replied by LDAP with the configured Group name in<strong> users</strong> file.</div>
<div>Can I configure the <strong>Group</strong> as a variable containing the value of the group name in LDAP, and radius can assign the Tunnel-Private-Group-ID by recognizing the variable?</div>
<div>Such as programming: </div>
<div>                   <strong>Tunnel-Private-Group-ID = Group </strong></div>
<div><strong></strong> </div>
<div>Thank you very much!</div>
<div> </div>
<div>Richard</div></div>