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=com123456
6】 以上为LDAP服务器的通用配置