Skip to content

Commit 6436922

Browse files
committed
Apply review feedback
1 parent dd58419 commit 6436922

File tree

1 file changed

+5
-11
lines changed
  • content/manuals/security/for-admins/enforce-sign-in

1 file changed

+5
-11
lines changed

content/manuals/security/for-admins/enforce-sign-in/methods.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,16 @@ There are many ways to deploy the registry key, for example using an MDM solutio
5151

5252
> [!NOTE]
5353
>
54-
> The configuration profiles method is available with Docker Desktop version 4.35 and later.
54+
> The configuration profiles method is in [Early Access](/manuals/release-lifecycle.md)
55+
> and is available with Docker Desktop version 4.36 and later.
5556
5657
Configuration profiles are a feature of macOS that let administrators distribute
5758
configuration information to the Macs they manage. It is the safest method to
5859
enforce sign-in on macOS because the installed configuration profiles are
5960
protected by Apples' System Integrity Protection (SIP) and can therefore not be
6061
tampered with by the users.
6162

62-
1. Save the the following XML code to a file with the suffix `.mobileconfig`, for example
63+
1. Save the following XML code to a file with the suffix `.mobileconfig`, for example
6364
`docker.mobileconfig`:
6465

6566

@@ -110,15 +111,8 @@ tampered with by the users.
110111
2. Change the placeholder `Your Company Name` to the name of your company.
111112

112113
3. Add your organization name. The names of the allowed organizations are stored in the `allowedOrgs`
113-
property. It can contain either the name of a single organization
114-
115-
```xml
116-
<key>allowedOrgs</key>
117-
<string>yourcompany</string>
118-
```
119-
120-
or a list of organization names, separated by semicolon:
121-
114+
property. It can contain either the name of a single organization or a list of organization names,
115+
separated by semicolon:
122116

123117
```xml
124118
<key>allowedOrgs</key>

0 commit comments

Comments
 (0)