当前位置: 代码迷 >> Ruby/Rails >> LDAP启动报错config_build_attrs: error 21 on olcConfigFile value #0解决方法
  详细解决方案

LDAP启动报错config_build_attrs: error 21 on olcConfigFile value #0解决方法

热度:263   发布时间:2016-04-29 02:12:23.0
LDAP启动报错config_build_attrs: error 21 on olcConfigFile value #0解决办法

LDAP安装完成后,需要从命令行cd到安装目录后启动slapd -d 1

报错:?config_build_attrs: error 21 on olcConfigFile value #0时

?

解决办法:

?解决方法(一):
?slapd.exe -d 1 -f ./slapd.conf
?加上 -f 和你的配置文件路径

解决方法(二):
安装目录下面有个 run 目录, run 目录下面有个
?run.cmd 直接双击运行;

?

我用了第一个,好用,启动起来了

?

?

  相关解决方案