Task #12288 (closed)
Opened 5 years ago
Closed 5 years ago
Bug: "-g" flag broken for --sudo usage
| Reported by: | jamoore | Owned by: | sbesson |
|---|---|---|---|
| Priority: | major | Milestone: | 5.0.3 |
| Component: | General | Version: | 5.0.1 |
| Keywords: | n.a. | Cc: | sbesson, cblackburn, pwalczysko |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Neither
jrs-macbookpro-25031:ome cblackburn$ dist/bin/omero login --sudo=user-12 user-11@localhost Using session 319604d3-30cb-4213-8d7d-136abd61e1a6 (user-11@localhost:4064). Current group: read-annotate-1 jrs-macbookpro-25031:ome cblackburn$ dist/bin/omero import -g read-write-1 ~/Work/Images/dv/SMN10ul03_R3D_D3D.dv Previously logged in to localhost:4064 as user-11 Server: [localhost] ...
nor
jrs-macbookpro-25031:ome cblackburn$ dist/bin/omero login --sudo=user-12 user-11@localhost -g read-write-1 Previously logged in to localhost:4064 as user-11 Password for user-12: Created session 875c074a-d7ed-4b85-81b3-c027736df0fa (user-11@localhost:4064). Current group: read-annotate-1 ...
work to choose a group for import-as. The only current method is:
bin/omero sessions group read-write-1
after the sudo login.
Change History (2)
comment:1 Changed 5 years ago by sbesson
- Owner set to sbesson
comment:2 Changed 5 years ago by sbesson
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
See https://github.com/openmicroscopy/openmicroscopy/pull/2620