r24912: Merge 'use more substituted variables' patch to release branch.
authorAndrew Bartlett <abartlet@samba.org>
Sun, 2 Sep 2007 21:43:25 +0000 (23:43 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 21 Dec 2007 02:32:22 +0000 (03:32 +0100)
Andrew Bartlett

source/setup/named.conf

index 6f97adf644ad1cf640d7568f53fe951474bfd275..17beb7a2d7b1058fb04bb7506b5cf09054102af5 100644 (file)
@@ -22,15 +22,15 @@ zone "${DNSDOMAIN}." IN {
 # for named: KRB5_KTNAME so that it points to the keytab generated.
 # In RedHat derived systems such RHEL/CentOS/Fedora you can add the following
 # line to the /etc/sysconfig/named file:
-# export KRB5_KTNAME=${DNS_KEYTAB}
+# export KRB5_KTNAME=${DNS_KEYTAB_ABS}
 #
 # Please note that most distributions have BIND configured to run under
 # a non-root user account.  For example, Fedora Core 6 (FC6) runs BIND as
 # 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
+# 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
 # example, execute the commands:
 # 
-# chgrp named /usr/local/samba/private/dns.keytab
-# chmod g+r /usr/local/samba/private/dns.keytab
+# chgrp named ${DNS_KEYTAB_ABS}
+# chmod g+r ${DNS_KEYTAB_ABS}