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
- authdaemond needs to be restarted Dan Melomedman
- Re: authdaemond needs to be restarted Sam Varshavchik
- Re: authdaemond needs to be restarted Dan Melomedman
- Sam Varshavchik
