Skip to content

aii-ks: deprecated commands and options in EL8 and EL9#355

Open
StephaneGerardVUB wants to merge 1 commit intoquattor:mainfrom
IIHE:deprecated_commands_options
Open

aii-ks: deprecated commands and options in EL8 and EL9#355
StephaneGerardVUB wants to merge 1 commit intoquattor:mainfrom
IIHE:deprecated_commands_options

Conversation

@StephaneGerardVUB
Copy link

@StephaneGerardVUB StephaneGerardVUB commented Mar 3, 2025

@jrha jrha added this to the 25.next milestone Mar 5, 2025
print "logging --host=$tree->{logging}->{host} ",
"--port=$tree->{logging}->{port}";
print " --level=$tree->{logging}->{level}" if $tree->{logging}->{level};
unless ($version >= ANACONDA_VERSION_EL_9_0) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does deprecated mean? it's not doing anything in el9 anymore?
anyway, don't use unless, but add extra conditional in previous line like

... if $tree->{logging}->{level} && $version < ANACONDA_VERSION_EL_9_0;

unless ($version >= ANACONDA_VERSION_EL_8_0) {
print "auth ", join(" ", map("--$_", @{$tree->{auth}})), "\n";
} else {
print "authselect select sssd --force\n";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can only choose sssd?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The following profiles are valid on EL8:

# authselect list
- minimal	 Local users only for minimal installations
- nis    	 Enable NIS for system authentication
- sssd   	 Enable SSSD for system authentication (also for local users only)
- winbind	 Enable winbind for system authentication

The following profiles are valid on EL9:

# authselect list
- minimal	 Local users only for minimal installations
- sssd   	 Enable SSSD for system authentication (also for local users only)
- winbind	 Enable winbind for system authentication

@jrha jrha modified the milestones: 26.1, 26.next Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants