From: William Lallemand Date: Fri, 26 Jun 2020 07:55:06 +0000 (+0200) Subject: DOC: fix some typos in the ssl_s_{s|i}_dn documentation X-Git-Tag: v2.2-dev11~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f600c833a0a3b684fc04f064ea2d066713d8543;p=thirdparty%2Fhaproxy.git DOC: fix some typos in the ssl_s_{s|i}_dn documentation Fix some typos in the ssl_s_{s|i}_dn documentation. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 6612d3d43a..291242b9e1 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -17104,8 +17104,8 @@ ssl_s_i_dn([[,[,]]]) : string first given entry found from the beginning of the DN. If a positive/negative occurrence number is specified as the optional second argument, it returns the value of the nth given entry value from the beginning/end of the DN. - For instance, "ssl_f_i_dn(OU,2)" the second organization unit, and - "ssl_f_i_dn(CN)" retrieves the common name. + For instance, "ssl_s_i_dn(OU,2)" the second organization unit, and + "ssl_s_i_dn(CN)" retrieves the common name. The parameter allows you to receive the DN suitable for consumption by different protocols. Currently supported is rfc2253 for LDAP v3. @@ -17119,8 +17119,8 @@ ssl_s_s_dn([[,[,]]]) : string first given entry found from the beginning of the DN. If a positive/negative occurrence number is specified as the optional second argument, it returns the value of the nth given entry value from the beginning/end of the DN. - For instance, "ssl_f_s_dn(OU,2)" the second organization unit, and - "ssl_f_s_dn(CN)" retrieves the common name. + For instance, "ssl_s_s_dn(OU,2)" the second organization unit, and + "ssl_s_s_dn(CN)" retrieves the common name. The parameter allows you to receive the DN suitable for consumption by different protocols. Currently supported is rfc2253 for LDAP v3.