Hitachi

JP1 Version 12 JP1/Navigation Platform Setup and Operations Guide


5.9.3 Procedure for changing the uCosminexus Portal Framework settings (using settings files)

To change the uCosminexus Portal Framework settings (using settings files):

  1. In the settings file shown below, edit the information shown in boldface type. Note that the contents of the <url> tag and <username> tag might vary depending on the protocol being used, connection destination, port number, and user.

    Path of the settings file:

    Navigation-Platform-installation-directory\PP\uCPF\conf\Repository.xml

    Information to be edited:

    <connection-info name="LDAP-1" type="ldap" ldap="Active Directory">
        <url>ldap://localhost:389</url>
        <username>cn=user1, cn=Users, dc=hitachi, dc=jp</username>
        <password scramble="false">password</password>
        <waittime>0</waittime>
    </connection-info>
  2. In the <password> tag, specify false as the scramble attribute value. If this attribute does not exist, add it.

  3. Value of the <password> tag

    Edit the user password for directory server connection. In addition, sanitize characters as shown in the following table.

    Table 5‒7: List of characters to be sanitized

    No.

    Before change

    After change

    1

    &

    &amp;

    2

    <

    &lt;

    3

    >

    &gt;

    4

    "

    &quot;

    5

    '

    &#39;

    6

    \n

    <br>

    7

    \r

    <br>

    8

    \r\n

    <br>

    To convert \r\n, first convert \r\n, and then change \r or \n.