Skip to content

Commit

Permalink
Merge pull request #28 from SachaHa/patch-1
Browse files Browse the repository at this point in the history
openldap/server: inject hdb db name from variable
  • Loading branch information
wdavidw committed Jul 18, 2017
2 parents c87f568 + d997dfe commit 4a88bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/openldap_server/install.coffee.md
Expand Up @@ -179,7 +179,7 @@ discovered at runtime based on the OS release.
header: 'Suffix'
unless_exec: """
ldapsearch -Y EXTERNAL -H ldapi:/// \
-b "olcDatabase={2}hdb,cn=config" \
-b "olcDatabase={2}#{bdb},cn=config" \
| grep -E "olcSuffix: #{openldap_server.suffix}"
"""
cmd: """
Expand Down

0 comments on commit 4a88bcc

Please sign in to comment.