glide.ldap.use.ssl
ServiceNow property description:
Use SSL when connecting to LDAP (this will be done by default if the port number is 636).
Attributes
- Sys ID: fc0bb9ec0a0a0a0a0192563aae5f84c3
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.ldap.use.ssl` is used to enable or disable SSL encryption for LDAP authentication. When set to true, this property ensures that all communication between the ServiceNow instance and the LDAP server is encrypted, enhancing security by protecting sensitive data during transmission. This is particularly important for environments where data privacy and security are critical. To enable SSL, you must also configure the LDAP server to support SSL connections and import the necessary SSL certificates into the ServiceNow instance. Disabling this property (setting it to false) will result in unencrypted communication, which is less secure.
Source