반응형
1. EPEL 설치
http://isbyeon.tistory.com/10
2. phpLDAPadmin 설치
# yum --enablerepo=epel install phpldapadmin php
# vi /etc/phpldapadmin/config.php
397번째
// $servers->setValue('login','attr','dn');
$servers->setValue('login','attr','uid');
to
$servers->setValue('login','attr','dn');
//$servers->setValue('login','attr','uid');
# vi /etc/httpd/conf.d/phpldapadmin.conf
<Directory /usr/share/phpldapadmin/htdocs>
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 192.168.45.0/24
Allow from ::1
</Directory>
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 192.168.45.0/24
Allow from ::1
</Directory>
# service httpd restart
최상위 DN 입력 / LDAP Password 입력
반응형
'Linux > OpenLDAP' 카테고리의 다른 글
[LDAP] How to disable LDAP (0) | 2014.04.21 |
---|---|
CPU(Change Password Utility) (0) | 2013.02.15 |
Invalid credentials (49) (2) | 2013.02.15 |
OpenLDAP 설치 (0) | 2013.02.15 |
최근댓글