ispman/lib/ISPMan LDAP.pm,1.81,1.82
Joerg Delker <[email protected]> Sat, 16 Jun 2007 14:28:37 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/lib/ISPMan
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv9148/lib/ISPMan
Modified Files:
LDAP.pm
Log Message:
fixed bug [ 1603290 ] hanging ispman-agent
Index: LDAP.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/LDAP.pm,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- LDAP.pm 27 May 2006 15:10:51 -0000 1.81
+++ LDAP.pm 16 Jun 2007 14:28:35 -0000 1.82
@@ -133,8 +133,8 @@
my $mesg = $LDAP->search(
base => "@{[$self->SUPER::getConf('ldapBaseDN')]}",
- scope => "one",
- filter => "@{[$self->SUPER::getConf('ldapBaseDN')]}"
+ scope => "base",
+ filter => "objectclass=*"
);
return 0 if $mesg->code;
return 1;
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/