Actions
Bug #6905
closedSyslog protocol not correctly set, using always UDP
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
TCP is never read correctly from LDAP, even it was correctly set to TCP it will be translated into UDP into Scala code
The reason is that we lowercase the data from LDAP and then compare it to TCP whichi will always fail.
We also hvae inverted the logic of the checkbox and it was the contrary of the text displayed, Switching the text in the webapp will fix this issue
Updated by Vincent MEMBRÉ over 9 years ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ over 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/885
Updated by Vincent MEMBRÉ over 9 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder|d871685f5eacbd08d7fba3f7f163554880ca63bc.
Updated by François ARMAND over 9 years ago
Applied in changeset rudder|9a88e056a60af585bf5bcfcf86528715a93ea37d.
Updated by Vincent MEMBRÉ over 9 years ago
- Subject changed from syslog protocol not correctly set, using always UDP to Syslog protocol not correctly set, using always UDP
Updated by Vincent MEMBRÉ over 9 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.1.0 which was released today.
- Announcement 3.1
- Changelog 3.1
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions