ispman/install-data/templates domain.extended.ldif.template, 1.13, 1.14
Joerg Delker <[email protected]> Mon, 29 Dec 2008 16:13:55 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/install-data/templates
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29955/install-data/templates
Modified Files:
domain.extended.ldif.template
Log Message:
added ispmanMaxDatabases attribute
Index: domain.extended.ldif.template
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/templates/domain.extended.ldif.template,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- domain.extended.ldif.template 26 Jun 2004 12:22:08 -0000 1.13
+++ domain.extended.ldif.template 29 Dec 2008 16:13:53 -0000 1.14
@@ -8,6 +8,7 @@
loginShell: <perl>$r->param("loginShell") || $ispman->getConf("domainShell");</perl>
ispmanMaxAccounts: <perl>$r->param("ispmanMaxAccounts")||"-1"</perl>
ispmanMaxVhosts: <perl>$r->param("ispmanMaxVhosts")||"-1"</perl>
+ispmanMaxDatabases: <perl>$r->param("ispmanMaxDatabases")||"-1"</perl>
<perl>join "\n", map{"ispmanDomainService: $_"} split(",", $r->param("ispmanDomainServices"))</perl>
<perl>$mailHost=$r->param("ispmanDomainDefaultMailDropHost"); if($mailHost){$text="ispmanDomainDefaultMailDropHost: $mailHost\n";} else {$text=""}; $text</perl>
<perl>$fileHost=$r->param("ispmanDomainDefaultFileServer"); if($fileHost){$text="ispmanDomainDefaultFileServer: $fileHost\nDestinationAddress: $fileHost\n";} else {$text=""}; $text</perl>
------------------------------------------------------------------------------