mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
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:
@@ -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
|
||||
|
8
conf/rivendell-ubuntu.pam
Normal file
8
conf/rivendell-ubuntu.pam
Normal 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
|
Reference in New Issue
Block a user