[EMAIL PROTECTED] wrote: > However, I can't find a way of locking out the user if they enter an > invalid password three times in a row. I've trolled through the LDAP stuff > but can't find anything in there. Is there a way I can create a password > policy to do this?
Not really, because FreeRADIUS is probably pulling the passwords out of LDAP, and doing the authentication itself. If FreeRADIUS is calling ldap to do the authentication, then maybe there's something in OpenLDAP to implement the password policy. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

