Description of problem: OpenLDAP breaks with bind-sdb installed due to incorrect permissions on /etc/openldap/schema/dnszone.schema. -rw-r----- 1 root named 5114 Nov 3 09:55 dnszone.schema All other schema are owned by root:root and are mode 644. Version-Release number of selected component (if applicable): bind-sdb-9.3.3-6.fc6 I'm attaching a patch against rawhide's bind.spec that should fix the problem.
Created attachment 141401 [details] bind.spec patch
added to CVS, thanks!
(In reply to comment #1) > Created an attachment (id=141401) [edit] > bind.spec patch > Problem was that dnszone.schema was installed with %config instead %config(noreplace). This is fixed now *** This bug has been marked as a duplicate of 226982 ***