mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#8798 Enable retry/delay in slapd-bind
This commit is contained in:
parent
412479e6fe
commit
1e8ab5de66
1 changed files with 0 additions and 2 deletions
|
|
@ -789,12 +789,10 @@ main( int argc, char **argv )
|
|||
bargs[banum++] = bloops;
|
||||
bargs[banum++] = "-L";
|
||||
bargs[banum++] = outerloops;
|
||||
#if 0
|
||||
bargs[banum++] = "-r";
|
||||
bargs[banum++] = retries;
|
||||
bargs[banum++] = "-t";
|
||||
bargs[banum++] = delay;
|
||||
#endif
|
||||
if ( friendly ) {
|
||||
bargs[banum++] = friendlyOpt;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue