Re: Antw: Re: [otrs] Customer User Backend with Novell eDirectory

2003-07-04 Thread Martin Edenhofer
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'}->{'

Antw: Re: [otrs] Customer User Backend with Novell eDirectory

2003-07-03 Thread Gregor Weissmann
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