2013年2月15日 星期五

[LDAP]安裝(Installation) 使用 YUM

1. 相關套件
 [root@server_Y ~]# yum list *openldap* | grep x86
openldap.x86_64                              2.4.23-26.el6_3.2            @sl-security
compat-openldap.x86_64              1:2.3.43-2.el6                  sl
openldap-clients.x86_64                2.4.23-26.el6_3.2            sl-security
openldap-devel.x86_64                  2.4.23-26.el6_3.2            sl-security
openldap-servers.x86_64                2.4.23-26.el6_3.2            sl-security
openldap-servers-sql.x86_64         2.4.23-26.el6_3.2            sl-security
 

[root@server_Y ~]# yum list *nss* | grep ldap | grep x86
nss-pam-ldapd.x86_64             0.7.5-14.el6_2.1       sl


[root@server_Y ~]# yum list mod_authz_ldap | grep x86
mod_authz_ldap.x86_64                       0.26-15.el6     

    在Red Hat官方部屬手冊『Red_Hat_Enterprise_Linux-6-Deployment_Guide-en-US』第16章中提到,建置opneldap server 需要安裝下列套件,

 a. openldap.x86_64   :   內含openldap Server端 與 client端 應用程式運作所需的必要函式庫,通常預設已安裝。

 b. openldap-servers.x86_64 :  內含openldap service 主程式與相關工具,slapd 這支 Daemon就包含在這個套件裡面。

c. openldap-clients.x86_64  :  內含在 CLI 下用來檢視及修改內容的命令。

d. openldap-servers-sql.x86_64 : 內含支援 SQL 的相關模組。

e. compat-openldap.x86_64 :  內含 openldap 相容函式庫。

另外,通常會加裝下列套件,
 
f. nss-pam-ldapd.x86_64  :  內含 nslcd 這支服務,用以管制可以從本地端向 ldap 提出詢問請求的user。

g. mod_authz_ldap.x86_64 : 內含 mod_authz_ldap 這支 LDAP for Apache HTTP server 認證模組。

2. 確認已安裝套件
[root@server_Y ~]# rpm -qa | grep openldap
openldap-2.4.23-26.el6_3.2.x86_64

3. 安裝所需套件
[root@server_Y ~]# yum -y install \
openldap-servers.x86_64  \
openldap-clients.x86_64 \
openldap-servers-sql.x86_64 \
compat-openldap.x86_64
 >>>>Back to Table of Contents

沒有留言:

張貼留言

Powered By Blogger