Skip to content

Commit 8b38537

Browse files
committed
Honor LDAP_LOG_LEVEL on startup
1 parent a3aa25d commit 8b38537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/service/slapd/startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ EOF
123123

124124
# start OpenLDAP
125125
log-helper info "Start OpenLDAP..."
126-
slapd -h "ldap://$HOSTNAME $PREVIOUS_HOSTNAME_PARAM ldap://localhost ldapi:///" -u openldap -g openldap
126+
slapd -h "ldap://$HOSTNAME $PREVIOUS_HOSTNAME_PARAM ldap://localhost ldapi:///" -u openldap -g openldap -d $LDAP_LOG_LEVEL
127127

128128

129129
#

0 commit comments

Comments
 (0)