diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-05-27 21:10:18 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-05-27 21:10:45 +0200 |
commit | 201e799f7a2fcba3af2c9214f25545460ef9b08a (patch) | |
tree | c5e3975d7add11c0295238d584aa51e34a4e7ce0 /contrib/pam-pwdfile.spec | |
parent | da52bf9630a077d90e1338d818a3e179367058c4 (diff) | |
download | libpam-pwdfile-201e799f7a2fcba3af2c9214f25545460ef9b08a.tar.gz |
rework documentationv0.100
remove stuff in contrib, it is outdated or explained in the service's
documentation
Diffstat (limited to 'contrib/pam-pwdfile.spec')
-rw-r--r-- | contrib/pam-pwdfile.spec | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/contrib/pam-pwdfile.spec b/contrib/pam-pwdfile.spec deleted file mode 100644 index cbcd88a..0000000 --- a/contrib/pam-pwdfile.spec +++ /dev/null @@ -1,44 +0,0 @@ -%define nam pam-pwdfile -%define ver 0.95 -%define prefix /usr -%define docdir %{prefix}/doc/%{nam}-%{ver} - -%define installer /usr/bin/install - -Summary: A PAM module that allows users to authenticate on htpasswd-type files separate from /etc/passwd. -Name: pam-pwdfile -Version: %{ver} -Release: 1 -Copyright: LGPL -Group: System Environment/Base -Source0: %{nam}-%{ver}.tar.gz -Source1: pam-pwdfile-Makefile.standalone -URL: http://cpbotha.net/pam_pwdfile.html -Distribution: Xeran Internal Packages -Vendor: Xeran Technologies -Packager: Jason F. McBrayer <jason@xeran.com> -BuildRoot: /var/tmp/%{nam}-%{ver}-root -BuildPrereq: pam -Requires: pam - -%description -This pam module can be used for the authentication service only, in cases -where one wants to use a different set of passwords than those in the main -system password database. E.g. in our case we have an imap server running, -and prefer to keep the imap passwords different from the system passwords -for security reasons. - -%prep -%setup -cp $RPM_SOURCE_DIR/pam-pwdfile-Makefile.standalone $RPM_BUILD_DIR/%{nam}-%{ver}/Makefile.standalone - -%build -make -f Makefile.standalone - -%install -make -f Makefile.standalone PAM_LIB_DIR="$RPM_BUILD_ROOT/lib/security" install - -%files -%attr(0755, root, root) /lib/security/pam_pwdfile.so -%attr(-, root, root) %doc README -%attr(-, root, root) %doc changelog |