slapd:result.c:813:slap_send_ldap_result:断言`!((rs-> sr_err)< 0)'失败

时间:2014-01-27 18:25:17

标签: ssl configuration openldap

LTB-Project.org或O​​penLDAP.org开发人员,请帮助:

我仍然在添加(通过.ldif文件)/tmp/LDAP-CONFIG-TLS.ldif的以下LDIF文件内容时遇到问题:

dn:                       cn=config<br>
changetype:               modify<br>
add:                      olcTLSCipherSuite<br> 
olcTLSCipherSuite:        TLSv1+RSA:\!EXP:\!MD5:\!NULL   #(<- not sure if that argument is valid for that CipherSuite selection either)

我使用以下ldapmodify命令:

ldapmodify    -x     -D "cn=admin,cn=config" -W  -f /tmp/LDAP-CONFIG-TLS.ldif 

因为我调试了(to -d 32768),结果现在看起来像是:

modifying entry "cn=config"
52e68423 connection_input:  conn=1000 deferring operation: binding<p>
slapd: result.c:813:  slap_send_ldap_result: Assertion `!((rs->sr_err)<0)' failed. 
ldap_result:  Can't contact LDAP server  (-1) 

我看到了a thread on openldap.org that has the exact same error。我可以看到Symas的Howard Chu解决了Symas的问题,LTB项目是否解决了这个问题?我无法通过websearch找到任何线程来解决此问题。

为了让我的LDAP运行TLS,我需要做什么?

0 个答案:

没有答案