]> Git — Sourcephile - sourcephile-nix.git/blob - install/logical/friot/sldapd/cn=config.ldif
nix: move build/ package within shell.nix
[sourcephile-nix.git] / install / logical / friot / sldapd / cn=config.ldif
1 dn: cn=config
2 cn: config
3 objectClass: olcGlobal
4 olcPidFile: /run/slapd/slapd.pid
5 # List of arguments that were passed to the server
6 olcArgsFile: /run/slapd/slapd.args
7 # Read slapd-config(5) for possible values
8 olcLogLevel: none
9 # The tool-threads parameter sets the actual amount of cpu's that is used
10 # for indexing.
11 olcToolThreads: 1
12
13 dn: olcDatabase={-1}frontend,cn=config
14 olcDatabase: {-1}frontend
15 objectClass: olcDatabaseConfig
16 objectClass: olcFrontendConfig
17 # The maximum number of entries that is returned for a search operation
18 olcSizeLimit: 500
19 # Allow unlimited access to local connection from the local root user
20 olcAccess: to *
21 by dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth manage
22 by * break
23 # Allow unauthenticated read access for schema and base DN autodiscovery
24 olcAccess: to dn.exact=""
25 by * read
26 olcAccess: to dn.base="cn=Subschema"
27 by * read
28
29 dn: olcDatabase=config,cn=config
30 olcDatabase: config
31 objectClass: olcDatabaseConfig
32 olcRootDN: cn=admin,cn=config
33 # Access to cn=config
34 olcAccess: to *
35 by dn.exact="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" manage
36 by dn.exact="gidNumber=1000+uidNumber=1000,cn=peercred,cn=external,cn=auth" manage
37 by * break
38
39 dn: cn=schema,cn=config
40 cn: schema
41 objectClass: olcSchemaConfig
42
43 include: file:///etc/ldap/schema/core.ldif
44 include: file:///etc/ldap/schema/cosine.ldif
45 include: file:///etc/ldap/schema/nis.ldif
46 include: file:///etc/ldap/schema/inetorgperson.ldif
47
48 dn: cn=module{0},cn=config
49 cn: module{0}
50 objectClass: olcModuleList
51 # Where the dynamically loaded modules are stored
52 olcModulePath: /usr/lib/ldap
53 olcModuleLoad: back_mdb
54
55 dn: olcBackend={1}mdb,cn=config
56 olcBackend: {1}mdb
57 objectClass: olcBackendConfig
58
59 include: file:///home/julm/work/commonsoft/sys/install/logical/friot/sldapd/olcDatabase={1}mdb,cn=config.ldif