This commit is contained in:
Jacob Zaval 2022-03-04 20:07:57 -08:00
Родитель 3339642011
Коммит d1d6b8dbf2
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -19,7 +19,7 @@
### Changed
- Removed dependency on using the `default['macos']['admin_password']` attribute for setting the keychain password when using the certificate resource.
- Removed dependency on using the `default['macos']['admin_password']` attribute for setting the keychain password when using the certificate resource.
- Unified `macos_user` test suites.
- Updated `macos_user` resource to use not utilize default attributes for authorization.

Просмотреть файл

@ -20,7 +20,7 @@ macos_user 'user and action description' do
groups Array, String # list of groups the user is in
secure_token TrueClass # secure token status of user
existing_token_auth Hash # the username and password of an existing secure token user
end
end
```
Whenever modifying or creating a secure token user, the `existing_token_auth` property must be provided a Hash in the format of: `{ username: 'username', password: 'password' }`. This should not be the user being modified or created, but an existing user on the system who has a secure token, or the owner account of the system.