From 2ad1033a63afbd248c589982945947b2ae6d8a49 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 12 Mar 2007 12:24:16 +0100 Subject: [PATCH] Remove debian-specific stuff from upstream branch. --- .bzr-builddeb/default.conf | 3 -- .bzr-builddeb/hooks/pre-build/autogen.sh | 2 - debian/README.Debian | 51 ------------------------ debian/changelog | 5 --- debian/compat | 1 - debian/control | 19 --------- debian/copyright | 22 ---------- debian/dirs | 2 - debian/install | 1 - debian/rules | 48 ---------------------- 10 files changed, 154 deletions(-) delete mode 100644 .bzr-builddeb/default.conf delete mode 100755 .bzr-builddeb/hooks/pre-build/autogen.sh delete mode 100644 debian/README.Debian delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/dirs delete mode 100644 debian/install delete mode 100755 debian/rules diff --git a/.bzr-builddeb/default.conf b/.bzr-builddeb/default.conf deleted file mode 100644 index 97c8aa7..0000000 --- a/.bzr-builddeb/default.conf +++ /dev/null @@ -1,3 +0,0 @@ -[BUILDDEB] -split = True -require-hooks = True diff --git a/.bzr-builddeb/hooks/pre-build/autogen.sh b/.bzr-builddeb/hooks/pre-build/autogen.sh deleted file mode 100755 index d6a5433..0000000 --- a/.bzr-builddeb/hooks/pre-build/autogen.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -autoconf -f diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index 45d176f..0000000 --- a/debian/README.Debian +++ /dev/null @@ -1,51 +0,0 @@ -pam-krb5-migrate for Debian ---------------------------- -This package has been built with support for accessing the Kerberos -administration over the network. - -SETTING UP THE PAM_KRB5_MIGRATE MODULE - -If you do not already have a KDC, you will need to set up a Kerberos -database for your realm. See the Kerberos V5 Installation Guide for -details. - -If you will be updating against a live database from a machine other than -the KDC, or if you intend to run the migration module on more than one -machine at a time, you will need to use kadmin (or kadmin.local) to create -a special Kerberos principal called pam_migrate/, where - is the full domain name (FQDN) of the host where you're -deploying the pam module. - -% kadmin -Authenticating as principal admin/admin@REALM with password. -kadmin.local: add --use-defaults -r pam_migrate/hostname@REALM -WARNING: no policy specified for pam_migrate/hostname@REALM; defaulting to no policy -Principal "pam_migrate/hostname@REALM" created. - -Then extract the key for this principal to a keytab for use on the host: - -kadmin.local: ext -k /var/kerberos/krb5kdc/hostname.keytab pam_migrate/hostname -Entry for principal pam_migrate/hostname with kvno 4, encryption type DES cbc mode with CRC-32 added to keytab -WRFILE:/var/kerberos/krb5kdc/hostname.keytab. -Entry for principal pam_migrate/hostname with kvno 4, encryption type Triple DES cbc mode raw added to keytab -WRFILE:/var/kerberos/krb5kdc/hostname.keytab. - - -This principal should *only* have permission to add principals to the -database and should have no other permissions. To give the principal -permission to add to the database, add this line to the top of your -kadmind.acl file: - -pam_migrate/hostname@REALM add - -You can also give all principals of the form pam_migrate/ -permission to add by using the line - -pam_migrate/*@REALM add - -You will then need to copy your new keytab (securely!) to the appropriate -machine and install it as /etc/security/pam_krb5.keytab. Like all -keytabs, this file should be readable only by root and should be treated -with the utmost care when transferring it to the destination host. -*Anyone with access to this keytab will be able to create new Kerberos -principals in your realm.* diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 111dd6b..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -libpam-krb5-migrate-heimdal (0.0.5-1) unstable; urgency=low - - * Initial release. - - -- Jelmer Vernooij Sat, 11 Nov 2006 13:58:49 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7ed6ff8..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/debian/control b/debian/control deleted file mode 100644 index b027c5d..0000000 --- a/debian/control +++ /dev/null @@ -1,19 +0,0 @@ -Source: libpam-krb5-migrate-heimdal -Section: net -Priority: optional -Maintainer: Jelmer Vernooij -Standards-Version: 3.7.2.0 -Build-Depends: debhelper (>= 5.0.2), heimdal-dev (>= 0.3e-1), libpam0g-dev -XS-Vcs-Bzr: http://people.samba.org/bzr/jelmer/pam_krb5_migrate/debian - -Package: libpam-krb5-migrate-heimdal -Architecture: any -Depends: ${shlibs:Depends} -Description: PAM module for migrating to Kerberos - A stackable authentication module that takes a username and password from an - earlier module in the stack and attempts to transparently add the user to a - Kerberos realm using the Kerberos 5 kadmin service. The module can be used to - ease the administrative burdens of migrating a large installed userbase from - pre-existing authentication methods to a Kerberos-based setup. - . - This package allows updating the database of a remote Heimdal server. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 0ebd2aa..0000000 --- a/debian/copyright +++ /dev/null @@ -1,22 +0,0 @@ -This package was Debianized by Jelmer Vernooij -on Sat Nov 11 14:01:19 CET 2006. - -The upstream source was downloaded from ftp://ftp.netexpress.net/pub/pam/pam_krb5_migrate.tgz - -Copyright (c) Steve Langasek - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; version 2 dated June, 1991. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301, USA. - -The GPL is available on Debian systems in /usr/share/common-licenses/GPL. diff --git a/debian/dirs b/debian/dirs deleted file mode 100644 index b5d1077..0000000 --- a/debian/dirs +++ /dev/null @@ -1,2 +0,0 @@ -lib/security -usr/share/man/man5 diff --git a/debian/install b/debian/install deleted file mode 100644 index 026cef1..0000000 --- a/debian/install +++ /dev/null @@ -1 +0,0 @@ -pam_krb5_migrate.so lib/security/ diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 22b7922..0000000 --- a/debian/rules +++ /dev/null @@ -1,48 +0,0 @@ -#!/usr/bin/make -f -# Based on debian/rules from libpam-heimdal - -configure: configure-stamp -configure-stamp: - dh_testdir - ./configure - touch configure-stamp - -build: build-stamp -build-stamp: configure - dh_testdir - $(MAKE) CFLAGS=-fPIC - touch build-stamp - -clean: clean1 -clean1: - dh_testdir - dh_testroot - rm -f build-stamp - $(MAKE) distclean - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - dh_install - -binary-indep: build install -binary-arch: build install - dh_testdir - dh_testroot - dh_installdocs - dh_installchangelogs - dh_installexamples - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install -- 2.34.1