Incorrect confiugraton exceptions for LogonTime / LogoutTime
Brought to you by:
orenmnero
Firstly the new configuation settings (1.13.3) LogonTime, LogonDay, LogoutTime and LogoutTime aren't described in the configuration documentation.
Secondly, these values (if not explicitly set) gets initialized to the same values as StartTime, StartDay, EndTime, EndDay. This is followed for a check requiring logon and logout times to be in the session time range (defined by the start and end values). But this check incorrectly fails in the scenario where StartDay and EndDay aren't the same day!
Fixed the bug. They aren't yet documented because they are not used yet. They are being placed in preparation for new functionality. Right now they can will take on the values of start and end time.