Skip to content
Snippets Groups Projects
Commit a1b6f908 authored by Linda J Laubenheimer's avatar Linda J Laubenheimer
Browse files

ldap_wg_maint: fix if condition for keytab

parent 03b6a5d4
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ class su_ldap::sync_scripts::ldap_wg_maint ( ...@@ -27,7 +27,7 @@ class su_ldap::sync_scripts::ldap_wg_maint (
#include s_ldap::base::ldap_admin #include s_ldap::base::ldap_admin
# (Note: $wg_host is used in a template file.) # (Note: $wg_host is used in a template file.)
if ($s_ldap::base::prod) { if ($env == 'prod') {
$wg_wallet = 'ssl-key/ldap.stanford.edu/wg-api' $wg_wallet = 'ssl-key/ldap.stanford.edu/wg-api'
$wg_cert = 'wg-api.ldap.stanford.edu' $wg_cert = 'wg-api.ldap.stanford.edu'
$wg_host = 'workgroupsvc.stanford.edu' $wg_host = 'workgroupsvc.stanford.edu'
......
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