Fix unbound variable errors

This commit is contained in:
2022-06-01 22:49:35 +02:00
parent 53d3748dd9
commit 9a0860bb61
2 changed files with 18 additions and 28 deletions

View File

@@ -82,7 +82,7 @@ olcOverlay: {1}refint
olcRefintAttribute: memberof member manager owner
"
step_7_info() { echo "Create base DNs for users ($LDAP_OU_USERS) and groups ($LDAP_OU_GROUPS)"; }
step_7_info() { echo "Create base DNs for users (${LDAP_OU_USERS:-}) and groups (${LDAP_OU_GROUPS:-})"; }
step_7() {
variable2Ldif add "$ldapBase"
}