用于持久搜索的ldapsearch 389-ds

时间:2015-05-06 13:03:22

标签: ldap persistent

我想在389-ds上测试持久搜索。但是当我使用:

安装它时
yum install 389-ds

我没有得到像ldapsearch,ldapadd这样的任何工具。 我在/ usr / bin / ldapsearch中安装了OpenLDAP的ldapsearch 但它不支持-C选项,因此我无法测试持久搜索。

根据我的理解389-ds与Red Hat Directory Server相同,后者的文档说:

Red Hat Directory Server uses Mozilla LDAP tools, including ldapsearch. The
MozLDAP tools are installed with Directory Server and are located in the 
/usr/lib64/mozldap directory for Red Hat Enterprise Linux 5 (64-bit), and in
the /usr/lib/mozldap directory on Red Hat Enterprise Linux 5 (32-bit). When 
running any LDAP command, make sure to use the MozLDAP utilities, otherwise 
the command will return errors.

现在,我的问题是,我应该使用389-ds安装进行正确的ldapsearch吗?或者我做错了什么?也许389-ds 1.2.2太旧了?

最重要的是: 如何获得允许我使用持久搜索的ldapsearch?

我使用的版本:

389-ds 1.2.2-1.el6

系统:CentOS 6

0 个答案:

没有答案