I'm new here so I want to say hi to all OTRS developers and thanks for this great piece of software

I'm stuck with one thing which I need to implement in OTRS
I'm using OTRS 3.0.7 with ITSM 3.0.3 and LDAP Auth (Active Directory) everything works ok but... I want to have some feature, I have ConfigItem object where ConfigItem class have in definition
Key => 'Owner',
Name => 'Owner',
Searchable => 1,
Input => {
Type => 'Customer',
},
when I'm editing ConfigItem object, I have Owner field, I can search person over LDAP but when I click Submit then in 'Configuration Item Version Details' I don't see person which I chose (field is blank). I see this information in 'History', I also see Owner which I chose in database but not in ConfigItem version details...
on second installation without LDAP Auth everything is ok...
due to configured customer LDAP Auth my customer_user table is empty.. and looks like OTRS query customer_user table instead of LDAP when build detailed info about CI
It's a bug, feature or I just forgot configure something...
