version 1.33, 2006/01/03 22:12:06
|
version 1.33.2.6, 2010/04/13 20:22:48
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/include/ldap_defaults.h,v 1.32 2005/03/15 16:32:02 hyc Exp $ */ |
/* $OpenLDAP: pkg/ldap/include/ldap_defaults.h,v 1.33.2.5 2009/01/22 00:00:52 kurt Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1998-2006 The OpenLDAP Foundation. |
* Copyright 1998-2010 The OpenLDAP Foundation. |
* All rights reserved. |
* All rights reserved. |
* |
* |
* Redistribution and use in source and binary forms, with or without |
* Redistribution and use in source and binary forms, with or without |
Line 56
|
Line 56
|
#define SLAPD_DEFAULT_SIZELIMIT 500 |
#define SLAPD_DEFAULT_SIZELIMIT 500 |
/* default timelimit to spend on a search */ |
/* default timelimit to spend on a search */ |
#define SLAPD_DEFAULT_TIMELIMIT 3600 |
#define SLAPD_DEFAULT_TIMELIMIT 3600 |
/* minimum max ids that a single index entry can map to in ldbm */ |
|
#define SLAPD_LDBM_MIN_MAXIDS (8192-4) |
|
|
|
/* the following DNs must be normalized! */ |
/* the following DNs must be normalized! */ |
/* dn of the default subschema subentry */ |
/* dn of the default subschema subentry */ |