Actions
Bug #22387
closedNo local account shown on windows
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
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
Updated by Félix DALLIDET over 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
Updated by Félix DALLIDET over 1 year ago
- Severity set to Major - prevents use of part of Rudder | no simple workaround
- Priority changed from 0 to 109
Updated by Félix DALLIDET over 1 year 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.
Updated by François ARMAND over 1 year 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
Updated by François ARMAND over 1 year ago
- Status changed from New to In progress
Updated by François ARMAND over 1 year 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
Updated by Anonymous over 1 year ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|137cc5ff05d63178454a1268b4d4775debf20e6b.
Updated by François ARMAND over 1 year ago
it's corrected
Updated by François ARMAND over 1 year ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 1 year 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