diff options
-rw-r--r-- | source4/setup/named.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/named.conf b/source4/setup/named.conf index 17beb7a2d7..bb9f421db0 100644 --- a/source4/setup/named.conf +++ b/source4/setup/named.conf @@ -29,7 +29,7 @@ zone "${DNSDOMAIN}." IN { # the user "named" once the daemon relinquishes its rights. Therefore, # the file "${DNS_KEYTAB}" must be readable by the user that BIND run as. # If BIND is running as a non-root user, the "${DNS_KEYTAB}" file must have its -# permissions altered to allow thge daemon to read it. In the FC6 +# permissions altered to allow the daemon to read it. In the FC6 # example, execute the commands: # # chgrp named ${DNS_KEYTAB_ABS} |