Skip to content

Commit

Permalink
Correct Username
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 22, 2024
1 parent 33ed2d3 commit 69f2bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {
Properties: {
Description: cf.join([cf.stackName, ' LDAP SVC Account Password']),
GenerateSecretString: {
SecretStringTemplate: '{"username": "ldapsvcaccoun"}',
SecretStringTemplate: '{"username": "ldapsvcaccount"}',
GenerateStringKey: 'password',
ExcludePunctuation: true,
PasswordLength: 32
Expand Down

0 comments on commit 69f2bdd

Please sign in to comment.