2022-10-19 Fred Gleason <fredg@paravelsystems.com>

* Added an Ubuntu-specific pam(7) configuration.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-10-19 17:43:23 -04:00
parent 8d352dd3b7
commit 71f448baa1
5 changed files with 19 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
## Makefile.am
##
## (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
## (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as
@@ -22,7 +22,7 @@ install-exec-am:
mkdir -p $(DESTDIR)/$(sysconfdir)
cp rd-bin.conf $(DESTDIR)/$(sysconfdir)/
mkdir -p $(DESTDIR)/etc/pam.d
cp rivendell.pam $(DESTDIR)/etc/pam.d/rivendell
cp @RIVENDELL_PAM_FILE@ $(DESTDIR)/etc/pam.d/rivendell
uninstall:
rm -f $(DESTDIR)/$(sysconfdir)/rd-bin.conf
@@ -32,7 +32,8 @@ EXTRA_DIST = asound.conf-sample\
logrotate-sample\
rd-bin.conf.in\
rd.conf-sample\
rivendell.pam\
rivendell-rhel.pam\
rivendell-ubuntu.pam\
rivendell-env.sh\
rivendell-webapi.conf\
syslog.conf-sample

View File

@@ -0,0 +1,8 @@
#
# /etc/pam.d/rivendell - Ubuntu PAM plug-in for Rivendell
#
@include common-auth
@include common-account
@include common-password
@include common-session