小编man*_*her的帖子

OpenLDAP 没有这样的对象 (32)

我正在尝试使用 FusionDirectory 作为前端设置 OpenLDAP 服务器

遵循本指南:http : //documentation.fusiondirectory.org/en/documentation/admin_installation_redhat_6

http://documentation.fusiondirectory.org/openldap_install_rhel6

我的 ch_domainSettings.ldif 中有以下内容

dn: olcDatabase={1}monitor,cn=config
changetype: modify
replace: olcAccess
olcAccess: {0}to * by   dn.base="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth"
  read by dn.base="cn=Manager,dc=example,dc=net" read by * none

dn: olcDatabase={2}bdb,cn=config
changetype: modify
replace: olcSuffix
olcSuffix: dc=example,dc=net

dn: olcDatabase={2}bdb,cn=config
changetype: modify
replace: olcRootDN
olcRootDN: cn=Manager,dc=example,dc=net

dn: olcDatabase={2}bdb,cn=config
changetype: modify
add: olcRootPW
olcRootPW: {SSHA}RbncgBcs8McqwMMAjx4CFdENpLycUc4w

dn: olcDatabase={2}bdb,cn=config
changetype: modify
add: olcAccess
olcAccess: {0}to attrs=userPassword,shadowLastChange by
  dn="cn=Manager,dc=example,dc=net" write by anonymous auth by self write by * none
olcAccess: {1}to dn.base="" by …
Run Code Online (Sandbox Code Playgroud)

openldap ldap

6
推荐指数
2
解决办法
1万
查看次数

标签 统计

ldap ×1

openldap ×1