mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
4c9608fb27
This allows to us to have restricted access to the directory by the group 'named' which bind is a member of. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12957 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlet <abartlet@samba.org>
19 lines
604 B
XML
19 lines
604 B
XML
<samba:parameter name="binddns dir"
|
|
context="G"
|
|
type="string"
|
|
constant="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<synonym>bind dns directory</synonym>
|
|
<description>
|
|
<para>
|
|
This parameters defines the directory samba will use to store the configuration
|
|
files for bind, such as named.conf.
|
|
|
|
NOTE: The bind dns directory needs to be on the same mount point as the private
|
|
directory!
|
|
</para>
|
|
</description>
|
|
|
|
<value type="default">&pathconfig.BINDDNS_DIR;</value>
|
|
</samba:parameter>
|