slapd.conf
来自「相当优秀的 UNIX 进程管理工具」· CONF 代码 · 共 33 行
CONF
33 行
# $OpenLDAP: pkg/ldap/servers/slapd/slapd.conf,v 1.8.8.4 2000/08/26 17:06:18 kurt Exp $## See slapd.conf(5) for details on configuration options.# This file should NOT be world readable.#include /usr/local/etc/openldap/schema/core.schemainclude /usr/local/etc/openldap/schema/qmailUser.schema# we need to turn schema checking off as a workaround to a problem# with the qmailUser schema. The issue is that qmailUser objectclass# is defined as top $ person $ organizationalPerson, but according# to core.schema, a person MUST have a cn and sn. But these fields# dont exist in the vpopmail implementation. We can either modify# core.schema to make cn and sn MAY rather than MUST, or we can# disable schemacheck schemacheck offpidfile /var/run/slapd.pidargsfile /var/run/slapd.argsdatabase bdbsuffix "o=vpopmail"rootdn "cn=vpopmailuser, o=vpopmail"rootpw vpoppasswddirectory /usr/local/var/openldap-dataindex objectClass pres,eqindex cn,sn,uid eqindex qmailUID,qmailGID eqaccess to * by self write by dn="cn=vpopmailuser,o=vpopmail" write by * write
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?