Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
2f15c783
Commit
2f15c783
authored
Nov 22, 2012
by
Stephen Morris
Browse files
[1486] Merge branch 'master' into trac1486
parents
fab53a07
ac0d3bad
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
2f15c783
...
...
@@ -20,6 +20,13 @@ dist_doc_DATA = AUTHORS COPYING ChangeLog README
.PHONY
:
check-valgrind check-valgrind-suppress
install-exec-hook
:
-
@echo
-e
"
\0
33[1;33m"
# switch to yellow color text
@
echo
"NOTE: BIND 10 does not automatically start DNS services when it is run"
@
echo
" in its default configuration. Please see the Guide for information"
@
echo
" on how to configure these services to be started automatically."
-
@echo
-e
"
\0
33[m"
# switch back to normal
check-valgrind
:
if
HAVE_VALGRIND
@
VALGRIND_COMMAND
=
"
$(VALGRIND)
-q --gen-suppressions=all --track-origins=yes --num-callers=48 --leak-check=full --fullpath-after="
\
...
...
README
View file @
2f15c783
...
...
@@ -58,5 +58,7 @@ For operating system specific tips see the wiki at:
Please see the wiki and the doc/ directory for various documentation.
The BIND 10 suite is started by running "bind10". Note that the
default configuration does not run any DNS or DHCP servers.
The BIND 10 suite is started by running "bind10". Note that the default
configuration does not start any DNS or DHCP services. Please see the
Guide for information on how to configure these services to be started
automatically.
doc/guide/bind10-guide.xml
View file @
2f15c783
...
...
@@ -425,11 +425,12 @@ var/
</listitem>
<listitem>
<para>
In another console, enable the authoritative DNS service
(by using the
<command>
bindctl
</command>
utility to configure
the
<command>
b10-auth
</command>
component to run):
<screen>
$
<userinput>
bindctl
</userinput></screen>
(Login with the provided default username and password.)
<para>
DNS and DHCP components are not started in the default
configuration. In another console, enable the authoritative
DNS service (by using the
<command>
bindctl
</command>
utility
to configure the
<command>
b10-auth
</command>
component to
run):
<screen>
$
<userinput>
bindctl
</userinput></screen>
(Login with the provided default username and password.)
<screen>
>
<userinput>
config add Boss/components b10-auth
</userinput>
>
<userinput>
config set Boss/components/b10-auth/special auth
</userinput>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment