Mailing List Archive

[Bug 66355] Wrong unit for LDAP/LDAPRetryDelay
https://bz.apache.org/bugzilla/show_bug.cgi?id=66355

Stephen Blott <smblott@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |smblott@gmail.com

--- Comment #1 from Stephen Blott <smblott@gmail.com> ---
Created attachment 38436
--> https://bz.apache.org/bugzilla/attachment.cgi?id=38436&action=edit
Just the bug notes.

This is just the same text as before.

Bugzilla makes me provide an attachment.

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 66355] Wrong unit for LDAP/LDAPRetryDelay [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=66355

--- Comment #2 from Ruediger Pluem <rpluem@apache.org> ---
(In reply to Stephen Blott from comment #0)

> I've observed N in the region of 5 to 7.)
>
> Configuration option:
>
> LDAPRetryDelay 5 (for example)
>
> This sets the retry delay for LDAP connections.
>
> In the code, this ends up here...
>
> In util_ldap_set_retry_delay (util_ldap.c:2859):

This line number does not match the 2.4.54 code.

>
> st->retry_delay = timeout;

But timeout is not the value given by LDAPRetryDelay but the value created by
ap_timeout_parameter_parse (util_ldap.c:2786) from the value set by
LDAPRetryDelay
which already does the correct scaling (seconds by default)

http://svn.apache.org/viewvc/httpd/httpd/tags/2.4.54/modules/ldap/util_ldap.c?revision=1901749&view=markup#l2786

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 66355] Wrong unit for LDAP/LDAPRetryDelay [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=66355

Stephen Blott <smblott@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 66355] Wrong unit for LDAP/LDAPRetryDelay [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=66355

Christophe JAILLET <christophe.jaillet@wanadoo.fr> changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |INVALID

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org