summaryrefslogtreecommitdiff
path: root/usr.bin/ldap
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2018-06-13 15:45:58 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2018-06-13 15:45:58 +0000
commitc1d92d65d7ba2ca2fd0453934758fcf0d8551db8 (patch)
tree35f5fb314fbc80310a6f565e9f9279915b34d06f /usr.bin/ldap
parent50244e19f8b4d44f60363f0a32e61325ac39f258 (diff)
Import ldap(1), a simple ldap search client.
We have an ldapd(8) server and ypldap in base, so it makes sense to have a simple LDAP client without depending on the OpenLDAP package. This tool can be used in an ssh(1) AuthorizedKeysCommand script. With feedback from many including millert@ schwarze@ gilles@ dlg@ jsing@ OK deraadt@
Diffstat (limited to 'usr.bin/ldap')
-rw-r--r--usr.bin/ldap/ber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ldap/ber.h b/usr.bin/ldap/ber.h
index 4680e81dac0..d5b7ed99b37 100644
--- a/usr.bin/ldap/ber.h
+++ b/usr.bin/ldap/ber.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ber.h,v 1.1.1.1 2018/06/13 15:45:57 reyk Exp $ */
+/* $OpenBSD: ber.h,v 1.1 2018/06/13 15:45:57 reyk Exp $ */
/*
* Copyright (c) 2007 Reyk Floeter <reyk@vantronix.net>