EAP + LDAP
    Alan DeKok 
    aland at deployingradius.com
       
    Wed Jun  2 08:29:47 CEST 2010
    
    
  
Juergen Koller wrote:
> freeradius checks now for authorization against the LDAP-database and
> gets back if the user exists or not (according to the debug output). But
>  the user will not be rejected, if not in the LDAP-database.
> 
> Perhaps I did not read the right document file right now. Perhaps
> Autz-Type is the totaly wrong approach.
> Any hints?
  See the return code of the ldap module:
	...
	ldap
	if (notfound) {
		reject
	}
	...
  Alan DeKok.
    
    
More information about the Freeradius-Users
mailing list