Difference between revisions of "Phpldapadmin"
From SME Server
Jump to navigationJump to searchMasterSleepy (talk | contribs) |
m (new category) |
||
Line 50: | Line 50: | ||
---- | ---- | ||
[[Category: Contrib]] | [[Category: Contrib]] | ||
+ | [[Category: Administration]] |
Revision as of 11:16, 12 November 2007
phpldapadmin for SME 7.x
Mainteneur
Description
Automatic installation of [phpldapadmin] on SmeServer.
[phpldapadmin] is a ldap client. His powerfull multilangage administration interface allow you to edit ldap server that is on SME Server.
The installed version is 0.9.8.3, it exist some newer version but it 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
Désinstallation
rpm -e smeserver-phpldapadmin
Utilisation
You can access [phpldapadmin] interface by opening your web browser at the address: https://[IP ou NOM]/phpldapadmin
use system admin login and password to connect on.
Settings
By default, installation process limit access at [phpldapadmin] to local network.
To enable [phpldapadmin] to be access from internet and 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
Informations additionnelles
Michel Van hees (MasterSleepy)