Difference between revisions of "Phpldapadmin"
From SME Server
Jump to navigationJump to searchm (→Maintainer) |
Unnilennium (talk | contribs) |
||
Line 18: | Line 18: | ||
wget "http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=323" | wget "http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=323" | ||
yum localinstall smeserver-phpldapadmin-0.9.8.3-1.noarch.rpm | yum localinstall smeserver-phpldapadmin-0.9.8.3-1.noarch.rpm | ||
+ | |||
+ | |||
+ | then | ||
+ | signal-event post-upgrade; signal-event reboot | ||
+ | |||
+ | or | ||
+ | |||
+ | /sbin/e-smith/expand-template /opt/phpldapadmin/config/config.php | ||
+ | /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf | ||
+ | service httpd-e-smith sigusr1 | ||
+ | |||
==Uninstall== | ==Uninstall== | ||
yum remove smeserver-phpldapadmin | yum remove smeserver-phpldapadmin |
Revision as of 03:57, 27 May 2013
phpLDAPadmin for SME 7.x
Maintainer
Website: http://www.vanhees.cc/index.php?&newlang=eng
Description
Automatic installation of phpldapadmin on SmeServer.
phpldapadmin is a ldap client. Its powerfull multilangage administration interface allows you to edit the ldap server that comes with SME Server.
The installed version is 0.9.8.3, newer versions exist but they require php5.
Installation
wget "http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=323" yum localinstall smeserver-phpldapadmin-0.9.8.3-1.noarch.rpm
then
signal-event post-upgrade; signal-event reboot
or
/sbin/e-smith/expand-template /opt/phpldapadmin/config/config.php /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf service httpd-e-smith sigusr1
Uninstall
yum remove smeserver-phpldapadmin
Usage
You can access the phpldapadmin interface by opening your web browser at the address:
https://[IP or NAME]/phpldapadmin
To login use the system admin login and password.
Settings
By default, the installation process limits the access to phpldapadmin to the local network.
To enable access to phpldapadmin from the internet and your local network :
db configuration setprop phpldapadmin access public signal-event console-save
To limit access to local network :
db configuration setprop phpldapadmin access private signal-event console-save
Additional information
Michel Van hees (MasterSleepy)