简体   繁体   English

如何使用Web控制台查看LDAP条目?

[英]How to view LDAP entries using web console?

I am new to LDAP and using 'Security Directory Server' 我是LDAP的新手,正在使用“安全目录服务器”

I have added entries via LDIF file successfully 我已成功通过LDIF文件添加了条目

./ldapadd -h ldap://localhost:389 -D "cn=root" -w root -f /tmp/example.ldif ./ldapadd -h ldap:// localhost:389 -D“ cn = root” -w root -f /tmp/example.ldif

How to view the entries using 'Web Console' that were added ? 如何使用添加的“ Web控制台”查看条目?

I restarted both 'server instance' and 'administration server' 我重新启动了“服务器实例”和“管理服务器”

I logged onto ' http://localhost:12100/IDSWebApp/IDSjsp/Logout.jsp ' but I could not find any link other than 'Console Administration' 我登录到“ http:// localhost:12100 / IDSWebApp / IDSjsp / Logout.jsp ”,但找不到“控制台管理”以外的任何链接

After you login to the IBM Directory Server Web Administration tool you need to use the (default) username superadmin and password secret . 登录到IBM Directory Server Web管理工具后,需要使用(缺省)用户名superadmin和密码secret After that you need to add the LDAP server you want to manage under Manage console servers . 之后,您需要在“ 管理”控制台服务器下添加要管理的LDAP 服务器

Steps to accomplish this are documented in the IBM Knowledge Center under Starting the Web Administration Tool . IBM知识中心的“ 启动Web管理工具”下记录了完成此操作的步骤。

In the fifth and last step in the documentation linked above you use the same web interface to logon and administrate your LDAP instance: 在上面链接的文档的第五个也是最后一个步骤中,您使用相同的Web界面登录和管理LDAP实例:

Log in as the directory server instance administrator: On the IBM Tivoli Directory Server Web Administration Login Tool page, select the LDAP host name or IP address for your computer from the drop-down menu for the LDAP Hostname field. 以目录服务器实例管理员身份登录:在IBM Tivoli Directory Server Web管理登录工具页面上,从LDAP主机名字段的下拉菜单中选择计算机的LDAP主机名或IP地址。 Type the administrator DN and the password for the directory server instance. 键入管理员DN和目录服务器实例的密码。 You specified these fields during instance creation. 您在实例创建期间指定了这些字段。 Click Login on the lower left side of the window. 单击窗口左下方的“登录”。

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

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