wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
sudo rpm -Uvh epel-release-6*.rpm
yum install yum-utils
Disabling REPO for futher updates :
yum-config-manager --disable epel
# yum --enablerepo=epel -y install phpldapadmin
# vi /etc/phpldapadmin/config.php
# line 397: uncomment, line 398: comment out
$servers->setValue('login','attr','dn');
// $servers->setValue('login','attr','uid');
# vi /etc/httpd/conf.d/phpldapadmin.conf
Alias /phpldapadmin /usr/share/phpldapadmin/htdocs
Alias /ldapadmin /usr/share/phpldapadmin/htdocs
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 10.0.0.0/24 # add access permission
Allow from ::1
# service httpd restart
# http://(server's hostname or IP address)/ldapadmin/
login : cn=libuser,dc=directory,dc=nh
password : cat /var/lib/nethserver/secrets/libuser
Hi
I try following the step on Nethserver 7, it cans not login for cn=libuser,dc=directory,dc=nh
but when use Anonymous, can log in.
the Nethserver 7 is not allow to libuser login ?