version 1.1, 1999/06/17 01:54:27
|
version 1.1.8.5, 2001/06/02 00:33:03
|
Line 1
|
Line 1
|
|
/* $OpenLDAP: pkg/ldap/include/ldap_defaults.h,v 1.1.8.4 2000/07/04 17:58:48 kurt Exp $ */ |
/* |
/* |
* Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA |
* Copyright 1998-2001 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, with or without |
* as authorized by the OpenLDAP Public License. A copy of this |
* modification, are permitted only as authorized by the OpenLDAP |
* license is available at http://www.OpenLDAP.org/license.html or |
* Public License. A copy of this license is available at |
* in file LICENSE in the top-level directory of the distribution. |
* http://www.OpenLDAP.org/license.html or in file LICENSE in the |
|
* top-level directory of the distribution. |
*/ |
*/ |
/* Portions |
/* Portions |
* Copyright (c) 1994 Regents of the University of Michigan. |
* Copyright (c) 1994 Regents of the University of Michigan. |
Line 21
|
Line 23
|
|
|
/* |
/* |
* 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 34
|
Line 36
|
#define LDAP_USERRC_FILE "ldaprc" |
#define LDAP_USERRC_FILE "ldaprc" |
#define LDAP_ENV_PREFIX "LDAP" |
#define LDAP_ENV_PREFIX "LDAP" |
|
|
|
/* default ldapi:// socket */ |
|
#define LDAPI_SOCK LDAP_TMPDIR LDAP_DIRSEP ".ldapi_sock" |
|
|
/********************************************************************* |
/* default file: URI prefix */ |
* * |
#define LDAP_FILE_URI_PREFIX "file://" LDAP_TMPDIR LDAP_DIRSEP |
* 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 208 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 */ |