]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: Fix totp test with non default BASEPORT
authorEric Bollengier <eric@baculasystems.com>
Mon, 6 Sep 2021 12:59:49 +0000 (14:59 +0200)
committerEric Bollengier <eric@baculasystems.com>
Fri, 30 Jun 2023 16:34:18 +0000 (18:34 +0200)
regress/tests/totp-auth-plugin-test

index 2dc9b888c56b26dbc4c521077ce09817ef8ba278..5a45249e6ee0eef73d66063cef36dfe2af102cb7 100755 (executable)
@@ -116,7 +116,7 @@ Console {
 }
 Director {
   Name = 127.0.0.1-dir
-  DIRPort = 8101
+  DIRPort = $BASEPORT
   address = 127.0.0.1
   Password = notused
 }
@@ -129,7 +129,7 @@ Console {
 }
 Director {
   Name = 127.0.0.1-dir
-  DIRPort = 8101
+  DIRPort = $BASEPORT
   address = 127.0.0.1
   Password = notused
 }
@@ -143,7 +143,7 @@ Console {
 }
 Director {
   Name = 127.0.0.1-dir
-  DIRPort = 8101
+  DIRPort = $BASEPORT
   address = 127.0.0.1
   Password = notused
   TLS Enable = No
@@ -158,7 +158,7 @@ Console {
 }
 Director {
   Name = 127.0.0.1-dir
-  DIRPort = 8101
+  DIRPort = $BASEPORT
   address = 127.0.0.1
   Password = notused
 }
@@ -171,7 +171,7 @@ Console {
 }
 Director {
   Name = 127.0.0.1-dir
-  DIRPort = 8101
+  DIRPort = $BASEPORT
   address = 127.0.0.1
   Password = notused
 }