Commit a58001a
committed
(PUP-11454) Enforce salt requirements for macOS versions 10.15+
For macOS versions 10.15 and higher, it is required that the salt is 32 bytes.
user.rb was modified so the salt requirements were included.
directoryservice.rb was modified so the salt requirements are enforced.
should_allow_managed_macos_users_to_login.rb was modified so it would test on macOS versions 10 and higher, not just 11.1 parent 183db92 commit a58001a
File tree
3 files changed
+10
-2
lines changed- acceptance/tests/resource/user
- lib/puppet
- provider/user
- type
3 files changed
+10
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
404 | 409 | | |
405 | 410 | | |
406 | 411 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
230 | 233 | | |
231 | 234 | | |
232 | 235 | | |
| |||
0 commit comments