Thanks. Have uncomment ntdomain in the authorize section, still does not work
[root@rad1 sites-enabled]# pwd
/etc/raddb/sites-enabled
[root@rad1 sites-enabled]# vi default
authorize {
suffix
ntdomain
}
remove the #. Still not working. Can advise and thanks.Do i need to made any change in the proxy.conf
in the proxy.conf
realm H1 {
type = radius
nostrip
authhost = 1.2.3.4:1812
accthost = 1.2.3.4:1813
secret = secret1
retry_delay = 3
retry_count = 1
}
> In the relam already enable the ntdomain,Yes. But is the virtual server using it? No. Why? Because it's not enabled
by default. How to enable it? Uncomment ntdomain entry in authorize
section of the defauly virtual server (raddb/sites-enabled/default).
Clear now?