dn: cn=config cn: config objectClass: olcGlobal olcPidFile: /run/slapd/slapd.pid # List of arguments that were passed to the server olcArgsFile: /run/slapd/slapd.args # Read slapd-config(5) for possible values olcLogLevel: none # The tool-threads parameter sets the actual amount of cpu's that is used # for indexing. olcToolThreads: 1 dn: olcDatabase={-1}frontend,cn=config olcDatabase: {-1}frontend objectClass: olcDatabaseConfig objectClass: olcFrontendConfig # The maximum number of entries that is returned for a search operation olcSizeLimit: 500 # Allow unlimited access to local connection from the local root user olcAccess: to * by dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth manage by * break # Allow unauthenticated read access for schema and base DN autodiscovery olcAccess: to dn.exact="" by * read olcAccess: to dn.base="cn=Subschema" by * read dn: olcDatabase=config,cn=config olcDatabase: config objectClass: olcDatabaseConfig olcRootDN: cn=admin,cn=config # Access to cn=config olcAccess: to * by dn.exact="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" manage by dn.exact="gidNumber=1000+uidNumber=1000,cn=peercred,cn=external,cn=auth" manage by * break dn: cn=schema,cn=config cn: schema objectClass: olcSchemaConfig include: file:///etc/ldap/schema/core.ldif include: file:///etc/ldap/schema/cosine.ldif include: file:///etc/ldap/schema/nis.ldif include: file:///etc/ldap/schema/inetorgperson.ldif dn: cn=module{0},cn=config cn: module{0} objectClass: olcModuleList # Where the dynamically loaded modules are stored olcModulePath: /usr/lib/ldap olcModuleLoad: back_mdb dn: olcBackend={1}mdb,cn=config olcBackend: {1}mdb objectClass: olcBackendConfig include: file:///home/julm/work/plurasoft/nix/install/logical/friot/sldapd/olcDatabase={1}mdb,cn=config.ldif