-
Notifications
You must be signed in to change notification settings - Fork 711
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Authselect profile minimal is now called local in RHEL10.
Adjust variables and test scenarios to take this into account. Setting minimal variable to local should make the conversion transparent for users that have selected this in their profiles. RHEL10 profile will select minimal as well and it will translate correctly into local profile which should be the same as minimal. Minimal profile is not even available as deprecated in RHEL10.
- Loading branch information
Showing
4 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
...s-pam/locking_out_password_attempts/accounts_passwords_pam_faillock_audit/tests/common.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
linux_os/guide/system/accounts/enable_authselect/tests/profile.pass.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
# platform = multi_platform_fedora,multi_platform_ol,multi_platform_rhel | ||
# packages = authselect,pam | ||
|
||
{{%- if ('rhel' in product or 'ol' in families) and product not in ['ol8', 'ol9', 'rhel8', 'rhel9']%}} | ||
# rhel>=10 default profile is now called local | ||
authselect select local --force | ||
{{%- else %}} | ||
authselect select minimal --force | ||
{{%- endif %}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters