This repository has been archived by the owner on Nov 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Preferences
Tyler Morgan edited this page May 29, 2019
·
6 revisions
These preferences are all the preferences used by LoanShark.
Key Name | Type | Default | Description | Required | Example |
---|---|---|---|---|---|
jamfURL | String | none |
The url to your Jamf Pro instance. If not using Jamf Pro for authentication, checkout the sharedSecret key |
yes | mdm.acme.com |
authorizedGroupIds | Array of Numbers | none |
The Jamf Pro user group memberships of users who should be able to access LoanShark's management interfaces | yes | 1 |
extensionOptions | Array of Strings | None Set |
The options available for the user to select as extension possibilities | yes | 1 day |
logOffTimer | Number | 60 | The amount of time, in seconds, until the user gets logged out after the Expiration screen gets displayed | no |
120 for 2 minutes |
lockoutMessage | String | none |
The message displayed to the end user which the loaning period expires | yes | Please return to your IT folks |
enableDebugging | Bool | false |
The ability to access debugging menus and features, read more here | no | YES |
sharedSecret | String | none |
This is a SHA256 hash of a password/secret. This enables authentication via. Command Line Interface, along with use without Jamf Pro | no (yes if using CLI) | D5F0EEA436EEC8980AAF136DE992A8ACBACEDBEF802390F56433988B28CBF181 |
sharedSecretAuth | Bool | false |
Ability to use the shared secret for authentication instead of username and password | NO |
YES |
jamfCloud | Bool | false |
Use Jamf Cloud's 443 port instead of the default 8443 | NO |
YES |
If you can, please contribute ♥
You can also freely edit the wiki, every little bit helps!
Thank you for being part of the LoanShark community! 🦈