I have just set up router users authentication using freeradius
server. Everything works, but how do I define a group to which user
should belong?
My config:
/ user aaa
set use-radius=yes accounting=yes interim-update=0s default-group=full
/ radius
add service=login called-id=“” domain=“” address=1.1.1.1
secret=“testing123” authentication-port=1812 accounting-port=1813
timeout=300ms accounting-backup=no realm=“” comment=“” disabled=no
/ radius incoming
set accept=no port=1700
On radius server:
clients.conf:
client 2.2.2.2 {
secret = testing123
shortname = zeus
}
users:
misha Auth-Type = Local, password = “blegh”