1

Topic: phpMyLdapAdmin

==== Required information ====
- iRedMail version 0.9.5-1:
- CentOS 7
- Store mail accounts in which backend (LDAP):
- Web server (Nginx):
- No pro
====

Hello!
Im install phpmyldapadmin 1.2.3 version, but can't login. How discover login and password ?

----

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

2

Re: phpMyLdapAdmin

You can find login ldap dn and password in file iRedMail-0.9.5-1/iRedMail.tips.

3

Re: phpMyLdapAdmin

I try rootcn  cn=Manager,dc=mail,dc=pokrov-mr,dc=gov,dc=ua and password of setum redmail. But have - Wrong password and username

4

Re: phpMyLdapAdmin

Did you configure phpLDAPadmin to use 'dn' as login username? or 'uid'?

5

Re: phpMyLdapAdmin

ZhangHuangbin wrote:

Did you configure phpLDAPadmin to use 'dn' as login username? or 'uid'?

  $servers->setValue('login','bind_id','cn=vmailadmin,dc=mail,dc=pokrov-mr,dc=gov,dc=ua');
$servers->setValue('login','bind_pass','***************');

6

Re: phpMyLdapAdmin

This is the phpLDAPadmin setup done by old iRedMail release:
https://bitbucket.org/zhb/iredmail/src/ … ew-default

As you can see, it just modified 2 parameters, then it's working.