我将openldap安装在Ubuntu服务器(192.168.56.101)中,作为https://www.unixmen.com/install-openldap-in-ubuntu-15-10-and-debian-8/中的说明。
现在,当我从ip为192.168.56.102的远程系统使用http://192.168.56.101/phpldapadmin/访问openldap时,它会显示如下错误:
解析错误:第270行/etc/phpldapadmin/config.php中的语法错误,意外的'',(T_CONSTANT_ENCAPSED_STRING)

如何打开openldap服务器的web控制台?
发布于 2017-01-31 19:22:10
您应该取消对以下几行的注释:
$config->custom->appearance['attr_display_order'] = array(
[anything that fits your needs in between]
);https://askubuntu.com/questions/878400
复制相似问题