[java-identity-provider] 01/02: IDP-2258 Windows v5 msi installer prematurely ends, fails install when AD options chosen
Rod Widdowson
rdw at steadingsoftware.com
Wed Mar 13 13:50:00 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to annotated tag 5.1.0.0
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=6718c7740808c3542d4be49ad6a5186753f40ae7
commit 6718c7740808c3542d4be49ad6a5186753f40ae7
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Mar 13 13:26:56 2024 +0000
IDP-2258 Windows v5 msi installer prematurely ends, fails install when AD options chosen
https://shibboleth.atlassian.net/browse/IDP-2258
Set the FQP for ldap.merge.properties correctly
---
idp-installer/src/main/wix/scripts/shib_write_configs.vbs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-installer/src/main/wix/scripts/shib_write_configs.vbs b/idp-installer/src/main/wix/scripts/shib_write_configs.vbs
index d68be08a7..6068e45d2 100644
--- a/idp-installer/src/main/wix/scripts/shib_write_configs.vbs
+++ b/idp-installer/src/main/wix/scripts/shib_write_configs.vbs
@@ -61,7 +61,7 @@ if (Err.Number = 0 ) then
end if
if ConfigureAd = "true" then
AntFile.Writeline "idp.LDAP.credential=" & AdPass
- AntFile.WriteLine "ldap.merge.properties=ldap.mergeProperties"
+ AntFile.WriteLine "ldap.merge.properties=" & InstallDirJava & "/ldap.mergeProperties"
end if
AntFile.WriteLine "#"
AntFile.WriteLine "# Debug"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list