initial commit of file from CVS for checkpassword-pam on Wed 12 Jul 14:00:28 BST 2023
This commit is contained in:
parent
53cec9b8a9
commit
3712b700bb
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.tar.gz filter=lfs diff=lfs merge=lfs -text
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
*.rpm
|
||||
*.log
|
||||
*spec-20*
|
21
Makefile
Normal file
21
Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Makefile for source rpm: checkpassword-pam
|
||||
# $Id: Makefile,v 1.1 2016/03/17 17:20:43 unnilennium Exp $
|
||||
NAME := checkpassword-pam
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
10
README.md
10
README.md
@ -1,3 +1,11 @@
|
||||
# checkpassword-pam
|
||||
|
||||
3rd Party (Maintained by Koozali) git repo for checkpassword-pam smeserver
|
||||
3rd Party (Maintained by Koozali) git repo for checkpassword-pam smeserver
|
||||
|
||||
## Description
|
||||
|
||||
<br />*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
|
||||
*Once it has been checked, then this comment will be deleted*
|
||||
<br />
|
||||
|
||||
Checkpassword-pam is a Linux open source software package that provides authentication for Unix-like systems using the traditional "passwd" system. It implements the Pluggable Authentication Modules (PAM) interface, allowing users to authenticate via various methods, such as against a password file, an LDAP directory, a Kerberos server, or via NIS. The package also provides a secure mechanism for changing and resetting passwords.
|
||||
|
BIN
checkpassword-pam-0.99.tar.gz
(Stored with Git LFS)
Normal file
BIN
checkpassword-pam-0.99.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
74
checkpassword-pam.spec
Normal file
74
checkpassword-pam.spec
Normal file
@ -0,0 +1,74 @@
|
||||
# $Id: checkpassword-pam.spec 7981 2009-11-03 03:05:34Z dag $
|
||||
# Authority: dag
|
||||
|
||||
Summary: Provides a simple, uniform password-checking interface using PAM
|
||||
Name: checkpassword-pam
|
||||
Version: 0.99
|
||||
Release: 1.3%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
URL: http://checkpasswd-pam.sourceforge.net/
|
||||
|
||||
Packager: Dag Wieers <dag@wieers.com>
|
||||
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
|
||||
|
||||
Source: http://dl.sf.net/checkpasswd-pam/checkpassword-pam-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
|
||||
BuildRequires: pam-devel >= 0.59
|
||||
|
||||
%description
|
||||
checkpassword-pam provides a simple, uniform password-checking
|
||||
interface to all root applications using PAM. It is suitable for
|
||||
use by applications such as login, ftpd, and pop3d.
|
||||
|
||||
There are checkpassword-compatible tools that support alternate
|
||||
password databases, secret login names, long passwords, subaccounts,
|
||||
one-time passwords, detailed accounting, and many other features.
|
||||
|
||||
Applications that use the checkpassword interface will work with all
|
||||
of these tools. Several tools have been specifically designed to
|
||||
support POP toasters.
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
%build
|
||||
%configure
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%{__rm} -rf %{buildroot}
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-, root, root, 0755)
|
||||
%doc AUTHORS ChangeLog COPYING interface.html NEWS README
|
||||
%doc %{_mandir}/man8/checkpassword-pam.8*
|
||||
%{_bindir}/checkpassword-pam
|
||||
|
||||
%changelog
|
||||
* Wed Jul 12 2023 BogusDateBot
|
||||
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
|
||||
by assuming the date is correct and changing the weekday.
|
||||
|
||||
* Fri Mar 18 2016 JP Pialasse <tests@pialasse.com> - 0.99-1.3.sme
|
||||
- Import to SME Server [SME:9322]
|
||||
|
||||
* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 0.99-1.2 - 7981/dag
|
||||
- Rebuild for Fedora Core 5.
|
||||
|
||||
* Wed Sep 22 2004 Dag Wieers <dag@wieers.com> - 0.99-1
|
||||
- Updated to release 0.99.
|
||||
|
||||
* Wed Oct 01 2003 Dag Wieers <dag@wieers.com> - 0.98-0
|
||||
- Updated to release 0.98.
|
||||
|
||||
* Mon Aug 04 2003 Dag Wieers <dag@wieers.com> - 0.97-0
|
||||
- Updated to release 0.97.
|
||||
|
||||
* Sat Jul 12 2003 Dag Wieers <dag@wieers.com> - 0.96-0
|
||||
- Initial package. (using DAR)
|
1
contriborbase
Normal file
1
contriborbase
Normal file
@ -0,0 +1 @@
|
||||
sme10
|
Loading…
Reference in New Issue
Block a user