[23570] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23211 - in trunk/debathena/config: . samba-config samba-config/debian

daemon@ATHENA.MIT.EDU (rbasch@MIT.EDU)
Fri Oct 17 19:37:41 2008

Date: Fri, 17 Oct 2008 19:37:29 -0400 (EDT)
From: rbasch@MIT.EDU
Message-Id: <200810172337.TAA29806@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: rbasch
Date: 2008-10-17 19:37:28 -0400 (Fri, 17 Oct 2008)
New Revision: 23211

Added:
   trunk/debathena/config/samba-config/
   trunk/debathena/config/samba-config/debian/
   trunk/debathena/config/samba-config/debian/changelog
   trunk/debathena/config/samba-config/debian/compat
   trunk/debathena/config/samba-config/debian/control
   trunk/debathena/config/samba-config/debian/control.in
   trunk/debathena/config/samba-config/debian/copyright
   trunk/debathena/config/samba-config/debian/debathena-samba-config.install
   trunk/debathena/config/samba-config/debian/rules
   trunk/debathena/config/samba-config/debian/smb.conf.debathena
Log:
Add the debathena-samba-config package, to configure the Samba suite
for access to the WIN.MIT.EDU Windows domain.


Added: trunk/debathena/config/samba-config/debian/changelog
===================================================================
--- trunk/debathena/config/samba-config/debian/changelog	2008-10-16 23:35:20 UTC (rev 23210)
+++ trunk/debathena/config/samba-config/debian/changelog	2008-10-17 23:37:28 UTC (rev 23211)
@@ -0,0 +1,5 @@
+debathena-samba-config (10.0.0) unstable; urgency=low
+
+  * Initial release.
+
+ -- Robert Basch <rbasch@mit.edu>  Fri, 17 Oct 2008 19:19:17 -0400

Added: trunk/debathena/config/samba-config/debian/compat
===================================================================
--- trunk/debathena/config/samba-config/debian/compat	2008-10-16 23:35:20 UTC (rev 23210)
+++ trunk/debathena/config/samba-config/debian/compat	2008-10-17 23:37:28 UTC (rev 23211)
@@ -0,0 +1 @@
+4

Added: trunk/debathena/config/samba-config/debian/control
===================================================================
--- trunk/debathena/config/samba-config/debian/control	2008-10-16 23:35:20 UTC (rev 23210)
+++ trunk/debathena/config/samba-config/debian/control	2008-10-17 23:37:28 UTC (rev 23211)
@@ -0,0 +1,15 @@
+Source: debathena-samba-config
+Section: debathena-config/net
+Priority: extra
+Maintainer: Debian-Athena Project <debathena@mit.edu>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), config-package-dev (>= 4.5~)
+Standards-Version: 3.7.2
+
+Package: debathena-samba-config
+Architecture: all
+Depends: samba-common, ${misc:Depends}
+Provides: ${diverted-files}
+Conflicts: ${diverted-files}
+Description: Samba configuration for Athena
+ This package configures the Samba suite for access to the WIN.MIT.EDU
+ Windows domain.

Added: trunk/debathena/config/samba-config/debian/control.in
===================================================================
--- trunk/debathena/config/samba-config/debian/control.in	2008-10-16 23:35:20 UTC (rev 23210)
+++ trunk/debathena/config/samba-config/debian/control.in	2008-10-17 23:37:28 UTC (rev 23211)
@@ -0,0 +1,15 @@
+Source: debathena-samba-config
+Section: debathena-config/net
+Priority: extra
+Maintainer: Debian-Athena Project <debathena@mit.edu>
+Build-Depends: @cdbs@
+Standards-Version: 3.7.2
+
+Package: debathena-samba-config
+Architecture: all
+Depends: samba-common, ${misc:Depends}
+Provides: ${diverted-files}
+Conflicts: ${diverted-files}
+Description: Samba configuration for Athena
+ This package configures the Samba suite for access to the WIN.MIT.EDU
+ Windows domain.

Added: trunk/debathena/config/samba-config/debian/copyright
===================================================================
--- trunk/debathena/config/samba-config/debian/copyright	2008-10-16 23:35:20 UTC (rev 23210)
+++ trunk/debathena/config/samba-config/debian/copyright	2008-10-17 23:37:28 UTC (rev 23211)
@@ -0,0 +1,11 @@
+Copyright 2008 by the Massachusetts Institute of Technology.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of M.I.T. not be used in
+advertising or publicity pertaining to distribution of the software
+without specific, written prior permission.  M.I.T. makes no
+representations about the suitability of this software for any
+purpose.  It is provided "as is" without express or implied warranty.

Added: trunk/debathena/config/samba-config/debian/debathena-samba-config.install
===================================================================
--- trunk/debathena/config/samba-config/debian/debathena-samba-config.install	2008-10-16 23:35:20 UTC (rev 23210)
+++ trunk/debathena/config/samba-config/debian/debathena-samba-config.install	2008-10-17 23:37:28 UTC (rev 23211)
@@ -0,0 +1 @@
+debian/smb.conf.debathena etc/samba

Added: trunk/debathena/config/samba-config/debian/rules
===================================================================
--- trunk/debathena/config/samba-config/debian/rules	2008-10-16 23:35:20 UTC (rev 23210)
+++ trunk/debathena/config/samba-config/debian/rules	2008-10-17 23:37:28 UTC (rev 23211)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
+DEB_DIVERT_EXTENSION = .debathena
+DEB_DIVERT_FILES_debathena-samba-config += \
+	/etc/samba/smb.conf.debathena
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/config-package.mk


Property changes on: trunk/debathena/config/samba-config/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/debathena/config/samba-config/debian/smb.conf.debathena
===================================================================
--- trunk/debathena/config/samba-config/debian/smb.conf.debathena	2008-10-16 23:35:20 UTC (rev 23210)
+++ trunk/debathena/config/samba-config/debian/smb.conf.debathena	2008-10-17 23:37:28 UTC (rev 23211)
@@ -0,0 +1,14 @@
+# This is the Athena version of the main configuration file for the
+# Samba suite.  It configures Samba for access to the WIN.MIT.EDU
+# Windows domain.
+#
+# See the smb.conf(5) manual page for information on the configuration
+# options in this file.
+#
+# To enable single sign-on from domain clients to Samba services on
+# this machine, you will need to join the machine to the domain
+# (see the net(8) manual page).
+
+[global]
+   realm = WIN.MIT.EDU
+   security = ADS


home help back first fref pref prev next nref lref last post