From ea7e9897af28b58e64ff78e18d45c887c197ad29 Mon Sep 17 00:00:00 2001 From: Mark Reynolds Date: Jul 03 2018 13:15:23 +0000 Subject: Ticket 49808 - Add option to add backend to dscreate Description: Added new directives to the inf file to create multiple backends. Also update the UI for the new options. Also, changed some all the inf options to be optional except for the rootdn password. Did some other minor code cleanup https://pagure.io/389-ds-base/issue/49808 Reviewed by: vashirov, spichugi, and firstyear (Thanks!!!) --- diff --git a/docker/389ds_poc/Dockerfile b/docker/389ds_poc/Dockerfile index 9c1fd7c..24fcdb3 100644 --- a/docker/389ds_poc/Dockerfile +++ b/docker/389ds_poc/Dockerfile @@ -33,7 +33,7 @@ RUN dnf install -y 389-ds-base/dist/rpms/*389*.rpm && \ # Create the example setup inf. It's valid for containers! # Build the instance from the new installer tools. -RUN /usr/sbin/dscreate create-template > /root/ds-setup.inf && /usr/sbin/dscreate -v install /root/ds-setup.inf --IsolemnlyswearthatIamuptonogood --containerised +RUN /usr/sbin/dscreate create-template > /root/ds-setup.inf && /usr/sbin/dscreate -v install /root/ds-setup.inf --containerised # Finally add the volumes, they will inherit the contents of these directories. VOLUME /etc/dirsrv diff --git a/src/cockpit/389-console/backend.html b/src/cockpit/389-console/backend.html index 93210de..e4b5b4f 100644 --- a/src/cockpit/389-console/backend.html +++ b/src/cockpit/389-console/backend.html @@ -41,7 +41,7 @@ class="ds-radio cache-role" type="radio" id="manual-cache" name="cache-role" value="manual-cache" checked="checked"> Manual Cache Tuning - + - +


Default Database Link Creation Settings


@@ -261,7 +261,7 @@ - +
@@ -448,7 +448,7 @@

- +
@@ -708,7 +708,7 @@ "Matching rule(s) (nsMatchingRule)."> Matching Rules
-
+
diff --git a/src/cockpit/389-console/index.html b/src/cockpit/389-console/index.html index 2c13122..90f2949 100644 --- a/src/cockpit/389-console/index.html +++ b/src/cockpit/389-console/index.html @@ -288,7 +288,7 @@
- +