==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====Hi,
I'm on FreeBSD11. I installed iRedmail 0.9.6 OPENLDAP edition with Apahe web server.
The problem is, when I run "bash create_mail_user_OpenLDAP.sh example.com user1" command in terminal I ecountered with this error:
You should change 'LDAP_SUFFIX' in create_mail_user_OpenLDAP.sh.
ldap_bind: Invalid credentials (49)
Add new domain: example.com.
ldap_bind: Invalid credentials (49)
ldap_bind: Invalid credentials (49)
ldap_bind: Invalid credentials (49)
ldap_bind: Invalid credentials (49)
ldap_bind: Invalid credentials (49)
ldap_bind: Invalid credentials (49)
This is my config:
OpenLDAP:
* LDAP suffix: dc=example,dc=com
* LDAP root dn: cn=Manager,dc=example,dc=com, password: 45f16e2d72f0a6647bdf9ad0b05e16b0
* LDAP bind dn (read-only): cn=vmail,dc=example,dc=com, password: 3718643a9df486241acceaeab5f8f9eb
* LDAP admin dn (read-write): cn=vmailadmin,dc=example,dc=com, password: 40f165f0d6151186b3be6b3d48b5cd1f
* LDAP base dn: o=domains,dc=example,dc=com
* LDAP admin base dn: o=domainAdmins,dc=example,dc=com
#hostname -f
server3.example.com
Thank you for your help to solve this problem