From 40d7126d6783c87afc99d8afb88d9585d07d0c83 Mon Sep 17 00:00:00 2001 From: Gilles Chehade Date: Thu, 30 Aug 2012 18:25:45 +0000 Subject: - import latest aldap.[ch] and ber.[ch] from ypldap - revive map_ldap.c by updating it to the current API diff by Mathieu Masson who played puzzle with an oooold changeset of mine, this import is to let us work on it in tree, it won't work as is. idea ok eric@ and chl@ --- usr.sbin/smtpd/smtpd.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin/smtpd/smtpd.h') diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index 7999aaf7228..92343b4fbf8 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.341 2012/08/29 16:26:17 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.342 2012/08/30 18:25:44 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade @@ -236,7 +236,8 @@ struct peer { enum map_src { S_NONE, S_PLAIN, - S_DB + S_DB /*, + S_LDAP*/ }; enum map_kind { -- cgit v1.2.3