Linux的LDAP认证服务器的配置及客户端pam网络验证(2)

bdb_db_open: Warning - No DB_CONFIG file found in directory   /var/lib/ldap: (2)   Expect poor performance for suffix dc=uplooking,dc=com.   added: "dc=example,dc=com" (00000001)   added: "ou=People,dc=example,dc=com" (00000002)   added: "ou=Group,dc=example,dc=com" (00000003)  

 
          e】 解决上步警告
                 cp /etc/openldap/DB_CONFIG.example  /var/lib/ldap/DB_CONFIG
  
      4】 启动LDAP服务
          a】 chown -R ldap  /var/lib/ldap  
                 若不改权限 启动失败
          b】 service ldap start
                  或
                 /etc/init.d/ldap start
          c】 netstat -tunlp  | grep :389
                 验证 服务监听389端口
  
      5】 安装图形管理程序 phpldapadmin
           a】yum -y install httpd php php-ldap
           b】 service httpd restart
           c】 tar zxvf phpldapadmin-1.2.0.4.tgz -C /var/www/html/
           d】 cd /var/www/html/phpldapadmin-1.2.0.4
           e】 vim config/config.php.example config/config.php
            f】 firefox

g】 输入用户名 密码登录

                 cn=admin,dc=example,dc=com
                 123456
      6】 以上为LDAP服务器的通用配置

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/817f020d9cb9bc297c6bf3371191911c.html