FreeRadius with ntlm_auth

Alan DeKok aland at deployingradius.com
Thu Dec 3 16:02:51 CET 2009


Charles wrote:
> I'd love to know how you will acheive this . I need to do the same

  Configure the LDAP module.

  Use LDAP-Group checking.

authorize {
	...

	if (LDAP-Group != "foo") {
		reject
	}

	...
}



More information about the Freeradius-Users mailing list