Local user and LDAP

Alan DeKok aland at deployingradius.com
Mon Jan 5 13:45:27 CET 2015


On Jan 5, 2015, at 7:38 AM, Manuel Izquierdo <mizq14 at gmail.com> wrote:

> Hi
> 
> I put this configuration and now the local user is fine but LDAP is not working. Error:
> 
> 	[ldap] User found in group RS-Network-customer
> 	[files] users. Matched entry DEFAULT at line 233  <— DEFAULT LDAD-GROUP IS OK
>  	ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user
> 	Failed to authenticate the user.
> 
> There is a problem with the Auth-Type ?? 

  You need to run the “pap” module.  The simplest way to do this is the following:

authorize {
	…
	files
	if (noop) {
		… all of the OTHER things in “authorize” ...
	}

	pap
}

  Alan DeKok.



More information about the Freeradius-Users mailing list