We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf7b8d commit 99d23a4Copy full SHA for 99d23a4
apps/files_external/tests/sso-setup/start-apache.sh
@@ -15,6 +15,9 @@ APACHE_IP=$(docker inspect apache --format '{{.NetworkSettings.IPAddress}}')
15
docker exec apache chown 33 /var/www/html/config /var/www/html/data /var/www/html/extra-apps
16
docker cp "$SCRIPT_DIR/apps.config.php" apache:/var/www/html/config/apps.config.php
17
18
+# ensure that samba is started (see https://github.com/icewind1991/samba-krb-test/pull/8)
19
+docker exec dc service samba-ad-dc status || docker exec dc service samba-ad-dc start
20
+
21
# add the dns record for apache
22
docker exec dc samba-tool dns add krb.domain.test domain.test httpd A $APACHE_IP -U administrator --password=passwOrd1 1>&2
23
0 commit comments