Skip to content
Snippets Groups Projects
Commit c18c2a54 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

forgot to use ldap_principal_name_override when defined

parent e493ed41
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ class shibb_idp3::ldap (
'dev': { $ldap_principal_name = 'service/shibboleth-dev' }
default: { fail("unknown environment ${shibb_idp3::env}") }
}
} else {
$ldap_principal_name = $ldap_principal_name_override
}
# Get the keytab wallet object.
......
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