Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ldap-3192905
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
ldap-3192905
Commits
fabcc6ab
Commit
fabcc6ab
authored
8 years ago
by
René-Marc Simard
Committed by
- Snow
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#2261931
by René-Marc Simard: LDAP User: Watchdog call fails for orphaned account cronjob
parent
85b0be6d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ldap_user/ldap_user.cron.inc
+1
-1
1 addition, 1 deletion
ldap_user/ldap_user.cron.inc
with
1 addition
and
1 deletion
ldap_user/ldap_user.cron.inc
+
1
−
1
View file @
fabcc6ab
...
...
@@ -134,7 +134,7 @@ function _ldap_user_orphans($ldap_user_conf) {
'ldap server %sid had error while querying to
deal with orphaned ldap user entries. Please check that the ldap
server is configured correctly. Query; %query'
,
array
(
'%sid'
=>
$sid
,
'%query'
=>
$query
),
array
(
'%sid'
=>
$sid
,
'%query'
=>
serialize
(
$query
)
)
,
WATCHDOG_ERROR
);
continue
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment