21 Sep
2016
21 Sep
'16
11:43 a.m.
On Sep 21, 2016, at 10:38 AM, Anderson Gomes via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
I have implemented in my centos7 freeradius 3 so far succeeded, authenticate users through Active Directory using ntlm_auth however I'm having trouble implementing rules at the level of user groups to determine which user can authenticate each SSID i tryed implement what it says on the link bellow, but I did not succeed.
See the FAQ for "it doesn't work".
if (!(Group == "DOMAIN\\\\group A") ) {
That checks for Unix groups. i.e. groups in /etc/groups. Is this what you want? If not, use LDAP groups. See http://wiki.freeradius.org/ for documentation on using LDAP groups. Alan DeKok.