DOC: fix some typos in the ssl_s_{s|i}_dn documentation

Fix some typos in the ssl_s_{s|i}_dn documentation.
This commit is contained in:
William Lallemand 2020-06-26 09:55:06 +02:00
parent eccfa612e8
commit 8f600c833a
1 changed files with 4 additions and 4 deletions

View File

@ -17104,8 +17104,8 @@ ssl_s_i_dn([<entry>[,<occ>[,<format>]]]) : string
first given entry found from the beginning of the DN. If a positive/negative 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 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. 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 For instance, "ssl_s_i_dn(OU,2)" the second organization unit, and
"ssl_f_i_dn(CN)" retrieves the common name. "ssl_s_i_dn(CN)" retrieves the common name.
The <format> parameter allows you to receive the DN suitable for The <format> parameter allows you to receive the DN suitable for
consumption by different protocols. Currently supported is rfc2253 for consumption by different protocols. Currently supported is rfc2253 for
LDAP v3. LDAP v3.
@ -17119,8 +17119,8 @@ ssl_s_s_dn([<entry>[,<occ>[,<format>]]]) : string
first given entry found from the beginning of the DN. If a positive/negative 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 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. 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 For instance, "ssl_s_s_dn(OU,2)" the second organization unit, and
"ssl_f_s_dn(CN)" retrieves the common name. "ssl_s_s_dn(CN)" retrieves the common name.
The <format> parameter allows you to receive the DN suitable for The <format> parameter allows you to receive the DN suitable for
consumption by different protocols. Currently supported is rfc2253 for consumption by different protocols. Currently supported is rfc2253 for
LDAP v3. LDAP v3.