ispman/install-data/schema/domain attr.txt, 1.9, 1.10 objc.txt, 1.11, 1.12

Joerg Delker <[email protected]> Mon, 29 Dec 2008 16:13:03 +0000
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/install-data/schema/domain
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29864/install-data/schema/domain

Modified Files:
	attr.txt objc.txt 
Log Message:
added ispmanMaxDatabases attribute
added ispmanDefaultDBHost attribute

Index: objc.txt
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/schema/domain/objc.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- objc.txt	5 May 2006 20:50:08 -0000	1.11
+++ objc.txt	29 Dec 2008 16:13:01 -0000	1.12
@@ -27,14 +27,14 @@
 	SUP top AUXILIARY
 	DESC 'An alternate ispmanDomain to ispmanAllow for ispmanDomain and ommission of dc in object'
 	MAY (ispmanDomain $ cn $ uid $ uidNumber $ gidNumber $ homeDirectory
-		$ userPassword $ ispmanControlPanelPassword $ loginShell 
-                $ ispmanDomaintype $ ispmanDomainowner $ ispmanDomaincomment 
-                $ ispmanDomainService $ ispmanDomaincustomer 
+		$ userPassword $ ispmanControlPanelPassword $ loginShell
+		$ ispmanDomaintype $ ispmanDomainowner $ ispmanDomaincomment
+		$ ispmanDomainService $ ispmanDomaincustomer
 		$ ispmanDomainDefaultMailDropHost $ ispmanDomainSignature
-                $ ispmanReplicaMaster $ ispmanDomainMailDeliveryMethod
-                $ ispmanDomainLocked $ ispmanDomainLockedBy $ mailLocalAddress $ mailForwardingAddress
-                $ ispmanMaxAccounts $ ispmanMaxVhosts $ ispmanDnsMasters $ ispmanDomainDefaultWebHost 
-                $ ispmanClientId $ ispmanClientName $ ispmanDomainDefaultFileServer $ dnsHost $ smtpHost
-                $ ispmanResellerId $ ispmanResellerName $ ispmanStatus $ ispmanCreateTimestamp 
+		$ ispmanReplicaMaster $ ispmanDomainMailDeliveryMethod
+		$ ispmanDomainLocked $ ispmanDomainLockedBy $ mailLocalAddress $ mailForwardingAddress
+		$ ispmanMaxAccounts $ ispmanMaxVhosts $ ispmanMaxDatabases $ ispmanDnsMasters $ ispmanDomainDefaultWebHost
+		$ ispmanClientId $ ispmanClientName $ ispmanDomainDefaultFileServer $ ispmanDomainDefaultDBHost
+		$ dnsHost $ smtpHost $ ispmanResellerId $ ispmanResellerName $ ispmanStatus $ ispmanCreateTimestamp
 		$ DestinationAddress $ DestinationPort $ fileHost))
 

Index: attr.txt
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/schema/domain/attr.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- attr.txt	14 Apr 2005 03:37:07 -0000	1.9
+++ attr.txt	29 Dec 2008 16:13:01 -0000	1.10
@@ -33,6 +33,9 @@
 # attributeType 1.3.6.1.4.1.8833.2.1.1409 'ispmanMaxVhosts'
 #  how many virtual hosts can be created in this domain
 
+# attributeType 1.3.6.1.4.1.8833.2.1.1422 'ispmanMaxDatabases'
+#  how many databases can be created in this domain
+
 # attributeType 1.3.6.1.4.1.8833.2.1.1215 'ispmanDnsMasters'
 #  if this is a secondary domain, then we get its DNS informations
 #  from the value(s) of this attribute.
@@ -119,17 +122,19 @@
 	DESC 'An integer determining the max number of vhosts in a ispmanDomain'
 	EQUALITY integerMatch
 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE)
-        
-attributeType ( 1.3.6.1.4.1.8833.2.1.1408 NAME 'ispmanControlPanelPassword' SUP userPassword )
 
+attributeType ( 1.3.6.1.4.1.8833.2.1.1422 NAME 'ispmanMaxDatabases'
+	DESC 'An integer determining the max number of databases in a ispmanDomain'
+	EQUALITY integerMatch
+	SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE)
 
+attributeType ( 1.3.6.1.4.1.8833.2.1.1408 NAME 'ispmanControlPanelPassword' SUP userPassword )
 
 
 attributeType ( 1.3.6.1.4.1.8833.2.1.1220 NAME 'ispmanDomainMailDeliveryMethod'
 	DESC 'An string local or smtp determining weather the mail should be forwarded to MX or accepted localy'
 	EQUALITY caseIgnoreIA5Match
 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{5} )
-        
 
 
 attributetype ( 1.3.6.1.4.1.8833.2.1.1221 NAME ('ispmanDomainLocked')
@@ -171,3 +176,8 @@
 	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} 
 	)
 
+attributeType ( 1.3.6.1.4.1.8833.2.1.1228 NAME 'ispmanDomainDefaultDBHost'
+	DESC 'default database host for this domain.'
+	EQUALITY caseIgnoreIA5Match
+	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} 
+	SINGLE-VALUE )


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