Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Administrators

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #21 (permalink)  
Old 02-28-2008, 01:49 PM
Zimbra Employee
 
Posts: 572
Default

Quote:
Originally Posted by iggy View Post
Thank you for the files. Give us a moment to analyze and we'll get right back to you.
The supplied slapd.conf.in clearly illustrates why this error is occuring:

Code:
# only allow access to these attrs basically GAL/Postfix related attrs

access to dn.subtree="ou=people,dc=XXXXX,dc=com"
        by * read

access to dn.subtree="ou=groups,dc=XXXXX,dc=com"
        by * read
Since you've locked down all access to those subtrees to READ only, nothing can write to it. You need to fix your ACLS to be like:

Code:
# only allow access to these attrs basically GAL/Postfix related attrs

access to dn.subtree="ou=people,dc=XXXXXXX,dc=com"
        by dn.children="cn=admins,cn=zimbra" write
        by * read

access to dn.subtree="ou=groups,dc=XXXXXXX,dc=com"
        by dn.children="cn=admins,cn=zimbra" write
        by * read
Also, I'd advise you to move all the index statements that got added up with the other index statements, and move the added access lines to before the

Code:
#overlay syncprov
line, as overlays are the last things that should be listed in a given database configuration. If you later enable replication, you may hit problems with your current configs.

--Quanah
__________________
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration

Last edited by quanah; 02-28-2008 at 01:51 PM..
Reply With Quote
  #22 (permalink)  
Old 02-28-2008, 04:07 PM
Active Member
 
Posts: 33
Default

That has fixed it, though I should note that the entries I had came straight from the wiki page on LDAP/Samba integration and were the same ones that worked fine on 4.5.x.
Reply With Quote
  #23 (permalink)  
Old 02-28-2008, 09:34 PM
Zimbra Employee
 
Posts: 572
Default

Quote:
Originally Posted by wolrah View Post
That has fixed it, though I should note that the entries I had came straight from the wiki page on LDAP/Samba integration and were the same ones that worked fine on 4.5.x.
Yes, things changed a bit between 4.5.x and 5.0.x as we are tightening up various things. I'll make sure the wiki page gets updated appropriately.

Regards,
Quanah
__________________
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.