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