You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/security/for-admins/enforce-sign-in/methods.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,20 +47,20 @@ There are many ways to deploy the registry key, for example using an MDM solutio
47
47
7. Test the GPO. Test the GPO on a small set of machines first to ensure it behaves as expected. You can use the `gpupdate /force` command on a test machine to manually refresh its group policy settings and check the registry to confirm the changes.
48
48
8. Once verified, you can proceed with broader deployment. Monitor the deployment to ensure the settings are applied correctly across the organization's computers.
49
49
50
-
## Configuration Profiles method (Mac only)
50
+
## Configuration profiles method (Mac only)
51
51
52
52
> [!NOTE]
53
53
>
54
54
> The configuration profiles method is available with Docker Desktop version 4.35 and later.
55
55
56
-
Configuration Profiles are a feature of macOS that allows administrators to distribute
57
-
configuration information to the Macs they manage. Is is the safest method to
56
+
Configuration profiles are a feature of macOS that let administrators distribute
57
+
configuration information to the Macs they manage. It is the safest method to
58
58
enforce sign-in on macOS because the installed configuration profiles are
59
59
protected by Apples' System Integrity Protection (SIP) and can therefore not be
60
60
tampered with by the users.
61
61
62
-
1. Save the the following XML code to a file with the suffix `.mobileconfig` (e.g.
63
-
`docker.mobileconfig`):
62
+
1. Save the the following XML code to a file with the suffix `.mobileconfig`, for example
63
+
`docker.mobileconfig`:
64
64
65
65
66
66
```xml
@@ -109,7 +109,7 @@ tampered with by the users.
109
109
110
110
2. Change the placeholder `Your Company Name` to the name of your company.
111
111
112
-
3. The names of the allowed organizations are stored in the `allowedOrgs`
112
+
3.Add your organization name. The names of the allowed organizations are stored in the `allowedOrgs`
113
113
property. It can contain either the name of a single organization
114
114
115
115
```xml
@@ -126,7 +126,9 @@ tampered with by the users.
126
126
```
127
127
128
128
4. Use a MDM solution to distribute your modified `.mobileconfig` file to your
129
-
macOS clients. Sign-in is now enforced on all of those devices.
0 commit comments