summaryrefslogtreecommitdiff
path: root/usr.bin/ldap/ldapclient.c
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2018-06-13 15:45:59 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2018-06-13 15:45:59 +0000
commit1bff6cf51754d79b643cdf8e2c0388b7f07a8700 (patch)
treedeaa593a54a2245b0c9f00560d4bf628722e103b /usr.bin/ldap/ldapclient.c
parent7dec49586050077bae184abd77b1d30b58d5d219 (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/ldapclient.c')
-rw-r--r--usr.bin/ldap/ldapclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ldap/ldapclient.c b/usr.bin/ldap/ldapclient.c
index b129393f1f9..4058d3d7242 100644
--- a/usr.bin/ldap/ldapclient.c
+++ b/usr.bin/ldap/ldapclient.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ldapclient.c,v 1.1.1.1 2018/06/13 15:45:58 reyk Exp $ */
+/* $OpenBSD: ldapclient.c,v 1.1 2018/06/13 15:45:58 reyk Exp $ */
/*
* Copyright (c) 2018 Reyk Floeter <reyk@openbsd.org>