<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi, <br> We are defining custom VSA's for our company. We have ldap configured in freeradius which returns back the VSA's. <br><br>I defined custom VSA in<br>$freeradius/share/freeradius/dictionary.abc<br>ATTRIBUTE rEntitlements 113 string<br><br>entitlements is multivalue attribute (vARRAY) in LDAP.<br><br>In the ldap.attrmap it is defined as<br><br>replyItem rEntitlements entitlements ==<br><br><br>So after the successful authentication, I am getting the rEntitlements back as <br><br>Sending Access-Accept of id 50 to
69.74.69.31 port 1814<br> Session-Timeout = 7200<br> rEntitlements == "ADMALL"<br> rEntitlements == "STORE"<br> rEntitlements == "WEPG"<br> rEntitlements == "WADM"<br> rEntitlements == "SDNLD"<br> rEntitlements == "WIFILOC1"<br><br><br>BUT I am looking for ONLY WIFILOC1 for the NAS. NAS will redirect if WIFILOC1 exists.<br><br>Can I do regex in the rEntitlements so freeradius ONLY returns <br>rEntitlements = "WIFILOC1" and ignore the rest?<br><br>Please let me know.<br>Thanks in advance.</td></tr></table><br>