diff options
author | 2018-07-04 11:47:55 +0000 | |
---|---|---|
committer | 2018-07-04 11:47:55 +0000 | |
commit | 5b3b19327aa020d6bd8a9c98bc8fe81e20e5756f (patch) | |
tree | 7691f1ed5d6ce369497b191c98d730483627e726 | |
parent | Avoid possible vfprintf NULL errors in ldap_unbind(). (diff) | |
download | wireguard-openbsd-5b3b19327aa020d6bd8a9c98bc8fe81e20e5756f.tar.xz wireguard-openbsd-5b3b19327aa020d6bd8a9c98bc8fe81e20e5756f.zip |
minor tweaks to improve readability;
ok rob reyk
-rw-r--r-- | usr.bin/ldap/ldap.1 | 12 |
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. |