Skip to content

Commit

Permalink
update ldap (#20724)
Browse files Browse the repository at this point in the history
update openldap image and tls settings

Signed-off-by: wang yan <[email protected]>
  • Loading branch information
wy65701436 authored Jul 11, 2024
1 parent f86f1ce commit 0da13eb
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 0da13eb

Please sign in to comment.