dn: cn=config objectClass: olcGlobal cn: config # Features to permit # olcAllows: bind_v2 # Where the pid file is put. The init.d script # will not stop the server if you change this. olcPidFile: /var/run/slapd/slapd.pid # List of arguments that were passed to the server olcArgsFile: /var/run/slapd/slapd.args # Read slapd.conf(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: cn=schema,cn=config objectClass: olcSchemaConfig cn: schema #include: file:///etc/ldap/schema/system.ldif include: file:///etc/ldap/schema/core.ldif dn: olcDatabase={-1}frontend,cn=config objectClass: olcDatabaseConfig objectClass: olcFrontendConfig olcDatabase: {-1}frontend # The maximum number of entries that is returned for a search operation olcSizeLimit: 500 # Protect passwords. See slapd.access(5). #olcAccess: to attrs=userPassword by * auth # Read access to other attributes and entries. #olcAccess: to * by * read dn: olcDatabase=config,cn=config objectClass: olcDatabaseConfig olcDatabase: config olcRootDN: cn=admin,cn=config olcRootPW: NykV9DDfvuOIA #olcAccess: to * by * none