Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage privilege bug #4035

Closed
Zhe-Shen opened this issue Sep 27, 2020 · 0 comments · Fixed by #4046
Closed

Manage privilege bug #4035

Zhe-Shen opened this issue Sep 27, 2020 · 0 comments · Fixed by #4046

Comments

@Zhe-Shen
Copy link

Describe the bug
Database Error<br>

Steps To Reproduce

  1. Enter the Docker container of Boinc Server, built based on https://github.com/marius311/boinc-server-docker
  2. Run bin/manage_privileges grant ${user_id} all/${app_name}

Expected behavior
Add privileges to users for remote job submission, according to https://boinc.berkeley.edu/trac/wiki/MultiUser.

System Information

  • OS: N\A
  • BOINC Version: N\A

Additional context
The issue might be related to the insertion clause in tools/manage_privileges, which does not include necessary fields of user_submit table defined in schema.sql, such as quota, logical_start_time, etc.

BoincUserSubmit::insert("set user_id=$user->id, manage_all=1")

Similar to the issue #4029.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants