|
From: Chris W. <la...@us...> - 2001-10-25 15:29:13
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_user/OpenInteract/User
In directory usw-pr-cvs1:/tmp/cvs-serv30905/pkg/base_user/OpenInteract/User
Modified Files:
LDAP.pm
Log Message:
fix the LDAP user to check the password in the right datasource
Index: LDAP.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_user/OpenInteract/User/LDAP.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** LDAP.pm 2001/10/23 14:28:45 1.4
--- LDAP.pm 2001/10/25 15:29:11 1.5
***************
*** 30,33 ****
--- 30,35 ----
"against datasource ($datasource)" );
my $connect_info = $self->connection_info( $datasource );
+
+ require OpenInteract::LDAP;
my $ldap = eval { OpenInteract::LDAP->connect( $connect_info ) };
if ( $@ ) {
|