ispman/bin ispman.ldap2apache,1.12,1.13
Joerg Delker <[email protected]> Wed, 09 May 2007 09:51:24 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/bin
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14137/bin
Modified Files:
ispman.ldap2apache
Log Message:
fixed bug [ 1715544 ] ispman.ldap2apache doesnt work
Index: ispman.ldap2apache
===================================================================
RCS file: /cvsroot/ispman/ispman/bin/ispman.ldap2apache,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- ispman.ldap2apache 11 Feb 2007 13:02:46 -0000 1.12
+++ ispman.ldap2apache 9 May 2007 09:51:21 -0000 1.13
@@ -54,7 +54,7 @@
@hostnames = $ispman->as_array( $hostInfo->{'ispmanHostAlias'} );
}
push @hostnames, $hostname;
- $filter = "(&(objectclass=ispmanVirtualHost)(|".join("", map { "(webHost=$_)" } @hostnames)."))";
+ $filter = "&(objectclass=ispmanVirtualHost)(|".join("", map { "(webHost=$_)" } @hostnames).")";
}
print "Using $filter\n" if $ispman->{'Config'}{'debug'};
-------------------------------------------------------------------------
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/