version 1.1, 1999/06/17 01:54:27
|
version 1.1.8.3, 2000/06/17 16:16:56
|
Line 1
|
Line 1
|
|
/* $OpenLDAP$ */ |
/* |
/* |
* Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA |
* Copyright 1998-2000 The OpenLDAP Foundation, Redwood City, California, USA |
* All rights reserved. |
* All rights reserved. |
* |
* |
* Redistribution and use in source and binary forms are permitted only |
* Redistribution and use in source and binary forms are permitted only |
Line 21
|
Line 22
|
|
|
/* |
/* |
* This file controls defaults for OpenLDAP package. |
* This file controls defaults for OpenLDAP package. |
* You should not change any of these settings. |
* You probably do not need to edit the defaults provided by this file. |
*/ |
*/ |
|
|
#ifndef _LDAP_DEFAULTS_H |
#ifndef _LDAP_DEFAULTS_H |
Line 35
|
Line 36
|
#define LDAP_ENV_PREFIX "LDAP" |
#define LDAP_ENV_PREFIX "LDAP" |
|
|
|
|
/********************************************************************* |
|
* * |
|
* You probably do not need to edit anything below this point * |
|
* * |
|
*********************************************************************/ |
|
|
|
/* |
/* |
* SHARED DEFINITIONS - other things you can change |
* SHARED DEFINITIONS - other things you can change |
*/ |
*/ |
Line 207 Please try again later.\r\n"
|
Line 202 Please try again later.\r\n"
|
/* 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 */ |
/* minimum max ids that a single index entry can map to in ldbm */ |
#define SLAPD_LDBM_MIN_MAXIDS 4000 |
#define SLAPD_LDBM_MIN_MAXIDS (8192-4) |
|
|
/* the following DNs must be normalized and in uppercase! */ |
/* the following DNs must be normalized! */ |
/* dn of the special "monitor" entry */ |
/* dn of the default subschema subentry */ |
#define SLAPD_MONITOR_DN "CN=MONITOR" |
#define SLAPD_SCHEMA_DN "cn=Subschema" |
/* dn of the special "config" entry */ |
#if 0 |
#define SLAPD_CONFIG_DN "CN=CONFIG" |
/* dn of the default "monitor" subentry */ |
/* dn of the special "schema" entry */ |
#define SLAPD_MONITOR_DN "cn=Monitor" |
#define SLAPD_SCHEMA_DN "CN=SCHEMA" |
/* dn of the default "config" subentry */ |
|
#define SLAPD_CONFIG_DN "cn=Config" |
|
#endif |
|
|
#endif /* _LDAP_CONFIG_H */ |
#endif /* _LDAP_CONFIG_H */ |