glide.ldap.onetime.password.enabled
ServiceNow property description:
enable onetime password if ldap server is down.
Attributes
- Sys ID: ca030c600b2022003aa56c4d37673a35
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.ldap.onetime.password.enabled` is used to enable the functionality of sending a one-time password (OTP) to users when the LDAP server is down. According to the documentation, this property ensures that users can still authenticate and gain access to the ServiceNow instance even if the primary LDAP authentication method is unavailable. When this property is enabled, the system generates and sends a one-time password to the user's registered email address, allowing them to log in temporarily. This feature is particularly useful for maintaining business continuity and user access during LDAP server outages. The property can be configured in the system properties to either enable or disable this functionality based on organizational needs.
Source