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
Actions