RHDS是一套基于openldap的目录服务,当前可在官方下载的最新版本是8.2,不过下载下来的都是源代码rpm软件包,需要编译成二进制rpm软件包。我这里已经编译好了,总共12个软件包,已经包含了依赖的软件包,软件包名称如下图所示:

源代码的下载地址:http://ftp.redhat.com/pub/redhat/linux/enterprise/5Server/en/RHDirServ/SRPMS/

一、安装:

1、软件包的安装:

所有的软件包都放在同一个目录中,所以直接使用yum localinstall命令进行安装,这样有些依赖软件可以自行解决。

rhds在/etc下面的工作目录是/etc/dirsrv文件夹。服务名称是dirsrv,可以使用service进行控制。LDAP的位置是/usr/lib64/mozldap。 如果使用openldap的命令查看rhds信息,必须使用-x参数禁止SASL。

2、RHDS的组件介绍:

三大组件:Directory Server、Directory Server Console、Admin Server。其中Directory Server是核心软件包,Directory Server Console是一个管理用户、组以及其他ldap数据的管理窗口。Admin Server是管理DS的一个管理Agent。

RHDS需要俩个TCP端口,一个是389供Directory Server使用,另一个是9830供Admin Server使用。对于LDAPS(LDAP with SSL),默认的TCP端口是636。

安装完成后,还不能立即启动dirsrv进程,因为还要进行初始化,否则启动是会报错的。rhds的初始化可以使用它提供的setup-ds-admin.pl脚本进行初始化操作。

3、硬件要求:

4、配置redhat linux操作系统,以满足rhds的要求:

<1>、check the current limit for file descriptors:

<2>、编辑/etc/sysctl.conf文件,加入以下内容:

<3>、编辑/etc/security/limits.conf加入以下内容:

<4>、编辑/etc/pam.d/system-auth,加入以下内容:

5、重启系统。

6、JAVA程序的配置:

二、初始化配置:

在以上内容全部完成后,就可以执行setup-ds-admin.pl脚本配置RHDS了。配置有三种模式:快速模式、专业模式以及定制模式,我这里使用的是专业模式,详细过程如下所示:

[root@server ~]# setup-ds-admin.pl

==============================================================================
This program will set up the Red Hat Directory and Administration Servers.

It is recommended that you have "root" privilege to set up the software.
Tips for using this program:
  - Press "Enter" to choose the default and go to the next screen
  - Type "Control-B" then "Enter" to go back to the previous screen
  - Type "Control-C" to cancel the setup program

Would you like to continue with set up? [yes]: yes

==============================================================================
BY SETTING UP AND USING THIS SOFTWARE YOU ARE CONSENTING TO BE BOUND BY
AND ARE BECOMING A PARTY TO THE AGREEMENT FOUND IN THE
LICENSE.TXT FILE. IF YOU DO NOT AGREE TO ALL OF THE TERMS
OF THIS AGREEMENT, PLEASE DO NOT SET UP OR USE THIS SOFTWARE.

Do you agree to the license terms? [no]: yes

==============================================================================
Your system has been scanned for potential problems, missing patches,
etc.  The following output is a report of the items found that need to
be addressed before running this software in a production
environment.

Red Hat Directory Server system tuning analysis version 10-AUGUST-2007.

NOTICE : System is x86_64-unknown-linux2.6.18-238.9.1.el5 (4 processors).

NOTICE : The net.ipv4.tcp_keepalive_time is set to 7200000 milliseconds
(120 minutes).  This may cause temporary server congestion from lost
client connections.

Would you like to continue? [no]: yes

==============================================================================
Choose a setup type:

1. Express
       Allows you to quickly set up the servers using the most
       common options and pre-defined defaults. Useful for quick
       evaluation of the products.

2. Typical
       Allows you to specify common defaults and options.

3. Custom
       Allows you to specify more advanced options. This is
       recommended for experienced server administrators only.

To accept the default shown in brackets, press the Enter key.

Choose a setup type [2]:

==============================================================================
Enter the fully qualified domain name of the computer
on which you're setting up server software. Using the form
<hostname>.<domainname>
Example: eros.example.com.

To accept the default shown in brackets, press the Enter key.

Computer name [server.example.com]:

==============================================================================
The servers must run as a specific user in a specific group.
It is strongly recommended that this user should have no privileges
on the computer (i.e. a non-root user).  The setup procedure
will give this user/group some permissions in specific paths/files
to perform server-specific operations.

If you have not yet created a user and group for the servers,
create this user and group using your native operating
system utilities.

System User [nobody]:
System Group [nobody]:

==============================================================================
Server information is stored in the configuration directory server.
This information is used by the console and administration server to
configure and manage your servers.  If you have already set up a
configuration directory server, you should register any servers you
set up or create with the configuration server.  To do so, the
following information about the configuration server is required: the
fully qualified host name of the form
<hostname>.<domainname>(e.g. hostname.example.com), the port number
(default 389), the suffix, the DN and password of a user having
permission to write the configuration information, usually the
configuration directory administrator, and if you are using security
(TLS/SSL).  If you are using TLS/SSL, specify the TLS/SSL (LDAPS) port
number (default 636) instead of the regular LDAP port number, and
provide the CA certificate (in PEM/ASCII format).

If you do not yet have a configuration directory server, enter 'No' to
be prompted to set up one.

Do you want to register this software with an existing
configuration directory server? [no]:

==============================================================================
Please enter the administrator ID for the configuration directory
server.  This is the ID typically used to log in to the console.  You
will also be prompted for the password.

Configuration directory server
administrator ID [admin]:
Password:
Password (confirm):

==============================================================================
The information stored in the configuration directory server can be
separated into different Administration Domains.  If you are managing
multiple software releases at the same time, or managing information
about multiple domains, you may use the Administration Domain to keep
them separate.

If you are not using administrative domains, press Enter to select the
default.  Otherwise, enter some descriptive, unique name for the
administration domain, such as the name of the organization
responsible for managing the domain.

Administration Domain [example.com]:

==============================================================================
The standard directory server network port number is 389.  However, if
you are not logged as the superuser, or port 389 is in use, the
default value will be a random unused port number greater than 1024.
If you want to use port 389, make sure that you are logged in as the
superuser, that port 389 is not in use.

Directory server network port [389]:

==============================================================================
Each instance of a directory server requires a unique identifier.
This identifier is used to name the various
instance specific files and directories in the file system,
as well as for other uses as a server instance identifier.

Directory server identifier [server]:

==============================================================================
The suffix is the root of your directory tree.  The suffix must be a valid DN.
It is recommended that you use the dc=domaincomponent suffix convention.
For example, if your domain is example.com,
you should use dc=example,dc=com for your suffix.
Setup will create this initial suffix for you,
but you may have more than one suffix.
Use the directory server utilities to create additional suffixes.

Suffix [dc=example, dc=com]:

==============================================================================
Certain directory server operations require an administrative user.
This user is referred to as the Directory Manager and typically has a
bind Distinguished Name (DN) of cn=Directory Manager.
You will also be prompted for the password for this user.  The password must
be at least 8 characters long, and contain no spaces.
Press Control-B or type the word "back", then Enter to back up and start over.

Directory Manager DN [cn=Directory Manager]:
Password:
The password must be at least 8 characters long.  Please choose another one.

Password:
Password (confirm):

==============================================================================
The Administration Server is separate from any of your web or application
servers since it listens to a different port and access to it is
restricted.

Pick a port number between 1024 and 65535 to run your Administration
Server on. You should NOT use a port number which you plan to
run a web or application server on, rather, select a number which you
will remember and which will not be used for anything else.

Administration port [9830]:

==============================================================================
The interactive phase is complete.  The script will now set up your
servers.  Enter No or go Back if you want to change something.

Are you ready to set up your servers? [yes]:
Creating directory server . . .
Your new DS instance 'server' was successfully created.
Creating the configuration directory server . . .
Beginning Admin Server creation . . .
Creating Admin Server files and directories . . .
Updating adm.conf . . .
Updating admpw . . .
Registering admin server with the configuration directory server . . .
Updating adm.conf with information from configuration directory server . . .
Updating the configuration for the httpd engine . . .
Starting admin server . . .
The admin server was successfully started.
Admin server was successfully created, configured, and started.
Exiting . . .
Log file is '/tmp/setupey11zm.log'

当这个脚本执行完成后,Directory Server已经被配置好并且处于运行状态:

1、在console.conf文件中获取admin server的监听端口:

2、使用此端口号访问管理窗口:

输入admin的密码,就可进行访问了。

例如要访问Directory Server,则点击右上角的open即可打开Directory Server的管理界面:

这些都是些图形界面操作,很简单的,多点击几下,多看看就能知道他们的意思。这个的安装部分就这么地简单,后续补充高级应用内容以及管理内容,敬请期待!!!

RedHat Directory Server 8.2 Installation Guide相关推荐

  1. 服务器3个w目录文件夹,第 4 章 目录服务器条目 (Sun Java System Directory Server Enterprise Edition 6.2 管理指南)...

    第 4 章 目录服务器条目 本章讨论如何管理目录中的数据条目.此外,还介绍如何设置引用以及如何加密属性值. 除非定义了相应的访问控制指令 (Access Control Instruction, AC ...

  2. Symantec Backup Exec Remote Agent for Linux/Unix Servers Installation Guide

    Symantec Backup Exec Remote Agent for Linux/Unix Servers Installation Guide [root@test testdb]# scp ...

  3. centos directory server

    centos directory server http://www.aliyun.com/zixun/content/3_12_517262.html CentOS系统安装Directory Ser ...

  4. 服务器禁止修改目录,目录服务器限制 (Sun Java System Directory Server Enterprise Edition 6.2 发行说明)...

    不要手动更改文件权限. 在某些情况下,对已安装的 Directory Server Enterprise Edition 产品文件的权限进行更改可能会导致软件无法正常运行.只能按照产品文档中的说明或 ...

  5. ibm tivoli_IBM Tivoli Directory Server 6.0的SSL配置

    介绍 安全套接字层(SSL)是一种行业标准协议,它使用对称密钥和公用密钥加密机制在Internet上提供安全通信. SSL协议在TCP / IP之上和应用协议(例如轻型目录访问协议(LDAP)和超文本 ...

  6. ibm tivoli_解决Tivoli Directory Server同步问题的方法

    ibm tivoli IBM®Tivoli®Directory Server(TDS)是功能强大且权威的企业目录基础结构,是企业安全性的关键推动因素. 它在为诸如身份管理,门户和Web服务之类的应用程 ...

  7. TDS (Tivoli Directory Server)学习指南

    1.概念 IBM的Tivoli Directory Server是IBM对 Lightweight Directory Access Protocol (LDAP)的实现,它可以跨平台的进行安装配置. ...

  8. redhat tftp server配置

    打开/etc/xinetd.d/tftp目录,文件中内容如下 # default: off # description: The tftp server serves files using the ...

  9. Hive 2.3.2 Installation Guide

    Apache Hive是一个建立在Hadoop架构之上的数据仓库.它能够提供数据的精炼,查询和分析.Hadoop之前已经安装好了(Hadoop database安装手册),本文主要描述如何安装配置hi ...

最新文章

  1. linux 镜像文件名,linux – 使用wget镜像具有相同名称的路径和子文件夹的网站
  2. Mybatis查询日期范围
  3. 两张图概括struts2执行流程核心(经典)
  4. 【2021.02.09更新】数字信号处理公式推导
  5. bcp out 带列名导出_从零开始学习 MySQL 系列索引、视图、导入和导出
  6. Linux socket等于0,Linux系统环境下的Socket编程详细解析
  7. 微信小程序新手向——界面布局
  8. mysql多表条件查询_mysql 多表 多个条件 查询
  9. 2022持续学习-架构相关
  10. 【搞个事】主页被劫持,改注册表进行修复
  11. Opencv学习笔记 高动态范围 (HDR) 成像
  12. [转载]如何塑造个人品牌:张何个人网络品牌营销全攻略
  13. 深色背景黑底白字,蓝底白字课件材料“洗白”打印,ps批处理教程
  14. ANC主动降噪,FFT方案与FxLMS方案比较
  15. 房贷还款方式等额本息等额本金比较和这两种提前还款的区别
  16. Proximity Based IoT Device Authentication翻译与理解
  17. Serdes基础知识汇总
  18. 程序员吐槽_程序员在地铁上写代码被路人吐槽:有什么好装的!网友评论炸锅了!...
  19. macos esc按键失效,无法退出vim
  20. 一个http请求的详细过程

热门文章

  1. Codeforces 1175E Minimal Segment Cover 倍增
  2. QT 防止FTP 上传软件在断连处 Crash
  3. 输入十个学生的成绩,判断及格不及格人数,得到不及格人的学号
  4. Google搜索技巧-从入门到精通(从此学习进步、工作顺心)
  5. extjs 重设autoHeight
  6. 关于如何生成随机记录
  7. centos 并发请求数_Linux Shell多进程并发以及并发数控制
  8. ajax请求携带tooken_使用ajax发送带 csrftoken 的请求失败
  9. 【Paper】An Experiment Comparing Double Exponential Smoothing and Kalman Filter-Based Predict
  10. linux下SVN配置笔记(转)