Skip to content

Commit

Permalink
Move ldif to a directory so we can more easily add more
Browse files Browse the repository at this point in the history
  • Loading branch information
ViViDboarder committed Nov 1, 2024
1 parent 1a287af commit e473ad8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion itest/docker-compose.itest-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ services:
ldap:
command: ["--copy-service"]
volumes:
- ./itest/50-seed-user.ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom/50-seed-user.ldif
- ./itest/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom
2 changes: 1 addition & 1 deletion itest/docker-compose.itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ services:
ldap:
command: ["--copy-service"]
volumes:
- ./itest/50-seed-user.ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom/50-seed-user.ldif
- ./itest/ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom
File renamed without changes.

0 comments on commit e473ad8

Please sign in to comment.