I am trying to have a granular based reply items depending on the NAS they connected to all driven using attributes in LDAP without needing to use realms.<br><br>IE User A passes just User&Password to NAS A. and gets reply attr "Service-Type=admin", and the admin comes from an LDAP Attribute "nasA" attribute in LDAP<br>
Same user logs into NAS B and gets back a "Service-Type=user" and the value user comes from an attribute "nasB".<br><br>Looking through the ldap.attrmap it seems to be a static mapping for Service-Type to be staticly set to a single value from LDAP, but what happens if I want that value to be different depending on which NAS I have connected from.<br>
<br>Have searched around and havn't found any documents talking about how to have this grainular level of configuration.<br><br>Any suggestions?<br>