If you are using a non-default setting to connect to the Active Directory
server, you must follow this procedure to change the settings on the Analyzer detail view server and Analyzer probe server
The default non-SSL port is 389 and the SSL port is 636.
- Log on to the Analyzer detail view server or Analyzer probe server through an SSH client (like putty) as a root user.
-
List the details of the properties using the command:
cat /usr/local/megha/conf/sys/ad.properties
The default values are:
- ad.ssl.port=636
- ad.non.ssl.port=389
- ad.auth.type=simple
- ad.connect.timeout=5000
- ad.connect.retry.interval=1000
- ad.connect.retry.times=2
Note: The
simple authentication type is supported for
ad.auth.type property.
-
Note any property value that needs to be changed. For example,
ad.ssl.port=123.
-
Enter the command:
-
Create a new custom directory as follows:
-
Create a file
custom.properties in the new folder you just created (/usr/local/megha/conf/custom).
-
In the
custom.properties file, add the property you noted earlier. For example:
ad.ssl.port=123.
-
Change the owner of the new files and folders:
chown -R megha:megha /usr/local/megha/conf/custom
- Stop the megha service and verify the status with these commands:
/usr/local/megha/bin/megha-jetty.sh stop
/usr/local/megha/bin/megha-jetty.sh status
- Start the megha service and verify the status with these commands:
/usr/local/megha/bin/megha-jetty.sh start
/usr/local/megha/bin/megha-jetty.sh status