[Pkg-samba-maint] Bug#721015: samba-ad-dc: documentation fix for named.txt from setup

Noël Köthe noel at debian.org
Tue Aug 27 08:07:56 UTC 2013


Package: samba-ad-dc
Version: 2:4.0.8+dfsg-1
Severity: minor

Dear Maintainer,

During the setup of a samba4 server the user will read
/var/lib/samba/private/named.txt which is installed from
/usr/share/samba/setup/named.txt.
With this patch the user can paste the chgrp command and
ignore the information about what Fedora 9 does:

diff --git a/source4/setup/named.txt b/source4/setup/named.txt
index d0657dd..a9b14c9 100644
--- a/source4/setup/named.txt
+++ b/source4/setup/named.txt
@@ -18,13 +18,13 @@ tkey-gssapi-keytab "${DNS_KEYTAB_ABS}";
 
 # 2. Set appropriate ownership and permissions on the ${DNS_KEYTAB} file.  
 #    Note that the most distributions have BIND configured to run under a 
-#    non-root user account.  For example, Fedora 9 runs BIND as the user 
-#    "named" once the daemon relinquishes its rights.  Therefore, the file 
+#    non-root user account.  Debian runs BIND as the user 
+#    "bind" 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 the daemon to read it.  Under Fedora 9, 
-#    execute the following commands:
-chgrp named ${DNS_KEYTAB_ABS}
+#    permissions altered to allow the daemon to read it.
+#    Execute the following commands:
+chgrp bind ${DNS_KEYTAB_ABS}
 chmod g+r ${DNS_KEYTAB_ABS}
 
 # 3. Ensure the BIND zone file(s) that will be dynamically updated are in 


Thank you.

Regards

	Noël

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



More information about the Pkg-samba-maint mailing list