mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2017-04-03 Fred Gleason <fredg@paravelsystems.com>
* Added a 'USERS.LOCAL_AUTH' field to the database. * Added a 'USERS.PAM_SERVICE' field to the database. * Added an index on 'STATIONS.IPV4_ADDRESS' to the database. * Incremented the database version to 262. * Added 'RDUser::localAuthentication()', 'RDUser::setLocalAuthentication()', 'RDUser::pamService()' and 'RDUser::setPamService()' methods in 'lib/rduser.cpp' and 'lib/rduser.h'. * Added 'PAM Service' and 'Authenticate This User Locally' controls to the Edit User dialog in 'rdadmin/edit_user.cpp' and 'rdadmin/edit_user.h'. * Added a PAM service configuration in 'conf/rivendell.pam'.
This commit is contained in:
@@ -23,9 +23,12 @@
|
||||
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
|
||||
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)/$(sysconfdir)/rd-bin.conf
|
||||
rm -f $(DESTDIR)/etc/pam.d/rivendell
|
||||
|
||||
EXTRA_DIST = my.cnf-master\
|
||||
my.cnf-standby\
|
||||
@@ -33,6 +36,7 @@ EXTRA_DIST = my.cnf-master\
|
||||
rd.conf-sample\
|
||||
rd.conf-slax\
|
||||
rd-sample.ini\
|
||||
rivendell.pam\
|
||||
rlm_ando.conf\
|
||||
rlm_facebook.conf\
|
||||
rlm_filewrite.conf\
|
||||
|
||||
Reference in New Issue
Block a user