1

Topic: install phpldapadmin + Nginx

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):  0.9.8
- Linux/BSD distribution name and version:  Ububntu 18.04
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Web server (Apache or Nginx): Nginx
- Manage mail accounts with iRedAdmin-Pro? No
====

Hi.
Can someone give instructions how to install phpldapadmin on a freshly installed iRedMail?
(I have a fresh ubuntu server 18.04 and a fresh iRedMail.
mail, web interface, iRedAdmin - everything works well)

----

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

2

Re: install phpldapadmin + Nginx

If you just need a way to edit ldif data, try command line tool "ldapvi" (as its name says, it's like a "vi" editor for LDAP).

3

Re: install phpldapadmin + Nginx

Thank you! Also good.
after reading the forum, did
sudo ln -s / usr/share/phpmyadmin /var/www/html
and now everything is fine. ( https://<myip>/phpldapadmin  )
Only phpldapadmin does not work well with php-7.2, but this is another problem

4

Re: install phpldapadmin + Nginx

agtrif wrote:

sudo ln -s / usr/share/phpmyadmin /var/www/html

Instead of running phpmyadmin, you can also try Adminer (one single PHP file):
https://www.adminer.org

agtrif wrote:

Only phpldapadmin does not work well with php-7.2, but this is another problem

There's a patch for php7 support in phpldapadmin forum (sourceforge.net).

5

Re: install phpldapadmin + Nginx

Thank you
Oh, I'm sorry. I was referring to phpLDAPadmin smile