glide.ldap.initial.dn
ServiceNow property description:
The Distinquished Name (DN) of an account that will be used for initial access to LDAP directory. For example, a possible DN string for user 'joe' could be: cn=joe,dc=service-now,dc=com
Attributes
- Sys ID: d6e1c2cfc6112276003bead515481a2e
- Type: string
- Application: Global
- Default value: nan

AI generated property description:
The ServiceNow property `glide.ldap.initial.dn` specifies the initial Distinguished Name (DN) used to bind to the LDAP server. This DN is typically the root or base DN from which LDAP searches begin. It is crucial for establishing the context in which LDAP queries are executed, ensuring that the searches are performed within the correct subtree of the directory. Proper configuration of this property is essential for successful LDAP integration, as it directly impacts the ability to locate and authenticate user records. For more detailed information, refer to the official ServiceNow documentation on LDAP initial distinguished names.
Source