Skip to content

manuparra/phpLDAPadmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpLDAPadmin working on CentOS7

Application phpLDAPadmin - Web based LDAP administration tool. Working on CentOS7

Installation

  • Download phpldapadmin on your www apache folder (in your server):
wget https://github.com/manuparra/phpLDAPadmin/archive/master.zip
(for instance: /var/www/shtml/phpldapadmin/ or /var/www/html/phpldapadmin/)
  • Unzip master.zip on the folder created
  • Open browser: https://myhost/phpldapadmin/
  • Rename config/config.php.example to config/config.php
  • Reload you browser https://myhost/phpldapadmin/

Error solved

This version of phpldapadmin solves the problem with SESSION unset:

Notice: Undefined variable: _SESSION in /path/to/pla/lib/page.php on line 381 Fatal error: 
Call to a member function getValue() on a non-object in /path/to/pla/lib/page.php on line 381

License

LICENSE

Modified and validated by:

About

Working phpLDAPadmin CentOS7 - Web based LDAP administration tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 78.2%
  • JavaScript 18.2%
  • CSS 3.6%