Bug 76411

Summary: Options in many files?
Product: [Retired] Red Hat Linux Reporter: Petri T. Koistinen <thoron>
Component: redhat-config-bindAssignee: Daniel Walsh <dwalsh>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-11-01 16:46:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Petri T. Koistinen 2002-10-21 14:44:07 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Description of problem:
How do I say this with help of bindconf?

options {
        directory "/var/named/";
        query-source address * port 53;
};


I can not put another options field in /etc/named.custom file. BIND wont start.



Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Use BIND and bindconf behind firewall.
	

Additional info:

Comment 1 Daniel Walsh 2002-11-01 16:46:42 UTC
edit the file /usr/share/redhat-config-bind/named.conf.xsl

and put the appropriate line in there.

options { 
	source address * port 53;
...

Comment 2 Daniel Walsh 2002-11-01 16:47:00 UTC
edit the file /usr/share/redhat-config-bind/named.conf.xsl

and put the appropriate line in there.

options { 
	source address * port 53;
...