OTRS + LDAP datetime problem

Moderator: crythias

Post Reply
dolefi
Znuny newbie
Posts: 9
Joined: 09 Jan 2018, 14:06
Znuny Version: version 6
Real Name: Filip Dolezal
Company: T1-solution

OTRS + LDAP datetime problem

Post by dolefi »

Hello,
I have sucessfully configured OTRS to use local DB and LDAP authentication. The problem is the storing of LDAP accounts in local DB (sync).
For some reason /var/log/messages is full of errors, which are pretty much self explanatory, the problem is if there is any way to go around this issue or if I need to change the date format on whole OTRS to match the LDAP.

Code: Select all

Oct 10 15:57:46 lvt3015 OTRS-CGI-66[6036]: [Error][Kernel::System::DateTime::_CPANDateTimeObjectCreate][Line:1846]: Missing parameter Year.
Oct 10 15:57:46 lvt3015 OTRS-CGI-66[6036]: [Error][Kernel::System::DateTime::new][Line:154]: Error creating DateTime object.
Oct 10 15:57:46 lvt3015 OTRS-CGI-66[6036]: [Error][Kernel::Language::FormatTimeString][Line:308]: Invalid date/time string 0000-00-00 00:00:00.
Oct 10 15:57:46 lvt3015 OTRS-CGI-66[6036]: [Error][Kernel::System::DateTime::_CPANDateTimeObjectCreate][Line:1846]: Missing parameter Year.
Oct 10 15:57:46 lvt3015 OTRS-CGI-66[6036]: [Error][Kernel::System::DateTime::new][Line:154]: Error creating DateTime object.
Oct 10 15:57:46 lvt3015 OTRS-CGI-66[6036]: [Error][Kernel::Language::FormatTimeString][Line:308]: Invalid date/time string 0000-00-00 00:00:00.
All/any help will be appreciated :)

Filip
Post Reply