Configuring the collation.properties file entries
This topic lists the collation.properties file entries that the LDAP sensor uses.
The LDAP sensor uses the following sensor settings:
com.collation.ldapsensor.ports.ldaps
=636- Specifies a comma separated list of ports, on which LDAP is running by using the LDAPS protocol.
com.collation.ldapsensor.ports.starttls
=389- Specifies a comma separated list of ports, on which LDAP is running by using the StartTLS protocol.
Note:
- If the
tryInsecureConnection
property is set to true in the sensor configuration, sensor tries to connect to the preceding ports also by using a plain LDAP protocol, starting with StartTLS ports. - The values of both properties are also used by PortSensor to determine which ports are open.
- Both values can be also set in the Platform Properties tab in profiles.
- These properties are scoped properties and can be set for a specific IP of target machines, for
example
com.collation.ldapsensor.ports.ldaps.192.168.5.4
=755,234,524.