Failed, ambiguous DN specified, operation aborted

最近在做Domino 数据同步的问题,要用JAVA程序实现对Domino LDAP数据库进行添加操作。

但是在添加用户的时候一直在提示:Failed, ambiguous DN specified, operation aborted。原来以为是DN的问题,因为是第一次做LDAP的数制同步也不知道具体是什么问题。今天在IBM官网搜索这个问题,看了篇关于这个问题的解决方法:修改LDAP目录的"Rules to follow when this directory is the primary directory, and there are multiple matches on the distinguished name being compared/modified"属性的值。原来这个属性的值 是Don't modify any.改成Modify first match 或者 Modify all matchs问题就解决了。

具体的连接地址:http://www-01.ibm.com/support/docview.wss?rs=899&uid=swg21211476

posted @ 2013-03-12 14:53  道楠特  阅读(419)  评论(0编辑  收藏  举报