Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
6724156e
Commit
6724156e
authored
Mar 22, 2005
by
Leigh B. Stoller
Browse files
As per Mike's request, fill the emulab-ops group for the chosen few so
that we can administer the inner emulab more convienently.
parent
ac460e8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/elabinelab.in
View file @
6724156e
...
...
@@ -596,7 +596,8 @@ sub DumpDBGoo()
# The group_membership is also special.
DBQueryWarn
("
select gm.* from group_membership as gm
"
.
"
left join users as u on u.uid=gm.uid
"
.
"
where gm.pid='
$pid
' and
"
.
"
where (gm.pid='
$pid
' or
"
.
"
gm.pid='
"
.
TBOPSPID
()
.
"
') and
"
.
"
u.status='
"
.
USERSTATUS_ACTIVE
()
.
"
'
"
.
"
into outfile '
$statedir
/group_membership'
")
or
die
("
*** $0:
\n
"
.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment