Skip to content

Commit

Permalink
Add post-7.4 notes.
Browse files Browse the repository at this point in the history
(cherry picked from commit a0f6e3b4e7a6b4547c77cc100686bfe0af432992)
  • Loading branch information
dario-weswit committed Jul 18, 2023
1 parent d08dba7 commit cb577d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/src_standalone_launcher/StandaloneLauncher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,10 @@ private static void Help()
nLog.Fatal("Notes: (1) The adapter name is optional, if it is not given the adapter will be");
nLog.Fatal(" assigned a progressive number name like \"#1\", \"#2\" and so on");
nLog.Fatal(" (2) The communication will be from here to LS, not viceversa");
nLog.Fatal(" (3) The notification port is necessary for a Data Adapter, while it is");
nLog.Fatal(" not needed for a Metadata Adapter");
nLog.Fatal(" (3) The notification port is necessary for a Data Adapter");
nLog.Fatal(" (at least, this is mandatory for Servers earlier than 7.4,");
nLog.Fatal(" then it is supported for backward compatibility),");
nLog.Fatal(" while it is not needed for a Metadata Adapter");
nLog.Fatal(" (4) TLS communication and user-password submission may or may not be needed");
nLog.Fatal(" depending on the LS Proxy Adapter configuration");
nLog.Fatal(" (5) The parameters name/value pairs will be passed to the LiteralBasedProvider");
Expand Down

0 comments on commit cb577d7

Please sign in to comment.