ldap安装配置过程中遇到的错误,以及解决方法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ldap安装配置过程中遇到的错误,以及解决方法相关的知识,希望对你有一定的参考价值。

错误1:

[[email protected] openldap]# ldapsearch -LLL-W -x -H ldap://etiantian.org -D "cn=admin,dc=etiantian,dc=org" -b"dc=etiantian,dc=org" "(uid=*)"

Enter LDAP Password:

ldap_bind: Invalid credentials (49)

错误描述:

搜选的时候,提示ldap_bind: Invalid credentials (49)

官方说是密码错误

其实是版本问题

ldap2.3和2.4配置冲突问题



解决方法:

rm -rf /etc/openldap/slapd.d/*

slaptest -f /etc/openldap/slapd.conf -F /etc/openldap/slapd.d/

ll /etc/openldap/slapd.d/

chown -R ldap.ldap /etc/openldap/slapd.d

/etc/init.d/slapd restart

OK搞定


错误2:

[[email protected] openldap]# slaptest -f /etc/openldap/slapd.conf -F /etc/openldap/slapd.d/

58116898 /etc/openldap/slapd.conf: line 139: <rootpw> can only be set when rootdn is under suffix

slaptest: bad configuration directory!

错误描述:

配置文件错误,是以下位置配置错误,注意符号

106 database        bdb

107 suffix    "dc=etiantian.dc=org"

108 checkpoint      1024 15

109 rootdn    "cn=admin,dc=etiantian,dc=org"


解决方法:

106 database        bdb

107 suffix    "dc=etiantian,dc=org"

108 checkpoint      1024 15

109 rootdn    "cn=admin,dc=etiantian,dc=org"


错误3:

[[email protected] openldap]# /etc/init.d/slapd restart

Stopping slapd:                                            [  OK  ]

Checking configuration files for slapd:                    [FAILED]

58116b90 ldif_read_file: Permission denied for"/etc/openldap/slapd.d/cn=config.ldif"

slaptest: bad configuration file!


错误描述:

    重启的时候Permission denied,说明权限不够


解决方法:

    chown -R ldap.ldap/etc/openldap/slapd.d

    /etc/init.d/slapd restart

本文出自 “11002498” 博客,请务必保留此出处http://11012498.blog.51cto.com/11002498/1866198

以上是关于ldap安装配置过程中遇到的错误,以及解决方法的主要内容,如果未能解决你的问题,请参考以下文章

IDEA2019.3.3 + Maven3.6.3 + JDK13(最新版)环境配置 以及 遇到错误解决过程 + 方法

为centos7配置阿里yum源遇到的问题以及解决方法

安装python caffe过程中遇到的一些问题以及对应的解决方案

安装cadence软件到使用过程中遇到的问题和解决方法

Storm1.0安装过程及遇到的错误处理方法

Storm1.0安装过程及遇到的错误处理方法