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
commit247d4cf24029f333c833a44652fb64faf781d0ab (patch)
treee214e0f4f014c7f2a66c6d40d3e272cae0703d9d /usr.bin/ldap
parente581d7196368fad87220afc23ead1fde33afd7d3 (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/aldap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ldap/aldap.h b/usr.bin/ldap/aldap.h
index 755408458cb..5b9ff65c42d 100644
--- a/usr.bin/ldap/aldap.h
+++ b/usr.bin/ldap/aldap.h
@@ -1,5 +1,5 @@
-/* $Id: aldap.h,v 1.1.1.1 2018/06/13 15:45:57 reyk Exp $ */
-/* $OpenBSD: aldap.h,v 1.1.1.1 2018/06/13 15:45:57 reyk Exp $ */
+/* $Id: aldap.h,v 1.1 2018/06/13 15:45:57 reyk Exp $ */
+/* $OpenBSD: aldap.h,v 1.1 2018/06/13 15:45:57 reyk Exp $ */
/*
* Copyright (c) 2008 Alexander Schrijver <aschrijver@openbsd.org>