<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.sachsen.schule/dwiki/index.php?action=history&amp;feed=atom&amp;title=Benutzer%3AHarry%2Fslapd.conf</id>
	<title>Benutzer:Harry/slapd.conf - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sachsen.schule/dwiki/index.php?action=history&amp;feed=atom&amp;title=Benutzer%3AHarry%2Fslapd.conf"/>
	<link rel="alternate" type="text/html" href="https://wiki.sachsen.schule/dwiki/index.php?title=Benutzer:Harry/slapd.conf&amp;action=history"/>
	<updated>2026-05-07T02:46:17Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Delixs</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.sachsen.schule/dwiki/index.php?title=Benutzer:Harry/slapd.conf&amp;diff=6723&amp;oldid=prev</id>
		<title>Harry: Die Seite wurde neu angelegt: &lt;pre&gt; # This is the main slapd configuration file. See slapd.conf(5) for more # info on the configuration options.  ####################################################...</title>
		<link rel="alternate" type="text/html" href="https://wiki.sachsen.schule/dwiki/index.php?title=Benutzer:Harry/slapd.conf&amp;diff=6723&amp;oldid=prev"/>
		<updated>2009-04-11T21:53:19Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: &amp;lt;pre&amp;gt; # This is the main slapd configuration file. See slapd.conf(5) for more # info on the configuration options.  ####################################################...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
# This is the main slapd configuration file. See slapd.conf(5) for more&lt;br /&gt;
# info on the configuration options.&lt;br /&gt;
&lt;br /&gt;
#######################################################################&lt;br /&gt;
# Global Directives:&lt;br /&gt;
&lt;br /&gt;
# Features to permit&lt;br /&gt;
#allow bind_v2&lt;br /&gt;
&lt;br /&gt;
# Schema and objectClass definitions&lt;br /&gt;
include         /etc/ldap/schema/core.schema&lt;br /&gt;
include         /etc/ldap/schema/cosine.schema&lt;br /&gt;
include         /etc/ldap/schema/nis.schema&lt;br /&gt;
include         /etc/ldap/schema/inetorgperson.schema&lt;br /&gt;
include         /etc/ldap/schema/samba.schema&lt;br /&gt;
include         /etc/ldap/schema/dhcp.schema&lt;br /&gt;
&lt;br /&gt;
# Where the pid file is put. The init.d script&lt;br /&gt;
# will not stop the server if you change this.&lt;br /&gt;
pidfile         /var/run/slapd/slapd.pid&lt;br /&gt;
&lt;br /&gt;
# List of arguments that were passed to the server&lt;br /&gt;
argsfile        /var/run/slapd/slapd.args&lt;br /&gt;
&lt;br /&gt;
# Read slapd.conf(5) for possible values&lt;br /&gt;
loglevel        128&lt;br /&gt;
&lt;br /&gt;
# Where the dynamically loaded modules are stored&lt;br /&gt;
modulepath      /usr/lib/ldap&lt;br /&gt;
moduleload      back_hdb&lt;br /&gt;
moduleload      back_monitor&lt;br /&gt;
moduleload      unique&lt;br /&gt;
&lt;br /&gt;
# The maximum number of entries that is returned for a search operation&lt;br /&gt;
sizelimit     3000&lt;br /&gt;
&lt;br /&gt;
# The tool-threads parameter sets the actual amount of cpu&amp;#039;s that is used&lt;br /&gt;
# for indexing.&lt;br /&gt;
tool-threads 1&lt;br /&gt;
&lt;br /&gt;
defaultsearchbase dc=delixs-schule,dc=de&lt;br /&gt;
&lt;br /&gt;
#######################################################################&lt;br /&gt;
# Specific Backend Directives for hdb:&lt;br /&gt;
# Backend specific directives apply to this backend until another&lt;br /&gt;
# &amp;#039;backend&amp;#039; directive occurs&lt;br /&gt;
backend         hdb&lt;br /&gt;
&lt;br /&gt;
#######################################################################&lt;br /&gt;
# Specific Backend Directives for &amp;#039;other&amp;#039;:&lt;br /&gt;
# Backend specific directives apply to this backend until another&lt;br /&gt;
# &amp;#039;backend&amp;#039; directive occurs&lt;br /&gt;
#backend                &amp;lt;other&amp;gt;&lt;br /&gt;
&lt;br /&gt;
#######################################################################&lt;br /&gt;
# Specific Directives for database #1, of type hdb:&lt;br /&gt;
# Database specific directives apply to this databasse until another&lt;br /&gt;
# &amp;#039;database&amp;#039; directive occurs&lt;br /&gt;
database        hdb&lt;br /&gt;
&lt;br /&gt;
# The base of your directory in database #1&lt;br /&gt;
suffix          &amp;quot;dc=delixs-schule,dc=de&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# enforce unique attributes&lt;br /&gt;
overlay unique&lt;br /&gt;
unique_uri      ldap:///?uid,cn?sub&lt;br /&gt;
&lt;br /&gt;
# rootdn directive for specifying a superuser on the database. This is needed&lt;br /&gt;
# for syncrepl.&lt;br /&gt;
rootdn          &amp;quot;cn=admin,dc=delixs-schule,dc=de&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# Where the database file are physically stored for database #1&lt;br /&gt;
directory       &amp;quot;/var/lib/ldap&amp;quot;&lt;br /&gt;
&lt;br /&gt;
# The dbconfig settings are used to generate a DB_CONFIG file the first&lt;br /&gt;
# time slapd starts.  They do NOT override existing an existing DB_CONFIG&lt;br /&gt;
# file.  You should therefore change these settings in DB_CONFIG directly&lt;br /&gt;
# or remove DB_CONFIG and restart slapd for changes to take effect.&lt;br /&gt;
&lt;br /&gt;
# For the Debian package we use 2MB as default but be sure to update this&lt;br /&gt;
# value if you have plenty of RAM&lt;br /&gt;
dbconfig set_cachesize 0 2097152 0&lt;br /&gt;
&lt;br /&gt;
# Sven Hartge reported that he had to set this value incredibly high&lt;br /&gt;
# to get slapd running at all. See http://bugs.debian.org/303057 for more&lt;br /&gt;
# information.&lt;br /&gt;
&lt;br /&gt;
# Number of objects that can be locked at the same time.&lt;br /&gt;
dbconfig set_lk_max_objects 1500&lt;br /&gt;
# Number of locks (both requested and granted)&lt;br /&gt;
dbconfig set_lk_max_locks 1500&lt;br /&gt;
# Number of lockers&lt;br /&gt;
dbconfig set_lk_max_lockers 1500&lt;br /&gt;
&lt;br /&gt;
# Indexing options for database #1&lt;br /&gt;
index   objectClass                         eq&lt;br /&gt;
index   uidNumber                           eq&lt;br /&gt;
index   gidNumber                           eq&lt;br /&gt;
index   uid,displayName                     eq&lt;br /&gt;
index   cn,sn                               pres,eq,sub&lt;br /&gt;
index   memberUid                           eq&lt;br /&gt;
index   sambaSID                            eq&lt;br /&gt;
index   sambaPrimaryGroupSID                eq&lt;br /&gt;
index   sambaDomainName                     eq&lt;br /&gt;
&lt;br /&gt;
# Save the time that the entry gets modified, for database #1&lt;br /&gt;
lastmod         on&lt;br /&gt;
&lt;br /&gt;
# Checkpoint the BerkeleyDB database periodically in case of system&lt;br /&gt;
# failure and to speed slapd shutdown.&lt;br /&gt;
checkpoint      512 30&lt;br /&gt;
&lt;br /&gt;
# Where to store the replica logs for database #1&lt;br /&gt;
# replogfile    /var/lib/ldap/replog&lt;br /&gt;
&lt;br /&gt;
# default acl&lt;br /&gt;
&lt;br /&gt;
include /etc/ldap/slapd.acl-db1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Monitor&lt;br /&gt;
database        monitor&lt;br /&gt;
&lt;br /&gt;
access to dn.subtree=cn=Monitor&lt;br /&gt;
        by dn.exact=&amp;quot;cn=admin,dc=delixs-schule,dc=de&amp;quot; manage&lt;br /&gt;
        by by group/organizationalRole/roleOccupant=&amp;quot;cn=admin,dc=delixs-schule,dc=de&amp;quot; manage&lt;br /&gt;
        by * none&lt;br /&gt;
&lt;br /&gt;
# Config Database&lt;br /&gt;
# z.Z. etwas vernachlässigt, ändert sich erst, wenn die Konfiguration&lt;br /&gt;
# in trockenen Tüchern ist&lt;br /&gt;
database config&lt;br /&gt;
&lt;br /&gt;
access to *&lt;br /&gt;
        by dn.exact=&amp;quot;cn=admin,dc=delixs-schule,dc=de&amp;quot; manage&lt;br /&gt;
        by group/organizationalRole/roleOccupant=&amp;quot;cn=admin,dc=delixs-schule,dc=de&amp;quot; manage&lt;br /&gt;
        by * read&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
	</entry>
</feed>