📄 slapd.conf
字号:
# $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -