Skip to content

Commit

Permalink
Package name
Browse files Browse the repository at this point in the history
  • Loading branch information
lvps committed Apr 5, 2024
1 parent 6147f5d commit 22c2963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# python3-lib389 is required for dsconf, since we cannot run commands inside the service container and there's no other documented way to create the tree/DIT/backend/suffix/database
- name: Install package dependencies
run: |
sudo apt-get install -y 389-ds-server python3-lib389 libsasl2-dev python-dev-is-python3 libldap2-dev libssl-dev
sudo apt-get install -y 389-ds-base python3-lib389 libsasl2-dev python-dev-is-python3 libldap2-dev libssl-dev
- name: Actually create the suffix
run: |
dsconf -D "cn=Directory Manager" -w "$TEST_PASSWORD" $TEST_LDAP_CONNECTION_STRING backend create --create-suffix --suffix="$TEST_SUFFIX" --be-name="userRoot"
Expand Down

0 comments on commit 22c2963

Please sign in to comment.