2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 22:35:10 +00:00

Fix typo in tls_key example for Tivoli

This commit is contained in:
Todd C. Miller
2013-08-19 13:19:35 -06:00
parent 6484574f9f
commit dbdd328f44
3 changed files with 6 additions and 6 deletions

View File

@@ -465,7 +465,7 @@ DDEESSCCRRIIPPTTIIOONN
tls_key /var/ldap/key3.db tls_key /var/ldap/key3.db
Tivoli Directory Server: Tivoli Directory Server:
tls_cert /usr/ldap/ldapkey.kdb tls_key /usr/ldap/ldapkey.kdb
When using Tivoli LDAP libraries, this file may also contain When using Tivoli LDAP libraries, this file may also contain
Certificate Authority and client certificates and may be encrypted. Certificate Authority and client certificates and may be encrypted.
@@ -800,4 +800,4 @@ DDIISSCCLLAAIIMMEERR
file distributed with ssuuddoo or http://www.sudo.ws/sudo/license.html for file distributed with ssuuddoo or http://www.sudo.ws/sudo/license.html for
complete details. complete details.
Sudo 1.8.8 April 25, 2013 Sudo 1.8.8 Sudo 1.8.8 August 19, 2013 Sudo 1.8.8

View File

@@ -16,7 +16,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.TH "SUDOERS.LDAP" "8" "April 25, 2013" "Sudo @PACKAGE_VERSION@" "OpenBSD System Manager's Manual" .TH "SUDOERS.LDAP" "8" "August 19, 2013" "Sudo @PACKAGE_VERSION@" "OpenBSD System Manager's Manual"
.nh .nh
.if n .ad l .if n .ad l
.SH "NAME" .SH "NAME"
@@ -822,7 +822,7 @@ Netscape-derived:
\fRtls_key /var/ldap/key3.db\fR \fRtls_key /var/ldap/key3.db\fR
.TP 6n .TP 6n
Tivoli Directory Server: Tivoli Directory Server:
\fRtls_cert /usr/ldap/ldapkey.kdb\fR \fRtls_key /usr/ldap/ldapkey.kdb\fR
.PD 0 .PD 0
.PP .PP
.PD .PD

View File

@@ -14,7 +14,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.Dd April 25, 2013 .Dd August 19, 2013
.Dt SUDOERS.LDAP @mansectsu@ .Dt SUDOERS.LDAP @mansectsu@
.Os Sudo @PACKAGE_VERSION@ .Os Sudo @PACKAGE_VERSION@
.Sh NAME .Sh NAME
@@ -760,7 +760,7 @@ The key type depends on the LDAP libraries used.
.It Netscape-derived: .It Netscape-derived:
.Li tls_key /var/ldap/key3.db .Li tls_key /var/ldap/key3.db
.It Tivoli Directory Server: .It Tivoli Directory Server:
.Li tls_cert /usr/ldap/ldapkey.kdb .Li tls_key /usr/ldap/ldapkey.kdb
.El .El
When using Tivoli LDAP libraries, this file may also contain When using Tivoli LDAP libraries, this file may also contain
Certificate Authority and client certificates and may be encrypted. Certificate Authority and client certificates and may be encrypted.