Actions
Bug #14368
closedSNMP technique on windows wrongly parse the authorized sources
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
When using it, if setting only one authorized source, its ip is interpreted as an array of caracter and we got sources:
sources = 1,9,2,.,1,6,8,. etc...
instead of
sources = "192.168.xx.xx", etc...
Updated by Félix DALLIDET over 5 years ago
- Translation missing: en.field_tag_list set to Sponsored
Updated by Félix DALLIDET over 5 years ago
- Status changed from New to In progress
- Assignee set to Félix DALLIDET
Updated by Félix DALLIDET over 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Félix DALLIDET to Nicolas CHARLES
- Pull Request set to https://github.com/Normation/rudder-techniques/pull/1419
Updated by François ARMAND over 5 years ago
- Target version changed from 5.0.7 to 5.0.9
Updated by Alexis Mousset over 5 years ago
- Subject changed from SNMP techniqueon windows wrongly parse the authorized sources to SNMP technique on windows wrongly parse the authorized sources
Updated by Félix DALLIDET over 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-techniques|82e59795d493a1e8d0466cf9e9c959f28e9834ad.
Updated by Vincent MEMBRÉ over 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.9 which was released today.
Actions