Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ldap
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
ldap
Merge requests
!75
Issue
#3390649
by DanieleN, bluegeek9: LDAP Query: option to only update Users, not create
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3390649
by DanieleN, bluegeek9: LDAP Query: option to only update Users, not create
issue/ldap-3390649:3390649-ldap-query-option
into
8.x-4.x
Overview
0
Commits
1
Pipelines
2
Changes
4
Merged
Steven Ayers
requested to merge
issue/ldap-3390649:3390649-ldap-query-option
into
8.x-4.x
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
4
Expand
Closes
#3390649
0
0
Merge request reports
Compare
8.x-4.x
version 1
8595eec6
1 year ago
8.x-4.x (base)
and
latest version
latest version
8595eec6
1 commit,
1 year ago
version 1
8595eec6
1 commit,
1 year ago
4 files
+
14
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
ldap_user/config/schema/ldap_user.schema.yml
+
3
−
0
Options
@@ -56,6 +56,9 @@ ldap_user.settings:
@@ -56,6 +56,9 @@ ldap_user.settings:
userUpdateCronInterval
:
userUpdateCronInterval
:
label
:
'
The
interval
to
use
for
fetching
and
updating
users
periodically.'
label
:
'
The
interval
to
use
for
fetching
and
updating
users
periodically.'
type
:
string
type
:
string
userUpdateOnly
:
label
:
'
Only
update
already
existing
Drupal
Users.
Do
not
create
new
users.'
type
:
boolean
ldapUserSyncMappings
:
ldapUserSyncMappings
:
type
:
config_object
type
:
config_object
label
:
'
Configured
sync
mappings'
label
:
'
Configured
sync
mappings'
Loading