From: Ray Hua Wu Date: Tue, 20 Oct 2015 18:54:17 +0000 (-0400) Subject: There were two 'should be's. I removed one. X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/60b60d61ab59735c1c4ed049165f27d1bba9efa7 There were two 'should be's. I removed one. --- diff --git a/doc/moira.mdwn b/doc/moira.mdwn index f6e9c91..cb06a89 100644 --- a/doc/moira.mdwn +++ b/doc/moira.mdwn @@ -37,4 +37,4 @@ Many queries will return a large number of records. To display only certain fiel Most list queries are more convenient to make using `blanche`. Two big exceptions are `get_ace_use` (`gaus`) and `get_lists_of_member` (`glom`). The former allows you to see what objects (lists, machines, filesystems, etc.) in Moira an object (list, user, etc.) controls. The latter allows you to what lists an object is on. -You can use them like `qy gaus rlist sipb-acl`. That finds what objects the list (`list`) sipb-acl (`sipb-acl`) can recursively (`r`) administer (`gaus`). The third argument (`sipb-acl`) should be the name of the object that you're trying to examine. The second argument (`list`) is in two parts. The second part should indicate what type of object the third argument is --- `list`, `user`, or `kerberos`. That can be prefixed with `r` to indicate that we're interested in control via another list, or left alone to indicate that we only care about direct ownership. Finally, the first argument should be should be the query (`gaus` to what something controls or `glom' to find what lists something is on). +You can use them like `qy gaus rlist sipb-acl`. That finds what objects the list (`list`) sipb-acl (`sipb-acl`) can recursively (`r`) administer (`gaus`). The third argument (`sipb-acl`) should be the name of the object that you're trying to examine. The second argument (`list`) is in two parts. The second part should indicate what type of object the third argument is --- `list`, `user`, or `kerberos`. That can be prefixed with `r` to indicate that we're interested in control via another list, or left alone to indicate that we only care about direct ownership. Finally, the first argument should be the query (`gaus` to what something controls or `glom' to find what lists something is on).