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

Re: [otrs] Customer User Backend with Novell eDirectory

2003-07-02 Thread Martin Edenhofer
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

[otrs] Customer User Backend with Novell eDirectory

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