Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > e7f98cc52094672001c3e6a04c417ebf > files > 26

php-pear-DB_ldap2-0.5.0-2mdv2010.0.noarch.rpm

# This is the main ldapd configuration file. See slapd.conf(5) for more
# info on the configuration options.

# Schema and objectClass definitions
include		/etc/ldap/schema/core.schema
include 	/etc/ldap/schema/cosine.schema
include 	/etc/ldap/schema/inetorgperson.schema
include		/etc/ldap/schema/nis.schema

# Schema check allows for forcing entries to
# match schemas for their objectClasses's
schemacheck	on

# Where clients are refered to if no
# match is found locally
#referral	ldap://some.other.ldap.server

# Where the pid file is put. The init.d script
# will not stop the server if you change this.
pidfile		/var/run/slapd.pid

# List of arguments that were passed to the server
argsfile	/var/run/slapd.args

# Where to store the replica logs
replogfile      /var/spool/slurpd/replog

# Read slapd.conf(5) for possible values
loglevel	0

#######################################################################
# ldbm database definitions
#######################################################################

# The backend type, ldbm, is the default standard
database	ldbm

# The base of your directory
suffix		"dc=example,dc=com"

# Where the database file are physically stored
directory	"/var/lib/ldap"

# Save the time that the entry gets modified
lastmod on


index   cn                                   eq,sub
index   objectClass                          eq
index   sn                                   eq,sub
index   uid                                  eq

rootdn  uid=root,ou=adm,dc=example,dc=com
rootpw  secret
 
cachesize       10000
dbcachesize     1000000

defaultaccess write