aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/sso-setup/client-cmd.sh
blob: 38b50bada67f33d343013ad57e0ea730c73bfcd9 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
#
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
#

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 $@