Property reference

glide.ldap.user.autoprovision

The glide.ldap.user.autoprovision property enables automatic user import from LDAP servers when users are absent from the 'sys_user' table. Admins should ensure this is enabled for seamless user management and integration with LDAP systems.

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 allows for the automatic provisioning of users from LDAP, enhancing user management efficiency by reducing manual entry.
What area does it affect? User Management
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 configuring LDAP integration or adjusting user provisioning settings.

Out of the box property record

Raw metadata from the property record.

Property name glide.ldap.user.autoprovision
Sys ID 28fda020933002009c8579b4f47ffbc1
Type boolean
Application Global
Default value true
Description Automatically import users from the LDAP servers if the user is not present in the 'sys_user' table
Updated 2024-05-25 04:06:52

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... properties in the System Properties [sys_properties] table: LDAP properties LDAP property Description glide.ldap.authentication Enables LDAP authentication by using LDAP to authenticate users. Set this property to true (the default value‎. glide.ldap.user.autoprovision Enables LDAP the system to automatically create users in the User [sys_user] table when the user exists in LDAP but is not yet in the instance. Set this property to ...