Difference between revisions of "Phpldapadmin"

From SME Server
Jump to navigationJump to search
Line 1: Line 1:
 
{{Languages|Phpldapadmin}}
 
{{Languages|Phpldapadmin}}
=phpldapadmin for SME 7.x=
+
=phpLDAPadmin for SME 7.x=
  
 
==Maintainer==
 
==Maintainer==
 
[[User:MasterSleepy|Michel Van hees]]<br/>
 
[[User:MasterSleepy|Michel Van hees]]<br/>
 
 
==Description==
 
==Description==
 
Automatic installation of [[http://phpldapadmin.sourceforge.net/ phpldapadmin]] on SmeServer.
 
Automatic installation of [[http://phpldapadmin.sourceforge.net/ phpldapadmin]] on SmeServer.
  
[[http://phpldapadmin.sourceforge.net/ phpldapadmin]] is a ldap client. It's powerfull multilangage administration interface allows you to edit the ldap server that comes with SME Server.
+
[[http://phpldapadmin.sourceforge.net/ 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.
 
The installed version is 0.9.8.3, newer versions exist but they require php5.
 
 
==Installation==
 
==Installation==
 
 
  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
 
 
 
==Uninstall==
 
==Uninstall==
 
+
  yum remove smeserver-phpldapadmin
  rpm -e smeserver-phpldapadmin
 
 
 
 
 
 
==Usage==
 
==Usage==
 
You can access [[http://phpldapadmin.sourceforge.net/ phpldapadmin]] the interface by opening your web browser at the address:
 
You can access [[http://phpldapadmin.sourceforge.net/ phpldapadmin]] the interface by opening your web browser at the address:
https://[IP ou NOM]/phpldapadmin
+
https://[IP or NAME]/phpldapadmin
  
 
To login use the system admin login and password.
 
To login use the system admin login and password.
 
 
==Settings==
 
==Settings==
 
By default, the installation process limits the access to [[http://phpldapadmin.sourceforge.net/ phpldapadmin]] to the local network.
 
By default, the installation process limits the access to [[http://phpldapadmin.sourceforge.net/ phpldapadmin]] to the local network.
  
 
To enable access to [[http://phpldapadmin.sourceforge.net/ phpldapadmin]] from the internet and your local network :
 
To enable access to [[http://phpldapadmin.sourceforge.net/ phpldapadmin]] from the internet and your local network :
 
 
  db configuration setprop phpldapadmin access public
 
  db configuration setprop phpldapadmin access public
 
  signal-event console-save
 
  signal-event console-save
 
 
To limit access to local network :
 
To limit access to local network :
 
 
  db configuration setprop phpldapadmin access private
 
  db configuration setprop phpldapadmin access private
 
  signal-event console-save
 
  signal-event console-save
 
 
 
==Additional information==
 
==Additional information==
 
*[http://phpldapadmin.sourceforge.net Site web]
 
*[http://phpldapadmin.sourceforge.net Site web]
  
 
''Michel Van hees (MasterSleepy)''
 
''Michel Van hees (MasterSleepy)''
 
 
----
 
----
 
[[Category: Contrib]]
 
[[Category: Contrib]]
 
[[Category: Administration]]
 
[[Category: Administration]]

Revision as of 15:04, 12 November 2007


phpLDAPadmin for SME 7.x

Maintainer

Michel Van hees

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

Uninstall

yum remove smeserver-phpldapadmin

Usage

You can access [phpldapadmin] the 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)