Skip to content
Snippets Groups Projects
Commit e245d107 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

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
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment