1

Topic: PHPLDAPAdmin

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9
- Deployed with iRedMail Easy or the downloadable installer? Downloadable
- Linux/BSD distribution name and version: Centos 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

This has probably been addressed before but I cannot get PHPLDAPAdmin to work.

At the moment, https://myserver/phpldapadmin brings up a 404 error. What do I need to do?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: PHPLDAPAdmin

phpLDAPadmin is not shipped by iRedMail, if you did not show us how you install/configure it, i guess no one can really help much here.

3

Re: PHPLDAPAdmin

ZhangHuangbin wrote:

phpLDAPadmin is not shipped by iRedMail, if you did not show us how you install/configure it, i guess no one can really help much here.

Wow, thanks a lot for your help. Anyhow, I got it working.

4 (edited by pnjo23 2019-05-30 16:01:40)

Re: PHPLDAPAdmin

phpLDAPAdmin does not ship with iRedMail but can be quite useful if you are running LDAP backend

If anyone else runs into this problem, here's how I fixed it:

1. Install it - yum install phpldapadmin

2.   sudo ln -s / usr/share/phpldapadmin /var/www/html

3. Click https://yourdomain/phpldapadmin

4. If you get a  Undefined variable: _SESSION error (PHP 7 issue), here is the fix you need - https://github.com/leenooks/phpLDAPadmi … 86ad34eae8

5. If you get a config.php file issue, replace the entire config file with this example file https://github.com/leenooks/phpLDAPadmi … hp.example

Enjoy smile