Hi Gregor,
On Thu, Jul 03, 2003 at 01:44:44PM +0200, Gregor Weissmann wrote:
> webserver had been restarted - it was a bug:
>
> in the file /opt/otrs/Kernel/System/CustomerUser/LDAP.pm on line 50:
>
> was:
> $Self->{SearchUserPw} =
> $Self->{ConfigObject}->Get('CustomerUser')->{'Params'}->{'
webserver had been restarted - it was a bug:
in the file /opt/otrs/Kernel/System/CustomerUser/LDAP.pm on line 50:
was:
$Self->{SearchUserPw} =
$Self->{ConfigObject}->Get('CustomerUser')->{'Params'}->{'UserPW'} ||
'';
should be:
$Self->{SearchUserPw} =
$Self->{ConfigObject}->Get('Customer
Hi Gregor,
On Wed, Jul 02, 2003 at 05:23:58PM +0200, Gregor Weissmann wrote:
> i'm trying to configure otrs with our eDir - this should be just like
> any other ldap-server, but it doesn't work:
> when i search for a user when starting a phone-message, it simply
> returns nothing - no error, but
Hi
i'm trying to configure otrs with our eDir - this should be just like
any other ldap-server, but it doesn't work:
when i search for a user when starting a phone-message, it simply
returns nothing - no error, but no results found. in the syslog htere is
also no information...
pls help:)
thx
Gr