Skip to content
Snippets Groups Projects
Commit 7c971062 authored by Filip Strömbäck's avatar Filip Strömbäck
Browse files

Added AD service accounts for keys as a comment for future reference.

parent add95dd8
No related branches found
No related tags found
2 merge requests!7Merge of PDK, broker, auth,!4Devel
......@@ -12,8 +12,10 @@ class aes::auth(
# $environment since the keys are tied to the domain name rather than what
# environment the machine is configured in.
if $facts[fqdn] == 'aes.edu.liu.se' {
# The AD service account for this key is: ida_sys002_srv
$auth_keytab_data = $keytab_production
} elsif $facts[fqdn] == 'aes-devel.edu.liu.se' {
# The AD service account for this key is: ida_sys001_srv
$auth_keytab_data = $keytab_devel
} else {
$auth_keytab_data = undef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment