Expect this to solve openldap import bug

This commit is contained in:
2025-07-22 14:18:33 +02:00
parent a84abbdade
commit ff18c7cd73
6 changed files with 4 additions and 4 deletions

View File

@@ -68,5 +68,5 @@ docker exec -i ldap \
-D "$LDAP_ADMIN_DN" \
-w "$LDAP_ADMIN_PASSWORD" \
-c \
-f "/tmp/ldif/data/01_rbac.ldif"
-f "/tmp/ldif/groups/01_rbac.ldif"
```