Skip to content

Commit

Permalink
Tugboat 1.7
Browse files Browse the repository at this point in the history
Added logic to support full access and read-only auditing users. Additional logging to support user access levels and diagnose privilege issues.
  • Loading branch information
lazymutt committed Jan 25, 2018
1 parent a1a8a49 commit be3cfc5
Show file tree
Hide file tree
Showing 7 changed files with 155 additions and 81 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ Tugboat is designed to make modifications to specific computer records on your J

## Update History

| Date | Version | Notes |
| ---------- | ------- | ---------------------------------------- |
| 2018.01.15 | | Updated Tugboat 1.5.4 and Cargo Ship 1.0.4 |
| 2018.01.03 | | Updated Tugboat 1.5.3 and Cargo Ship 1.0.3 |
| 2017.04.11 | | Updated Tugboat 1.5.2 and Cargo Ship 1.0.1 |
| 2017.02.15 | | Initial release. |
| Date | Notes |
| ---------- | ---------------------------------------- |
| 2018.01.25 | Updated Tugboat 1.7 |
| 2018.01.15 | Updated Tugboat 1.5.4 and Cargo Ship 1.0.4 |
| 2018.01.03 | Updated Tugboat 1.5.3 and Cargo Ship 1.0.3 |
| 2017.04.11 | Updated Tugboat 1.5.2 and Cargo Ship 1.0.1 |
| 2017.02.15 | Initial release. |
Binary file added cargo_ship/cargo_ship.ico
Binary file not shown.
21 changes: 12 additions & 9 deletions tugboat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ This version is highly modified from our internal version. Please see the follow

1/3/18: Released version 1.5.3 of Tugboat. Improved LDAP logins. Please be sure to enable LDAP Server 'READ' access.

**1/15/18: Released version 1.5.4 of Tugboat. Host preference file and light code cleanup.**
1/15/18: Released version 1.5.4 of Tugboat. Host preference file and light code cleanup.

**1/25/18: Released version 1.7 of Tugboat. Added logic to handle users with full editing privileges and read-only users. Additional logging added to support user levels and diagnose privilege issues. Included Windows executable again. The login functions in Tugboat and Cargo Ship are diverging, since Cargo Ship was always read-only by nature.**

## Contents

Expand Down Expand Up @@ -189,14 +191,14 @@ In order to use Jamf's API, your users will need the appropriate rights to certa

This chart shows the required privileges for Cargo Ship to operate properly:

| Field | Create | Read | Update | Delete | Notes |
| ------------------- | :----: | :--: | :----: | :----: | :----------------------------- |
| Accounts and Groups | || | | Needed for login functionality |
| Buildings | || | | |
| Computers | ||| | |
| Departments | || | | |
| LDAP Servers | || | | Needed for login functionality |
| Users | ||| | |
| Field | Create | Read | Update | Delete | Notes |
| ------------------- | :----: | :--: | :----: | :----: | :--------------------------------------- |
| Accounts and Groups | || | | Needed for login functionality |
| Buildings | || | | |
| Computers | ||| | Without update right, user is considered read-only. |
| Departments | || | | |
| LDAP Servers | || | | Needed for login functionality |
| Users | ||| | Without update right, user is considered read-only. |

These requirements are also included in the login method. If you make customizations, you may need to add these additional areas to the list of required privileges.

Expand Down Expand Up @@ -232,6 +234,7 @@ My heartfelt thanks to the other members of the Mac Group and the IT administrat

| Date | Version | Notes |
| ---------- | ------- | ---------------------------------------- |
| 2018.01.25 | 1.7.0 | Added full/read-only user support. Additional logging. |
| 2018.01.15 | 1.5.4 | Host preference file. Light code cleanup. |
| 2018.01.03 | 1.5.3 | Improved LDAP logins. |
| 2017.04.11 | 1.5.2 | Logging with management_tools, login and search much improved, top user improved. Other tweaks. |
Expand Down
Binary file modified tugboat/Tugboat application macOS.dmg
Binary file not shown.
Loading

0 comments on commit be3cfc5

Please sign in to comment.