roles::snapshot_db: make packages ignore conditional on running on buster
[mirror/dsa-puppet.git] / modules / roles / files / sso / slapd.conf
1 # copied from /usr/share/slapd/slapd.conf of slapd 2.4.44+dfsg-5+deb9u2 (Debian 9),
2 # and then modified
3 #
4 # This is the main slapd configuration file. See slapd.conf(5) for more
5 # info on the configuration options.
6
7 #######################################################################
8 # Global Directives:
9
10 # Schema and objectClass definitions
11 include         /etc/ldap/schema/core.schema
12 include         /etc/ldap/schema/cosine.schema
13 include         /etc/ldap/schema/nis.schema
14 include         /etc/ldap/schema/inetorgperson.schema
15
16 # Where the pid file is put. The init.d script
17 # will not stop the server if you change this.
18 pidfile         /var/run/slapd/slapd.pid
19
20 # List of arguments that were passed to the server
21 argsfile        /var/run/slapd/slapd.args
22
23 # Read slapd.conf(5) for possible values
24 loglevel        none
25
26 # Where the dynamically loaded modules are stored
27 modulepath      /usr/lib/ldap
28 moduleload      back_hdb
29
30 # The maximum number of entries that is returned for a search operation
31 sizelimit 500
32
33 # The tool-threads parameter sets the actual amount of cpu's that is used
34 # for indexing.
35 tool-threads 1
36
37 include /etc/ldap/slapd-ftmg.conf