Re: named rc.d




Apologies if posted to wrong list, the rc.d script for named chowns
/etc/namedb to root:wheel if set to bind:bind why is this? A slave
named server running as bind user cannot download new slave zones if
dir ownership is root or update it if file ownerships are root which I
sometimes see.

Use /etc/namedb/slave for slave zone.
Use /etc/namedb/dynamic for dynamic zone.

Mark

# $FreeBSD: src/etc/mtree/BIND.chroot.dist,v 1.6 2004/11/04 05:24:29 gshapiro Exp $
#
# Please see the file src/etc/mtree/README before making changes to this file.
#

/set type=dir uname=root gname=wheel mode=0755
..
dev mode=0555
..
etc
namedb
dynamic uname=bind
..
master
..
slave uname=bind
..
..
..
/set type=dir uname=bind gname=wheel mode=0755
var uname=root
dump
..
log
..
run
named
..
..
stats
..
..
..

Chris
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742 INTERNET: Mark_Andrews@xxxxxxx
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: named rc.d
    ... > named server running as bind user cannot download new slave zones if ... > dir ownership is root or update it if file ownerships are root which I ...
    (freebsd-stable)
  • Re: named rc.d
    ... named server running as bind user cannot download new slave zones if ... dir ownership is root or update it if file ownerships are root which I ... Slave zones should be put in the slave subdirectory which is owned by ...
    (freebsd-stable)
  • named rc.d
    ... named server running as bind user cannot download new slave zones if ... dir ownership is root or update it if file ownerships are root which I ...
    (freebsd-stable)
  • Re: Authoritative internal server - how do I get rid of...
    ... What about the slave zones? ... This server is auth-only, master-only. ... keys for the root. ... Managed keys track changes in the DNSKEYs using ...
    (comp.protocols.dns.bind)