-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional Domino Server Support #85
Comments
@piotrzarzycki21, we would like to move forward on this interface. Most of Prominic's customers will have existing servers already, so this use case has been becoming more important. @MarkProminic is working on the backend for this, and we'll let you know when it is ready to test. @JustinProminic made a mockup, but it is already a bit obsolete after more discussion. I decided to represent this as a table instead. but I can create a mockup if this is confusing. This should look similar to the current Standalone interface, but it has different parameters. The Notes are for our discussion, and should not be included in the actual interface:
Some things that are intentionally missing:
|
Some notes on getting the new server information from the ID file: @JustinProminic pointed me to some code based on Registration.switchToID. This seems to work, but it needs to run as a Java application in a Notes or Domino environment. Some problems:
It looks like it might be possible to parse the server name as text from the ID file. Opening the file with an editor, I see a lot of binary characters, but I can also spot plain text values with the server name and organization, in the format |
@MarkProminic @JustinProminic @JoelProminic before I jump into this rabbit hole of implementation it would be good if we could officially release 0.1.23. Changes in SHI are waiting now for at least month or more to be used. Please consider that step first. |
In the near future we will want to add support for additional Domino servers. Currently we only support standalone servers.
This will require a different set of parameters than the standalone installation. Here is an example of the parameter needed from MyAccount:
@MarkProminic may need different parameters as we figure out the details for the provisioner.
The text was updated successfully, but these errors were encountered: