Skip to content

Commit

Permalink
Fix CF Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 23, 2024
1 parent 02d141a commit 24b07ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -236,7 +236,7 @@ export default {
{ Name: 'LDAP_DOMAIN', Value: cf.ref('LDAPDomain') },
{ Name: 'LDAP_ADMIN_USERNAME', Value: cf.sub('{{resolve:secretsmanager:${AWS::StackName}/admin:SecretString:username:AWSCURRENT}}') },
{ Name: 'LDAP_ADMIN_PASSWORD', Value: cf.sub('{{resolve:secretsmanager:${AWS::StackName}/admin:SecretString:password:AWSCURRENT}}') },
{ Name: 'LDAP_CONFIG_PASSWORD', Value: cf.sub('{{resolve:secretsmanager:${AWS::StackName}/admin:SecretString:password:AWSCURRENT}}') }
{ Name: 'LDAP_CONFIG_PASSWORD', Value: cf.sub('{{resolve:secretsmanager:${AWS::StackName}/admin:SecretString:password:AWSCURRENT}}') },
{ Name: 'LDAP_SVC_USERNAME', Value: cf.sub('{{resolve:secretsmanager:${AWS::StackName}/svc:SecretString:username:AWSCURRENT}}') },
{ Name: 'LDAP_SVC_PASSWORD', Value: cf.sub('{{resolve:secretsmanager:${AWS::StackName}/svc:SecretString:password:AWSCURRENT}}') },
],
Expand Down
1 change: 1 addition & 0 deletions templates/04-orgUnit.ldif
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dn: ou=People,dc=CUSTOM_ORG,dc=CUSTOM_TLD
objectclass: organizationalUnit
ou: People

dn: ou=Group,dc=CUSTOM_ORG,dc=CUSTOM_TLD
objectclass: organizationalUnit
ou: Group

0 comments on commit 24b07ef

Please sign in to comment.