ispman/install-data/ldifs conf.sys_vars.ldif, 1.11, 1.12

Joerg Delker <[email protected]> Mon, 19 Feb 2007 00:22:10 +0000
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/install-data/ldifs
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv29955/install-data/ldifs

Modified Files:
	conf.sys_vars.ldif 
Log Message:
implemented domain actions
(see feature request [ 1658512 ] Support "hosting packages")

Index: conf.sys_vars.ldif
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/ldifs/conf.sys_vars.ldif,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- conf.sys_vars.ldif	18 Feb 2007 18:25:36 -0000	1.11
+++ conf.sys_vars.ldif	19 Feb 2007 00:22:07 -0000	1.12
@@ -52,11 +52,21 @@
 ispmanVal: list
 ispmanQuestion: Defines behavior of menu mode.<br>A setting of "<b>list</b>" will show all domains in the drop down list.<br>A setting of "<b>search</b>" presents only a search option.
 
-dn: ispmanVar=customMenuLink, ispmanModule=sys_vars, ou=conf, %%ldapBaseDN%%
+dn: ispmanVar=domainActions, ispmanModule=sys_vars, ou=conf, %%ldapBaseDN%%
 objectClass: ispmanConfVar
-ispmanVar: customMenuLink
-ispmanVarAlias: Custom Menu Link
+ispmanVar: domainActions
+ispmanVarAlias: Domain Action Scripts
 ispmanModule: sys_vars
-ispmanVal: http://sourceforge.net/projects/ispman|ISPMan Home
-ispmanQuestion: Optional top menu link, that appears if specify in the format URL|Name.
+ispmanVal: addvhost_action.pl|addmailrec_action.pl
+ispmanQuestion: Optional hooks, which can be selected on domain creation to trigger external actions.<br>
+ Scripts need to be placed in the tasks dir.
+
+dn: ispmanVar=vhostActions, ispmanModule=sys_vars, ou=conf, %%ldapBaseDN%%
+objectClass: ispmanConfVar
+ispmanVar: vhostActions
+ispmanVarAlias: VHost Action Scripts
+ispmanModule: sys_vars
+ispmanVal: none
+ispmanQuestion: Optional hooks, which can be selected on vhost creation to trigger external actions.<br>
+ Scripts need to be placed in the tasks dir.
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV