1 (edited by demesh 2014-10-08 17:47:28)

Topic: LDAP won't show AD users

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
============ Required information ====
- iRedMail version: 0.8.7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): LDAP
- Linux/BSD distribution name and version: Ubuntu 12
- Related log if you're reporting an issue:
====

Hello,

If i use this query:
# ldapsearch -x -h ad.example.com -D 'vmail' -W -b 'cn=users,dc=example,dc=com'
Enter password: password_of_vmail

No users are show, i will attach a printscreen to show what I get.'

Does anyone have an idea what I am doing wrong?

Post's attachments

ub.png
ub.png 13.88 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

----

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

2

Re: LDAP won't show AD users

Please add option '-d 256' for ldapsearch command and try again, paste the full output in terminal.

Also, please make sure you're using correct base dn. looks like it should be 'cn=users,dc=middenpolder,dc=nl'?