Skip to content
GitLab
Menu
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
7d3a83a0
Commit
7d3a83a0
authored
Aug 29, 2008
by
Leigh B. Stoller
Browse files
Minor change to Dave's recent revision; do not return password hashes
to remote nodes.
parent
f28bbfa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
7d3a83a0
...
...
@@ -2022,7 +2022,7 @@ COMMAND_PROTOTYPE(doaccounts)
sprintf
(
adminclause
,
"and u.admin=%d"
,
reqp
->
swapper_isadmin
);
#endif
res
=
mydb_query
(
"select distinct "
" u.uid,
u.usr_pswd
,u.unix_uid,u.usr_name, "
" u.uid,
'*'
,u.unix_uid,u.usr_name, "
" p.trust,g.pid,g.gid,g.unix_gid,u.admin, "
" u.emulab_pubkey,u.home_pubkey, "
" UNIX_TIMESTAMP(u.usr_modified), "
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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