diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2012-08-30 18:25:45 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2012-08-30 18:25:45 +0000 |
commit | 40d7126d6783c87afc99d8afb88d9585d07d0c83 (patch) | |
tree | f9e388b533f2b08e0aeb4cf9b4825ac9570cba20 /usr.sbin/smtpd/smtpd.h | |
parent | 11cab3b0445678ff3748ed3bab8364755d6a8631 (diff) |
- 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@
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 <gilles@openbsd.org> @@ -236,7 +236,8 @@ struct peer { enum map_src { S_NONE, S_PLAIN, - S_DB + S_DB /*, + S_LDAP*/ }; enum map_kind { |