Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 588407 Details for
Bug 827401
bind-dyndb-ldap crashes during zone unload when NS is not resolvable
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
/etc/named.conf
named.conf (text/plain), 1.29 KB, created by
Martin Kosek
on 2012-06-01 11:18:27 UTC
(
hide
)
Description:
/etc/named.conf
Filename:
MIME Type:
Creator:
Martin Kosek
Created:
2012-06-01 11:18:27 UTC
Size:
1.29 KB
patch
obsolete
>options { > // turns on IPv6 for port 53, IPv4 is on by default for all ifaces > listen-on-v6 {any;}; > > // Put files that named is allowed to write in the data/ directory: > directory "/var/named"; // the default > dump-file "data/cache_dump.db"; > statistics-file "data/named_stats.txt"; > memstatistics-file "data/named_mem_stats.txt"; > > forward first; > forwarders { > 10.16.255.2; > }; > > // Any host is permitted to issue recursive queries > allow-recursion { any; }; > > tkey-gssapi-credential "DNS/vm-125.idm.lab.bos.redhat.com"; > tkey-domain "IDM.LAB.BOS.REDHAT.COM"; >}; > >/* If you want to enable debugging, eg. using the 'rndc trace' command, > * By default, SELinux policy does not allow named to modify the /var/named directory, > * so put the default debug log file in data/ : > */ >logging { > channel default_debug { > file "data/named.run"; > severity dynamic; > }; >}; > >zone "." IN { > type hint; > file "named.ca"; >}; > >include "/etc/named.rfc1912.zones"; > >dynamic-db "ipa" { > library "ldap.so"; > arg "uri ldapi://%2fvar%2frun%2fslapd-IDM-LAB-BOS-REDHAT-COM.socket"; > arg "base cn=dns, dc=idm,dc=lab,dc=bos,dc=redhat,dc=com"; > arg "fake_mname vm-125.idm.lab.bos.redhat.com."; > arg "auth_method sasl"; > arg "sasl_mech GSSAPI"; > arg "sasl_user DNS/vm-125.idm.lab.bos.redhat.com"; > arg "zone_refresh 0"; > arg "psearch yes"; >};
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 827401
: 588407 |
588408