summaryrefslogtreecommitdiff
path: root/usr.bin/ldap
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2018-07-04 11:47:56 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2018-07-04 11:47:56 +0000
commitcb6468cb7a286ad48c7cfb5b817ea64c9c20123a (patch)
tree3468540d065ccc2854b396e461e8d63407e7013c /usr.bin/ldap
parente342f867785e31816d6c124ae657bb193cf2e2a3 (diff)
minor tweaks to improve readability;
ok rob reyk
Diffstat (limited to 'usr.bin/ldap')
-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.