Skip to content

Commit e31cbb3

Browse files
committed
edits
1 parent d29b966 commit e31cbb3

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ enforce sign-in on macOS because the installed configuration profiles are
6161
protected by Apples' System Integrity Protection (SIP) and therefore can't be
6262
tampered with by the users.
6363

64-
1. Save the following XML code to a file with the suffix `.mobileconfig`, for example
64+
1. Save the following XML file with the extension `.mobileconfig`, for example
6565
`docker.mobileconfig`:
6666

6767
```xml
@@ -108,7 +108,7 @@ tampered with by the users.
108108
</plist>
109109
```
110110

111-
2. Change the placeholders `Your Company Name` to the name of your company.
111+
2. Change the placeholders `com.yourcompany.docker.config` and `Your Company Name` to the name of your company.
112112

113113
3. Add your organization name. The names of the allowed organizations are stored in the `allowedOrgs`
114114
property. It can contain either the name of a single organization or a list of organization names,

0 commit comments

Comments
 (0)