Fix unbound variable errors
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user