Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 网站建设 > 服务器相关 > Fedora Core4 OpenLdap server How-to
【标  题】:Fedora Core4 OpenLdap server How-to
【关键字】:Fedora,Core4,OpenLdap,server,How-to
【来  源】:http://www.cublog.cn/u/13744/showart.php?id=79360

Fedora Core4 OpenLdap server How-to

Your Ad Here
  1. Using Yum if you have Fedora Core 4. Letting yum to care for the rpm pakages dempendencies
root > yum install openldap*
      ............
 
  1. Then install open-ldap-servers
root> yum install openldap-servers
         ..........
  1. When installed , Next you should find where the ldap config lives.
root> vi /etc/openldap/slapd.conf
  1. Modify as follows :

suffix "dc=myname,dc=com,dc=edu,dc=cn"
rootdn "cn=Manager,dc=myname,dc=com,dc=edu,dc=cn"
rootpw mypasswd
directory /usr/local/var/openldap-data

  1. Ok, done , you can start your openldap server with command below

root> slapd

   1, Verify :

 ldapsearch -X -b '' -s base '(objectclass=*)' namingContexts

 2,you shall see:
   <dsml xmlns:dsml="http://www.dsml.org/DSML">
 <directory-entries>
  <entry dn="">
   <attr name="namingContexts">
    <value>dc=myname,dc=com,dc=edu,dc=cn</value>
   </attr>
  </entry>
 </directory-entries>
</dsml>

OpenLDAP在LINUX下的安装说明:【上一篇】
在Linux上建立LDAP服务器:【下一篇】
【相关文章】
  • OpenLDAP在LINUX下的安装说明
  • OpenLDAP使用说明
  • 翻译:Sun ONE Directory Server 5.2 Reference Manual
  • 利用Squid构建高速的Proxy Server
  • 簡易 Proxy Server 架設
  • 关于nameserver和ndots
  • Your Own DNS Server
  • [原创]在AIX上成功配置BIND8 DNS Server(含主备机)
  • Pureftpd Server Configuration in Debian
  • Setting up an FTP server on Debian
  • 【随机文章】
  • APT and Dpkg 快速参考表
  • 自己动手制作手机MP3铃声
  • 让FireFox记住yahoo mail 和 msn passport 的用户名和密码
  • 一些好工具隐藏IP白金版
  • tomahauk tutorial
  • TCP/IP基础----为Linux做准备(1)
  • eclipse的SWT插件——SWT-Designer下载地址
  • Mozilla开发组的开发策略(中文)
  • 看到"80后"第一个想起的人
  • 安装apache
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.