summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2018-07-04 11:47:55 +0000
committerjmc <jmc@openbsd.org>2018-07-04 11:47:55 +0000
commit5b3b19327aa020d6bd8a9c98bc8fe81e20e5756f (patch)
tree7691f1ed5d6ce369497b191c98d730483627e726
parentAvoid possible vfprintf NULL errors in ldap_unbind(). (diff)
downloadwireguard-openbsd-5b3b19327aa020d6bd8a9c98bc8fe81e20e5756f.tar.xz
wireguard-openbsd-5b3b19327aa020d6bd8a9c98bc8fe81e20e5756f.zip
minor tweaks to improve readability;
ok rob reyk
-rw-r--r--usr.bin/ldap/ldap.112
1 files changed, 5 insertions, 7 deletions
diff --git a/usr.bin/ldap/ldap.1 b/usr.bin/ldap/ldap.1
index 16c47adfe50..017d65946fd 100644
--- a/usr.bin/ldap/ldap.1
+++ b/usr.bin/ldap/ldap.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ldap.1,v 1.8 2018/07/04 01:45:14 rob Exp $
+.\" $OpenBSD: ldap.1,v 1.9 2018/07/04 11:47:55 jmc Exp $
.\"
.\" Copyright (c) 2018 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -38,7 +38,7 @@
.Sh DESCRIPTION
The
.Nm
-program is a simple LDAP client program.
+utility is a simple LDAP client.
It queries an LDAP server to perform a command and outputs the results
in the LDAP Data Interchange Format (LDIF).
.Bl -tag -width Ds
@@ -236,17 +236,15 @@ Match Group ldapusers
.Sh HISTORY
The
.Nm
-program first appeared in
+utility first appeared in
.Ox 6.4 .
.Sh AUTHORS
.An -nosplit
The
.Nm
-program was written by
+utility was written by
.An Reyk Floeter Aq Mt reyk@openbsd.org .
.Sh CAVEATS
-The
-.Nm
-tool does not support SASL authentication.
+SASL authentication is not supported.
Authentication should be performed using simple authentication over a
TLS connection.