modify realm in authenticate section
hi is it possible to modify realm like this ? and then use the realm in users file ..see below Auth-Type ldap { group { ldap_admin { reject = 1 ok = return } if (ok) { update reply { Realm:="admin" } } ldap_peda { reject = 1 ok = return } if (ok) { update reply { Realm:="pedago" } } } } users file DEFAULT Realm=="pedago" Tunnel-Type=VLAN, Tunnel-Medium-Type=6, Tunnel-Private-Group-ID=20, Reply-Message="ok_hostpeda" DEFAULT Realm=="admin" Tunnel-Type=VLAN, Tunnel-Medium-Type=6, Tunnel-Private-Group-ID=10, Reply-Message="ok_hostadmin"
cd wrote:
is it possible to modify realm like this ?
This is a solution, not a problem. Yes, it's possible to put that in the config files. But i have no idea why you would do that, what it will do. Please explain the problem you're trying to solve. That's usually a lot more productive. Alan DeKok.
participants (2)
-
Alan DeKok -
cd