diff options
Diffstat (limited to 'contrib/sendmail/include/sm/ldap.h')
| -rw-r--r-- | contrib/sendmail/include/sm/ldap.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/contrib/sendmail/include/sm/ldap.h b/contrib/sendmail/include/sm/ldap.h index 8df8fe14b846..7db8355be8b7 100644 --- a/contrib/sendmail/include/sm/ldap.h +++ b/contrib/sendmail/include/sm/ldap.h @@ -1,12 +1,12 @@  /* - * Copyright (c) 2001-2002 Sendmail, Inc. and its suppliers. + * Copyright (c) 2001-2003, 2005 Sendmail, Inc. and its suppliers.   *      All rights reserved.   *   * By using this file, you agree to the terms and conditions set   * forth in the LICENSE file which can be found at the top level of   * the sendmail distribution.   * - *	$Id: ldap.h,v 1.27 2003/12/20 09:23:47 gshapiro Exp $ + *	$Id: ldap.h,v 1.28 2005/06/23 23:11:21 ca Exp $   */  #ifndef	SM_LDAP_H @@ -44,6 +44,7 @@  #  define SM_LDAP_SINGLEMATCH	0x0001  #  define SM_LDAP_MATCHONLY	0x0002  #  define SM_LDAP_USE_ALLATTR	0x0004 +#  define SM_LDAP_SINGLEDN	0x0008  struct sm_ldap_struct  { | 
