ispman/bin ispman.ldifupdate,1.7,1.8
Joerg Delker <[email protected]> Mon, 11 Jun 2007 12:16:23 +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-serv1117/bin
Modified Files:
ispman.ldifupdate
Log Message:
fixed bug [ 1734927 ] ispman.ldifupdate doesn't touch any vhosts
Index: ispman.ldifupdate
===================================================================
RCS file: /cvsroot/ispman/ispman/bin/ispman.ldifupdate,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ispman.ldifupdate 9 Jun 2007 15:41:12 -0000 1.7
+++ ispman.ldifupdate 11 Jun 2007 12:16:20 -0000 1.8
@@ -651,7 +651,7 @@
# checking ispmanVhosts
print STDERR "\nChecking ispmanVhosts ...\n";
@entries = $ispman->getEntries( $ispman->{'Config'}{'ldapBaseDN'},
- "objectclass=ispmanVhost" );
+ "objectclass=ispmanVirtualHost" );
for my $entry (@entries) {
$entry->changetype($mode);
$msg = check_ispmanVhost($entry);
-------------------------------------------------------------------------
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/