Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modified email address to point to kerberos-admin at lists #15

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/root/cron_scripts/krb5_passwd_check
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $root_princ = 0;

%userlist = ();

$mailto = "security-alerts+krb\@ncsa.illinois.edu,kerberos-admin\@ncsa.illinois.edu";
$mailto = "security-alerts+krb\@ncsa.illinois.edu,kerberos-admin\@lists.ncsa.illinois.edu";
#$mailto = "lindsey\@ncsa.uiuc.edu";
$mail_from = "krb5_db_check";
$mail_subj = "Kerberos DB stats";
Expand Down
2 changes: 1 addition & 1 deletion files/root/cron_scripts/mv_krb5_log
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use Sys::Hostname;
my $DIR = "/var/log";
my $LOGDIR = "/afs/ncsa/projects/kerberos/logs/krb5";

my $MAILTO = "kerberos-admin\@ncsa.uiuc.edu";
my $MAILTO = "kerberos-admin\@lists.ncsa.illinois.edu";

my $pidfile = "/var/run/syslogd.pid";

Expand Down
2 changes: 1 addition & 1 deletion files/root/cron_scripts/mv_syslogs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Sys::Hostname;
$ENV{PATH} = '/usr/ncsa/bin:' . $ENV{PATH};

# list of users to mail updates to
my $mailto = "kerberos-admin\@ncsa.uiuc.edu";
my $mailto = "kerberos-admin\@lists.ncsa.illinois.edu";
my $subject = "Kerberos syslogs rolled over";
my $sendmail = 0;

Expand Down
2 changes: 1 addition & 1 deletion files/root/cron_scripts/watchafsbackup.pl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#Feb 17 10:47:20 dop -- root[28930]: ROOT LOGIN ON tty2
#Feb 17 10:58:05 dop -- dopheide: LOGIN ON tty2 BY dopheide

$notifyemail = "kerberos-admin\@ncsa.uiuc.edu";
$notifyemail = "kerberos-admin\@lists.ncsa.illinois.edu";

open(LOG,"tail --follow=name /var/log/krb5.log|");

Expand Down
2 changes: 1 addition & 1 deletion files/root/cron_scripts/watchlogins.pl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#Feb 17 10:47:20 dop -- root[28930]: ROOT LOGIN ON tty2
#Feb 17 10:58:05 dop -- dopheide: LOGIN ON tty2 BY dopheide

$notifyemail = "kerberos-admin\@ncsa.uiuc.edu";
$notifyemail = "kerberos-admin\@lists.ncsa.illinois.edu";

open(LOG,"tail --follow=name /var/log/messages|");

Expand Down
2 changes: 1 addition & 1 deletion files/var/kerberos/krb5kdc/propagate
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ log_facility="local6"
log_file="/tmp/propagate.$$"

# User to send errors to
user="[email protected]"
user="kerberos-admin@lists.ncsa.illinois.edu"

# Uncomment for testing
#user="[email protected]"
Expand Down
6 changes: 3 additions & 3 deletions manifests/common/cron.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
user => 'root',
hour => 4,
minute => 3,
environment => ['SHELL=/bin/sh', 'MAILTO=kerberos-admin@ncsa.uiuc.edu'],
environment => ['SHELL=/bin/sh', 'MAILTO=kerberos-admin@lists.ncsa.illinois.edu'],
#description => 'Make daily backup of propagated database on local disk'
}

Expand All @@ -22,7 +22,7 @@
user => 'root',
hour => 0,
minute => 0,
environment => ['SHELL=/bin/sh', 'MAILTO=kerberos-admin@ncsa.uiuc.edu'],
environment => ['SHELL=/bin/sh', 'MAILTO=kerberos-admin@lists.ncsa.illinois.edu'],
#description => 'Roll the kerberos logs to AFS'
}

Expand All @@ -33,7 +33,7 @@
user => 'root',
hour => 0,
minute => 1,
environment => ['SHELL=/bin/sh', 'MAILTO=kerberos-admin@ncsa.uiuc.edu'],
environment => ['SHELL=/bin/sh', 'MAILTO=kerberos-admin@lists.ncsa.illinois.edu'],
#description => 'Roll the syslogs to AFS'
}
}
6 changes: 3 additions & 3 deletions manifests/primary/cron.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
user => 'root',
hour => '*',
minute => '*/5',
environment => ['SHELL=/bin/sh', 'MAILTO=kerberos-admin@ncsa.uiuc.edu'],
environment => ['SHELL=/bin/sh', 'MAILTO=kerberos-admin@lists.ncsa.illinois.edu'],
#description => 'Propagate the database to secondary KDCs every five minutes'
}

Expand All @@ -22,7 +22,7 @@
user => 'root',
hour => '03',
minute => '04',
environment => ['SHELL=/bin/sh', 'MAILTO=kerberos-admin@ncsa.uiuc.edu'],
environment => ['SHELL=/bin/sh', 'MAILTO=kerberos-admin@lists.ncsa.illinois.edu'],
#description => 'Make daily backup of propagated database on local disk'
}

Expand All @@ -35,7 +35,7 @@
user => 'root',
hour => '0',
minute => '50',
environment => ['SHELL=/bin/sh', 'MAILTO=kerberos-admin@ncsa.uiuc.edu'],
environment => ['SHELL=/bin/sh', 'MAILTO=kerberos-admin@lists.ncsa.illinois.edu'],
#description => 'Put principal information into MySQL database'
}
}