Skip to content

Commit

Permalink
Merge branch 'main' into remove_querySorting
Browse files Browse the repository at this point in the history
  • Loading branch information
wy65701436 authored Jul 11, 2024
2 parents a97d74e + 0da13eb commit 484af6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/ldapprepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ docker run --env LDAP_ORGANISATION="Harbor." \
--env LDAP_DOMAIN="example.com" \
--env LDAP_ADMIN_PASSWORD="admin" \
--env LDAP_TLS_VERIFY_CLIENT="never" \
--env LDAP_TLS_PROTOCOL_MIN=3.0 \
--env LDAP_TLS_CIPHER_SUITE="normal" \
-p 389:389 \
-p 636:636 \
--detach --name $NAME osixia/openldap:1.1.7
--detach --name $NAME osixia/openldap:1.5.0

sleep 5
docker cp ldap_test.ldif ldap_server:/
Expand Down

0 comments on commit 484af6f

Please sign in to comment.