简体   繁体   English

如何获取LDAP目录的changelog值

[英]How to get the changelog value of an LDAP directory

I am using the following query to get the changelog value in an LDAP target : 我正在使用以下查询来获取LDAP目标中的changelog值:

ldapsearch -h hostname -p portnumber -D "cn=Directory Manager,dc=system,dc=backend" -w password -b "cn=changelog""objectclass=*"

I am getting the following exception : 我收到以下异常:

ldap_search: Naming violation
ldap_search: additional info: Naming context not found!

I am giving the right credentials, but still I am getting the error. 我提供了正确的凭据,但是仍然出现错误。

您的baseDN“ -b”值是否是正确的专有名称(DN)?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM