slapd.conf

来自「samba最新软件」· CONF 代码 · 共 92 行

CONF
92
字号
loglevel 0include ${LDAPDIR}/backend-schema.schemapidfile		${LDAPDIR}/slapd.pidargsfile	${LDAPDIR}/slapd.argssasl-realm ${DNSDOMAIN}access to * by * writeallow update_anonauthz-regexp          uid=([^,]*),cn=${DNSDOMAIN},cn=digest-md5,cn=auth          ldap:///${DOMAINDN}??sub?(samAccountName=\$1)authz-regexp          uid=([^,]*),cn=([^,]*),cn=digest-md5,cn=auth          ldap:///${DOMAINDN}??sub?(samAccountName=\$1)include ${LDAPDIR}/modules.confdefaultsearchbase ${DOMAINDN}${MEMBEROF_CONFIG}database        hdbsuffix		${SCHEMADN}directory	${LDAPDIR}/db/schemaindex           objectClass eqindex           samAccountName eqindex name eqindex objectCategory eqindex lDAPDisplayName eqindex subClassOf eqindex cn eq#syncprov is stable in OpenLDAP 2.3, and available in 2.2.  #We only need this for the contextCSN attribute anyway....overlay syncprovsyncprov-checkpoint 100 10syncprov-sessionlog 100database        hdbsuffix		${CONFIGDN}directory	${LDAPDIR}/db/configindex           objectClass eqindex           samAccountName eqindex name eqindex objectSid eqindex objectCategory eqindex nCName eqindex subClassOf eqindex dnsRoot eqindex nETBIOSName eqindex cn eq#syncprov is stable in OpenLDAP 2.3, and available in 2.2.  #We only need this for the contextCSN attribute anyway....overlay syncprovsyncprov-checkpoint 100 10syncprov-sessionlog 100database        hdbsuffix		${DOMAINDN}directory	${LDAPDIR}/db/userindex           objectClass eqindex           samAccountName eqindex name eqindex objectSid eqindex objectCategory eqindex member eqindex uidNumber eqindex gidNumber eqindex unixName eqindex privilege eqindex nCName eqindex lDAPDisplayName eqindex subClassOf eqindex dnsRoot eqindex nETBIOSName eqindex cn eqrootdn          ${LDAPMANAGERDN}rootpw          ${LDAPMANAGERPASS}#syncprov is stable in OpenLDAP 2.3, and available in 2.2.  #We only need this for the contextCSN attribute anyway....overlay syncprovsyncprov-checkpoint 100 10syncprov-sessionlog 100

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?