[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] 3 commits: Drop unused etc/samba/smb-debian-edu-client.conf file (wrong content anyway).

WolfgangSchweer gitlab at salsa.debian.org
Tue Jul 10 13:18:17 BST 2018


WolfgangSchweer pushed to branch master at Debian Edu / debian-edu-config


Commits:
ac4f8f6c by Wolfgang Schweer at 2018-07-10T14:04:47+02:00
Drop unused etc/samba/smb-debian-edu-client.conf file (wrong content anyway).

- - - - -
b732933f by Wolfgang Schweer at 2018-07-10T14:08:32+02:00
Use dependency order tftp-hpa | tftp to avoid possible conflicts.

- - - - -
bf80676e by Wolfgang Schweer at 2018-07-10T14:17:10+02:00
Add changelog entries.

- - - - -


4 changed files:

- Makefile
- debian/changelog
- debian/control
- − etc/samba/smb-debian-edu-client.conf


Changes:

=====================================
Makefile
=====================================
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,6 @@ SYSCONFFILES = \
 	samba/netlogon/win7+samba_domain-membership/README_Win7-Domain-Membership.txt \
 	samba/netlogon/win7+samba_domain-membership/SeSystemTimePrivilege.bat \
 	samba/netlogon/win7+samba_domain-membership/Win7_Samba3DomainMember.reg \
-	samba/smb-debian-edu-client.conf \
 	samba/smb-debian-edu.conf \
 	samba/samba-domain-policy.ldif \
 	slbackup-php/config.php \


=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,13 @@
 debian-edu-config (2.10.30) UNRELEASED; urgency=medium
 
+  [ Holger Levsen ]
   * Bump standards version to 4.1.5, no changes needed.
 
+  [ Wolfgang Schweer ]
+  * Drop unused etc/samba/smb-debian-edu-client.conf file; content is wrong
+    anyway. Also, tools/setup-ad-client generates a proper smb.conf on the fly.
+  * d/control: Use dependency order tftp-hpa | tftp to avoid possible conflicts.
+
  -- Holger Levsen <holger at debian.org>  Sun, 08 Jul 2018 13:20:10 +0000
 
 debian-edu-config (2.10.29) unstable; urgency=medium


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -58,7 +58,7 @@ Depends: ${misc:Depends},
          python-notify,
          ssl-cert,
          swaks,
-         tftp | tftp-hpa,
+         tftp-hpa | tftp,
          uuid,
 Recommends: binutils,
             libnotify-bin,


=====================================
etc/samba/smb-debian-edu-client.conf deleted
=====================================
--- a/etc/samba/smb-debian-edu-client.conf
+++ /dev/null
@@ -1,107 +0,0 @@
-#
-# Skolelinux configuration file for the samba suite
-#
-# Please read the smb.conf(5) manual page
-#
-# NOTE: Whenever you modify this file you should run the command
-# "testparm" to check that you have not many any basic syntactic
-# errors.
-#
-
-# $Id$
-
-#======================= Global Settings =======================
-
-[global]
-
-# Do something sensible when Samba crashes: mail the admin a backtrace
-;   panic action = /usr/share/samba/panic-action %d
-
-# server name
-;   netbios name = tjener
-
-# server string/NT Description field
-   server string = %h server (Samba %v)
-
-# disable IPv6 for Samba on Skolelinux systems
-   interfaces = 127.0.0.1 10.0.0.0/8
-   bind interfaces only = yes
-
-# Use kerberos
-
-   realm = INTERN
-   security = ADS
-
-# Workgroup/NT-domain name
-
-   workgroup = skolelinux
-
-# OpenLDAP configuration
-
-;   passdb backend = ldapsam:ldaps://ldap
-;   ldap suffix = dc=skole,dc=skolelinux,dc=no
-;   ldap user suffix = ou=people
-;   ldap machine suffix = ou=netdevices,ou=systems
-;   ldap admin dn = "cn=smbadmin,ou=samba,dc=skole,dc=skolelinux,dc=no"
-
-# PAM setup
-
-   obey pam restrictions = yes
-
-# Printer settings
-
-   load printers = yes
-   printing = cups
-   printcap name = cups
-
-# Network logon
-
-   logon home = \\tjener\%U
-   logon drive = h:
-   logon script = login.bat
-
-;   invalid users = root
-
-# Logfiles
-
-   log file = /var/log/samba/log.%m
-   max log size = 1000
-   syslog = 0
-
-# Security options
-
-   security = domain
-   encrypt passwords = true
-   password server = tjener
-
-# Networking options
-
-   socket options = TCP_NODELAY
-
-# Browser Control Options
-
-  local master = yes
-  domain logons = no
-  domain master = no
-  preferred master = no
-
-  os level = 20
-
-# WINS Support
-
-   wins server = tjener
-
-# DNS proxy for NetBIOS
-
-   dns proxy = no
-
-# Add NT clients
-
-;   add machine script = /etc/samba/smbaddclient.pl %u
-
-# Disable changing of password using samba
-  unix password sync = yes
-  passwd program = /bin/false
-
-#======================= Share Definitions =======================
-



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/compare/d408d2cf6756aab36fc126ab8588999a5b348679...bf80676e80ee22c678402ec002e5ddbdc30f4f1c

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/compare/d408d2cf6756aab36fc126ab8588999a5b348679...bf80676e80ee22c678402ec002e5ddbdc30f4f1c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20180710/717a6996/attachment-0001.html>


More information about the debian-edu-commits mailing list