Re: [otrs] update proposal for LDAP.pm

2005-06-07 Thread Christian Schoepplein
Hi! On Mo, Jun 06, 2005 at 08:54:07 +0200, Mathieu CHATEAU wrote: > just to improve debug, i suggest the following changes in > Kernel/System/Auth/LDAP.pm > > the goal is just to log that the bind is successfull. > ># ldap connect and bind (maybe with SearchUserDN and SearchUserPw) >my

[otrs] update proposal for LDAP.pm

2005-06-06 Thread Mathieu CHATEAU
Hello otrs, just to improve debug, i suggest the following changes in Kernel/System/Auth/LDAP.pm the goal is just to log that the bind is successfull. # ldap connect and bind (maybe with SearchUserDN and SearchUserPw) my $LDAP = Net::LDAP->new($Self->{Host}, %{$Self->{Params}}) or