freeradius 3 ntln_auth
Alan DeKok
aland at deployingradius.com
Wed Sep 21 17:43:03 CEST 2016
On Sep 21, 2016, at 10:38 AM, Anderson Gomes via Freeradius-Users <freeradius-users at 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.
More information about the Freeradius-Users
mailing list