Project

General

Profile

Actions

Bug #22387

closed

No local account shown on windows

Added by Nicolas CHARLES about 1 year ago. Updated 11 months ago.

Status:
Released
Priority:
N/A
Category:
Web - Nodes & inventories
Target version:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
I dislike using that feature
User visibility:
Getting started - demo | first install | Technique editor and level 1 Techniques
Effort required:
Small
Priority:
106
Name check:
To do
Fix check:
Checked
Regression:
No

Description

The node page show no local account, even those there are account on the node


Files

Actions #1

Updated by Félix DALLIDET about 1 year ago

  • UX impact set to I dislike using that feature
  • User visibility set to Getting started - demo | first install | Technique editor and level 1 Techniques
  • Effort required set to Small
Actions #2

Updated by Félix DALLIDET about 1 year ago

  • Severity set to Major - prevents use of part of Rudder | no simple workaround
  • Priority changed from 0 to 109
Actions #3

Updated by Félix DALLIDET 11 months ago

  • Priority changed from 109 to 106

This looks like a webapp issue.
The inventory reports windows local account as:

    <LOCAL_USERS>
      <ID>S-1-5-21-3733444327-292285342-2412809977-500</ID>
      <NAME>Administrator</NAME>
    </LOCAL_USERS>
    <LOCAL_USERS>
      <ID>S-1-5-21-3733444327-292285342-2412809977-1000</ID>
      <NAME>vagrant</NAME>
    </LOCAL_USERS>

Unix local account are reported as:

    <LOCAL_USERS>
      <HOME>/var/rudder</HOME>
      <ID>997</ID>
      <LOGIN>rudder</LOGIN>
      <NAME>Rudder,,,</NAME>
      <SHELL>/bin/false</SHELL>
    </LOCAL_USERS>
    <LOCAL_USERS>
      <HOME>/var/rudder/ldap</HOME>
      <ID>996</ID>
      <LOGIN>rudder-slapd</LOGIN>
      <NAME>Rudder LDAP server,,,</NAME>
      <SHELL>/bin/false</SHELL>
    </LOCAL_USERS>

The API does not report any account for the windows nodes but does report every login of LOCAL_USERS defined on unix nodes.

Actions #4

Updated by François ARMAND 11 months ago

  • Project changed from 78 to Rudder
  • Category changed from Inventory to Web - Nodes & inventories
  • Assignee set to François ARMAND
  • Target version changed from 7.2 to 7.2.7
Actions #5

Updated by François ARMAND 11 months ago

  • Status changed from New to In progress
Actions #6

Updated by François ARMAND 11 months ago

  • Status changed from In progress to Pending technical review
  • Assignee changed from François ARMAND to Vincent MEMBRÉ
  • Pull Request set to https://github.com/Normation/rudder/pull/4793
Actions #7

Updated by Anonymous 11 months ago

  • Status changed from Pending technical review to Pending release
Actions #9

Updated by François ARMAND 11 months ago

  • Fix check changed from To do to Checked
Actions #10

Updated by Vincent MEMBRÉ 11 months ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 7.2.7 and 7.3.2 which were released today.

Actions

Also available in: Atom PDF