This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Default Domain WebClient

Hello, is it possible to preset the domain for the WebClient? In the C: \ Program Files \ SolarWinds \ ARM \ GrantMA \ config.json I already tried it under "defaultDomain" without success. Thanks
Parents
  • Hi Boehma, you can configure a default domain in the pnserver config using this switch:

    <webclient.configuration.defaultDomain type="System.String">dom.local</webclient.configuration.defaultDomain>

    in case that doesnt work you can try the more verbose syntax:

    <webclient>

    <configuration>

    <defaultDomain type="System.String">dom.local</defaultDomain>

    </configuration>

    </webclient>

Reply
  • Hi Boehma, you can configure a default domain in the pnserver config using this switch:

    <webclient.configuration.defaultDomain type="System.String">dom.local</webclient.configuration.defaultDomain>

    in case that doesnt work you can try the more verbose syntax:

    <webclient>

    <configuration>

    <defaultDomain type="System.String">dom.local</defaultDomain>

    </configuration>

    </webclient>

Children