[debian-edu-commits] debian-edu/ 01/01: Samba: go back from role AD DC to wheezy behaviour (NT4-style PDC)

Wolfgang Schweer schweer-guest at moszumanska.debian.org
Sun Aug 24 23:39:50 UTC 2014


This is an automated email from the git hooks/post-receive script.

schweer-guest pushed a commit to branch master
in repository debian-edu-config.

commit 3fdd5748ca6a0ea09e4d3c78ab04284d22b76ea2
Author: Wolfgang Schweer <wschweer at arcor.de>
Date:   Mon Aug 25 01:37:35 2014 +0200

    Samba: go back from role AD DC to wheezy behaviour (NT4-style PDC)
---
 debian/changelog                   | 4 ++++
 etc/samba/smb-debian-edu.conf      | 4 ++++
 ldap-tools/ldap-debian-edu-install | 2 ++
 3 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1a1cb4b..14abb1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,10 @@ debian-edu-config (1.722) UNRELEASED; urgency=low
 
   [ Wolfgang Schweer ]
   * Adjust testsuite/backup to reflect the changed cron location.
+  * Samba: go back to wheezy behaviour (NT4-style PDC) as opposed to
+    the jessie default (AD DC) just for testing:
+    - adjust /etc/samba/smb.conf.
+    - adjust /usr/bin/ldap-debian-edu-install.
 
   [ Petter Reinholdtsen ]
   * Mention possible cause of the failing webcache test in the error
diff --git a/etc/samba/smb-debian-edu.conf b/etc/samba/smb-debian-edu.conf
index 8b7921f..1793a75 100644
--- a/etc/samba/smb-debian-edu.conf
+++ b/etc/samba/smb-debian-edu.conf
@@ -30,6 +30,10 @@
    interfaces = 127.0.0.1 10.0.2.2
    bind interfaces only = yes
 
+# configure as NT4-style PDC
+   server role = classic primary domain controller
+   acl allow execute always = true
+
 # server string/NT Description field
    server string = %h server (Debian Edu/Skolelinux Main Server)
 
diff --git a/ldap-tools/ldap-debian-edu-install b/ldap-tools/ldap-debian-edu-install
index 800f9d9..06771a1 100755
--- a/ldap-tools/ldap-debian-edu-install
+++ b/ldap-tools/ldap-debian-edu-install
@@ -435,6 +435,8 @@ EOF
 
 [global]
 
+   server role = classic primary domain controller
+   acl allow execute always = true
    netbios name = TJENER 
    security = USER
    workgroup = SKOLELINUX

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list