mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
fix: Ensure samba is started in kerberos tests
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
This commit is contained in:
parent
c2c90bbd72
commit
3cc311b4cc
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ APACHE_IP=$(docker inspect apache --format '{{.NetworkSettings.IPAddress}}')
|
|||
docker exec apache chown 33 /var/www/html/config /var/www/html/data /var/www/html/extra-apps
|
||||
docker cp "$SCRIPT_DIR/apps.config.php" apache:/var/www/html/config/apps.config.php
|
||||
|
||||
# ensure that samba is started (see https://github.com/icewind1991/samba-krb-test/pull/8)
|
||||
docker exec dc service samba-ad-dc status || docker exec dc service samba-ad-dc start
|
||||
|
||||
# add the dns record for apache
|
||||
docker exec dc samba-tool dns add krb.domain.test domain.test httpd A $APACHE_IP -U administrator --password=passwOrd1 1>&2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue