Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
tud-zih-energy
Slurm
Commits
e245d107
Commit
e245d107
authored
7 years ago
by
Tim Wickberg
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Add support for SLURM_TESTSUITE_DROP_PRIV to the accounting_storage plugins."
This reverts commit
47dad9e8
.
parent
931eca80
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/plugins/accounting_storage/common/common_as.c
+0
-6
0 additions, 6 deletions
src/plugins/accounting_storage/common/common_as.c
with
0 additions
and
6 deletions
src/plugins/accounting_storage/common/common_as.c
+
0
−
6
View file @
e245d107
...
@@ -62,8 +62,6 @@ extern char *wckey_day_table;
...
@@ -62,8 +62,6 @@ extern char *wckey_day_table;
extern
char
*
wckey_hour_table
;
extern
char
*
wckey_hour_table
;
extern
char
*
wckey_month_table
;
extern
char
*
wckey_month_table
;
extern
__thread
bool
drop_priv
;
/*
/*
* We want SLURMDB_MODIFY_ASSOC always to be the last
* We want SLURMDB_MODIFY_ASSOC always to be the last
*/
*/
...
@@ -553,10 +551,6 @@ extern bool is_user_min_admin_level(void *db_conn, uid_t uid,
...
@@ -553,10 +551,6 @@ extern bool is_user_min_admin_level(void *db_conn, uid_t uid,
* THERE IS NO AUTHENTICATION WHEN RUNNNING OUT OF THE
* THERE IS NO AUTHENTICATION WHEN RUNNNING OUT OF THE
* SLURMDBD!
* SLURMDBD!
*/
*/
#ifndef NDEBUG
if
(
drop_priv
)
return
false
;
#endif
if
(
slurmdbd_conf
)
{
if
(
slurmdbd_conf
)
{
/* We have to check the authentication here in the
/* We have to check the authentication here in the
* plugin since we don't know what accounts are being
* plugin since we don't know what accounts are being
...
...
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