ispman/install-data/ldifs conf.db_vars.ldif,1.8,1.9

Joerg Delker <[email protected]> Sat, 03 Jan 2009 12:21:07 +0000
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/install-data/ldifs
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19854/install-data/ldifs

Modified Files:
	conf.db_vars.ldif 
Log Message:
added database sql action feature

Index: conf.db_vars.ldif
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/ldifs/conf.db_vars.ldif,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- conf.db_vars.ldif	3 Jan 2009 11:23:09 -0000	1.8
+++ conf.db_vars.ldif	3 Jan 2009 12:21:05 -0000	1.9
@@ -46,3 +46,13 @@
 ispmanVal: ispmanDBName,ispmanDBUser,ispmanDBPass,ispmanDBAccessFilter
 ispmanQuestion: Database Attributes which can be modified after creation. Your DB action scripts need to support this!
 
+dn: ispmanVar=dbSQLActions, ispmanModule=db_vars, ou=conf, %%ldapBaseDN%%
+ispmanVar: dbSQLActions
+ispmanModule: db_vars
+objectclass: ispmanConfVar
+ispmanVal: example1.sql|SQL Example1,example2.sql|SQL Example2
+ispmanQuestion: Optional SQL Scripts, which can be activated on database creation.<br/>Format:
+ script|decription[,script|description]* or "none" for no actions<br/>
+ Example: example1.pl|Example1 Script,example2.pl|Example2 Script<br/>
+ Scripts need to be placed in the tasks dir.
+


------------------------------------------------------------------------------