summaryrefslogtreecommitdiff
path: root/contrib/sendmail/src/ldap_map.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-01-12 12:26:57 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-01-12 12:26:57 +0000
commit065a643db393fd78e62e8b414b4789e13fbdb5ae (patch)
tree8d45e99e5e320ab4e55408b355a04b2be475a0ed /contrib/sendmail/src/ldap_map.h
parentc2aa98e247e56d5266d789dfc9b90b524b0019fe (diff)
Notes
Diffstat (limited to 'contrib/sendmail/src/ldap_map.h')
-rw-r--r--contrib/sendmail/src/ldap_map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sendmail/src/ldap_map.h b/contrib/sendmail/src/ldap_map.h
index 9f6a6796d7a6f..97eb29ec072cf 100644
--- a/contrib/sendmail/src/ldap_map.h
+++ b/contrib/sendmail/src/ldap_map.h
@@ -14,7 +14,7 @@
** Please go to him for support -- since I (Eric) don't run LDAP, I
** can't help you at all.
**
-** @(#)ldap_map.h 8.9 (Berkeley) 5/19/98
+** @(#)ldap_map.h 8.10 (Berkeley) 9/14/1998
*/
#ifndef _LDAP_MAP_H
@@ -61,7 +61,7 @@ typedef struct ldap_map_struct LDAP_MAP_STRUCT;
#define DEFAULT_LDAP_MAP_DEREF LDAP_DEREF_NEVER
#define DEFAULT_LDAP_MAP_SIZELIMIT 0
#define DEFAULT_LDAP_MAP_ATTRSONLY 0
-#define LDAP_MAP_MAX_FILTER 256
+#define LDAP_MAP_MAX_FILTER 1024
#ifdef LDAP_REFERRALS
# define DEFAULT_LDAP_MAP_LDAP_OPTIONS LDAP_OPT_REFERRALS
#else /* LDAP_REFERRALS */