Hello Jarek,
yes, I've tried it with Active Directory. I'm not sure whether you
reported an importing error on bitbucket, but please check that you have
a column called 'samaccount' in the 'user' table. If not, then apply
util/db-upgrade-0.1.21-vs-0.1.22.sql to the piler database.
Yesterday I added IMAP authentication support to the master branch. It
allows you to have the webui to redirect all auth requests to your IMAP
server, eg. zimbra. Then if the authentication is successful, the gui
adds the user to the database.
However if you prefer ldap, then please create the
/usr/local/etc/ldap-import.cfg, and make sure you can access and login
to the ldap server from the piler host. Btw. what output does
ldap_sync.php provide at the end?
Janos
On 2012-12-10 23:31, Serafin wrote:
Hello
has anybody integrated MailPiler with LDAP/AD?
I'm trying to import users from Zimbra via LDAP, but it looks like
for
some reasons they can't be added to MailPiler's db
getting back to debuging ldap_sync.php, I have stucked in class
ModelUserUser, add_user method
Jarek