Property reference

glide.ldap.use.ssl

The glide.ldap.use.ssl property enables SSL connections to LDAP servers. It is crucial for ensuring secure communication, particularly when using the default port 636, and should be reviewed if security policies change.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property configures the system to use SSL for LDAP connections, enhancing security during data transmission.
What area does it affect? LDAP connection security
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when updating security protocols or changing LDAP configurations.

Out of the box property record

Raw metadata from the property record.

Property name glide.ldap.use.ssl
Sys ID fc0bb9ec0a0a0a0a0192563aae5f84c3
Type boolean
Application Global
Default value true
Description Use SSL when connecting to LDAP (this will be done by default if the port number is 636).
Updated 2024-05-25 05:08:32

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... impact None Dependencies and prerequisites None Enable SSL in LDAP authentication [Updated in Security Center 1.5 and 2.0] Manage the encryption of LDAP authentication requests on your instance. Use the glide.ldap.use.ssl property to enable or disable TLS encryption for LDAP authentication requests sent over the network. If this property is not set to the recommended value of true, LDAP authentication is ...