Project

General

Profile

Actions

Feature #2943

closed

Make it possible to unset a host's root password

Added by Robin Bowes over 10 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Host creation
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

If a root password is set at a the host level it is not possible to unset it without munging the database directly.

Add some way to clear the password that has been set in the host interface.

FWIW, the SQL required to clear the root password is as follows:

update hosts set root_pass = null where name = '<your host name here>';


Related issues 2 (0 open2 closed)

Related to Foreman - Bug #11387: LDAP Account password cannot be empty after edit ClosedAmir Fefer08/17/2015Actions
Has duplicate Foreman - Bug #9417: Impossible to see / clear root password from hostgroupDuplicateOhad Levy02/17/2015Actions
Actions

Also available in: Atom PDF