Actions
Bug #27947
openError on augeas check method to compare numeric
Bug #27947:
Error on augeas check method to compare numeric
Status:
Pending release
Priority:
To review
Assignee:
Category:
Module - augeas
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
My value in /etc/login.defs is at 365
Happening in 9.0 so probably also in 8.3
Augeas method returns :
raugtool> check /files/etc/login.defs/PASS_MAX_DAYS <= 365 error: numeric comparison: 365 <= 365 is invalid raugtool> check /files/etc/login.defs/PASS_MAX_DAYS <= 366 numeric comparison: 365 <= 366 is valid raugtool> check /files/etc/login.defs/PASS_MAX_DAYS < 365 numeric comparison: 365 < 365 is valid raugtool> check /files/etc/login.defs/PASS_MAX_DAYS < 364 error: numeric comparison: 365 < 364 is invalid raugtool> check /files/etc/login.defs/PASS_MAX_DAYS <= 364 error: numeric comparison: 365 <= 364 is invalid raugtool> check /files/etc/login.defs/PASS_MAX_DAYS < 366 numeric comparison: 365 < 366 is valid
Updated by Nicolas CHARLES 10 days ago
I confirm it happens also on 8.3
Updated by Martin HART 10 days ago
- Status changed from New to In progress
- Assignee set to Martin HART
Updated by Martin HART 10 days ago
- Status changed from In progress to Pending technical review
- Pull Request set to https://github.com/Normation/rudder/pull/6748
Updated by Anonymous 10 days ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|45bd69d8c3b363acf3eeaa93b3c6ad5217d29b30.
Updated by Martin HART 2 days ago
- Fix check changed from To do to Checked
Actions