Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BIG-RAT committed Apr 20, 2023
1 parent d90374c commit 787fb5f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Important:
Thanks @fauxserve for coming up with the idea and initial bash version.

## History
- 2023-04-20: Remove check for SSL verification. Require a trusted server certificate. Better notification if package install fails.

- 2022-11-07: Add ability to suppress notifications about a background process ReEnroller installs.

- 2022-02-25: Change default options for management account to not create and not hide (mdm enrollment will handle the management account). Support bearer token authentication for API access in Jamf Pro 10.35 and later.
Expand Down
2 changes: 2 additions & 0 deletions ReEnroller.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@
DEVELOPMENT_TEAM = PS2F6S478M;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = ReEnroller/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
Expand All @@ -394,6 +395,7 @@
DEVELOPMENT_TEAM = PS2F6S478M;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = ReEnroller/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions ReEnroller/help/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ <h1 id="Heading1">ReEnroller</h1></div>
<div><strong>Important:</strong> If deploying the package to macOS 13+ be sure to deploy the ReEnrollerNotification.mobileconf before deploying the package to suppress unwanted notifications.</div>
<ul style="margin-left:17px;line-height: 1.4;">
<li>Enter the URL and Jamf administrator credentials, or an account with at least enrollment privileges, for the new Jamf server.</li>
<li>The server must have a trusted certificate used to encrypt https traffic.</li>
<li>If you wish to retain the existing management account and the password enter those credentials.&nbsp; If you wish to change the management account and or password, or wish to use a random password a new management account must be entered.&nbsp; This must be an account not currently on the machine, it will be created during (re)enrollment.&nbsp;&nbsp; </li>
<li>If you choose to add a configuration profile containing a network payload either browse to the file or drag it in.&nbsp; A common profile may include a WiFi payload used to maintain network connectivity during the re-enrollment process. Note, 802.1x profiles are not supported.</li>
<li>If you wish to generate a package for an initial enrollment check 'Use for new enrollment'.</li>
Expand Down

0 comments on commit 787fb5f

Please sign in to comment.