nextcloud/apps/files_external/tests/client-cmd.sh
Robin Appelman b9ce7647f1 Update kerberos sso test setup to use new user_saml config system
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-04-25 13:40:18 +02:00

6 lines
170 B
Bash
Executable file

#!/usr/bin/env bash
DC_IP=$1
shift
docker run --rm --name client -v /tmp/shared:/shared --dns $DC_IP --hostname client.domain.test icewind1991/samba-krb-test-client $@