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