Solaris 11 ldap客户端configuration

我正在尝试从solaris 10到solaris 11迁移一些Web服务(如wordpress / dokuwiki)连接到我们的LDAP用户authentication。在solaris 10中,您可以configuration客户端不要求或检查任何服务器证书。 这是通过TLS_REQCERT从不在ldapconfiguration(/etc/opt/csw/openldap/ldap.conf)中完成的。

有谁知道如何在solaris 11中进行configuration? 或者如何configuration客户端使用我们的证书? 我无法在我们的solaris 11主机上find任何ldapconfiguration,也没有logging如何在主机上安装证书以用于ldap连接。

从描述中可以看出,您使用的是OpenLDAP客户端实现,而不是Solaris 10捆绑的LDAP客户端。 所以,你只需要像以前一样从OpenCSW下载相同的包,并按照以前的方式进行configuration。 不过,我不确定OpenCSW是否支持Solaris 11,因为它的新包格式等等。