Dan Melomedman writes: 

> 
>> authdaemond will restart itself one minute after the first failed 
>> authentication.
> 
> Cool, I'd like this to be 15 seconds, is this configurable?

Nope.  But it's easy enough to change the code: 

               time(&ldapfailflag);
               ldapfailflag += 60; 

This is in authldaplib.c 


-- 
Sam 

Reply via email to