Yes, you were right. I followed now these intructions
UNIX and Windows Accounts in Zimbra LDAP and Zimbra Admin UI 6.0 - Zimbra :: Wiki
Now I got another problem. The smbd.log file shows me
Quote:
[2009/12/03 16:10:23, 2] lib/smbldap.c:1052(smbldap_connect_system)
failed to bind to server ldap://...../ with dn="uid=zmposixroot,cn=appaccts,cn=zimbra" Error: Invalid credentials
(unknown)
|
I added both users zmposix and zmposixroot. When I try
ldapsearch -D uid=zmposix,cn=appaccts,cn=zimbra -W -x
with the zmposix password, everything works fine. But if I try
ldapsearch -D uid=zmposixroot,cn=appaccts,cn=zimbra -W -x
with the zmposixroot password, I get
Quote:
|
ldap_bind: Invalid credentials (49)
|
I tried to change the password for zmposixroot manually by using
ldappasswd -x -S zmposixroot
However, this gives me
Quote:
Result: Strong(er) authentication required (8)
Additional info: only authenticated users may change passwords
|
Any idea whats going on here?