Difference between revisions of "Issue when trying to list all shares for all accounts"
Line 4: | Line 4: | ||
=Issue when trying to list all shares for all accounts= | =Issue when trying to list all shares for all accounts= | ||
<hr> | <hr> | ||
− | {{KB|{{ZC}}|{{ZCS 8.8 | + | {{KB|{{ZC}}|{{ZCS 8.8}}||||}} |
{{WIP}} | {{WIP}} | ||
Line 19: | Line 19: | ||
su - zimbra | su - zimbra | ||
− | zmsoap -z GetShareInfoRequest/owner=user@domain.com @by=name | + | zmsoap -z GetShareInfoRequest/owner=user@domain.com @by=name |
Above will give the complete output, as required. | Above will give the complete output, as required. | ||
Line 25: | Line 25: | ||
− | {| | + | {{SubmittedBy| Amit Srivastava}} |
− | |||
− | |||
− | {{Article Footer|ZCS 8.8 | + | |
+ | {{Article Footer|ZCS 8.8|2020-04-13}} |
Revision as of 20:29, 28 April 2020
- This article is a Work in Progress, and may be unfinished or missing sections.
Problem
zmprov gsi user@domain
Gives the truncated output of the share information
Solution
su - zimbra zmsoap -z GetShareInfoRequest/owner=user@domain.com @by=name
Above will give the complete output, as required.
Submitted by: Amit Srivastava |