diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2018-06-13 15:45:58 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2018-06-13 15:45:58 +0000 |
commit | e9ddf331e5ebd06456b8148a42ffe1db7246750c (patch) | |
tree | 12d42acb1a62c9b5308465f246e006981ff915eb /usr.bin/ldap | |
parent | c30721ac4a84ab594b07dbd4cbc12a8b8d356ba3 (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.c | 4 |
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> |