Expand list users
output in maxctrl
The output now lists the type and privileges of each user.
This commit is contained in:
parent
8c03b626c4
commit
d16fbd4cdf
@ -170,7 +170,9 @@ exports.builder = function(yargs) {
|
||||
}, function(argv) {
|
||||
maxctrl(argv, function(host) {
|
||||
return getCollection(host, 'users/inet',[
|
||||
{'Name':'id'}
|
||||
{'Name':'id'},
|
||||
{'Type':'type'},
|
||||
{'Privileges':'attributes.account'},
|
||||
])
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user