ispman/install-data/schema/conf attr.txt,1.3,1.4 objc.txt,1.4,1.5
Atif Ghaffar <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/install-data/schema/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31444/conf
Modified Files:
attr.txt objc.txt
Log Message:
Fixing OIDs. Thanks for Ed Stafford for bringing this to my attention
Index: objc.txt
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/schema/conf/objc.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- objc.txt 24 May 2002 01:10:13 -0000 1.4
+++ objc.txt 14 Apr 2005 03:37:07 -0000 1.5
@@ -2,18 +2,18 @@
# ISPMan configuration objectclasses
#######################################
-# objectClass 1.3.6.1.4.8833.2.2.1003 'ispmanConfModule'
-# objectClass 1.3.6.1.4.8833.2.2.1004 'ispmanConfVar'
+# objectClass 1.3.6.1.4.1.8833.2.2.1003 'ispmanConfModule'
+# objectClass 1.3.6.1.4.1.8833.2.2.1004 'ispmanConfVar'
-objectClass ( 1.3.6.1.4.8833.2.2.1003 NAME 'ispmanConfModule'
+objectClass ( 1.3.6.1.4.1.8833.2.2.1003 NAME 'ispmanConfModule'
SUP top STRUCTURAL
DESC 'Class describing configuration ispmanModules'
MUST (ispmanModule)
MAY (description $ ispmanModuleAlias))
-objectClass ( 1.3.6.1.4.8833.2.2.1004 NAME 'ispmanConfVar'
+objectClass ( 1.3.6.1.4.1.8833.2.2.1004 NAME 'ispmanConfVar'
SUP top STRUCTURAL
DESC 'Class describing configuration ispmanVariables'
MUST (ispmanModule $ ispmanVar $ ispmanVal $ ispmanQuestion)
Index: attr.txt
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/schema/conf/attr.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- attr.txt 24 Apr 2003 19:40:37 -0000 1.3
+++ attr.txt 14 Apr 2005 03:37:07 -0000 1.4
@@ -2,57 +2,57 @@
# ISPMan configuration attributes
#######################################
-# attributeType 1.3.6.1.4.8833.2.1.1003 'ispmanModule'
-# attributeType 1.3.6.1.4.8833.2.1.1004 'ispmanVar'
-# attributeType 1.3.6.1.4.8833.2.1.1006 'ispmanVal'
-# attributeType 1.3.6.1.4.8833.2.1.1005 'ispmanValType'
-# attributeType 1.3.6.1.4.8833.2.1.1111 'ispmanQuestion'
-# attributeType 1.3.6.1.4.8833.2.1.1113 'ispmanModuleAlias'
-# attributeType 1.3.6.1.4.8833.2.1.1114 'ispmanVarAlias'
+# attributeType 1.3.6.1.4.1.8833.2.1.1003 'ispmanModule'
+# attributeType 1.3.6.1.4.1.8833.2.1.1004 'ispmanVar'
+# attributeType 1.3.6.1.4.1.8833.2.1.1006 'ispmanVal'
+# attributeType 1.3.6.1.4.1.8833.2.1.1005 'ispmanValType'
+# attributeType 1.3.6.1.4.1.8833.2.1.1111 'ispmanQuestion'
+# attributeType 1.3.6.1.4.1.8833.2.1.1113 'ispmanModuleAlias'
+# attributeType 1.3.6.1.4.1.8833.2.1.1114 'ispmanVarAlias'
-attributeType ( 1.3.6.1.4.8833.2.1.1003 NAME 'ispmanModule'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1003 NAME 'ispmanModule'
DESC 'A string naming an ISPMan configurational Module'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
-attributeType ( 1.3.6.1.4.8833.2.1.1004 NAME 'ispmanVar'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1004 NAME 'ispmanVar'
DESC 'A string naming a ispmanVariable in a configurational ispmanModule'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
-attributeType (1.3.6.1.4.8833.2.1.1005 NAME 'ispmanValType'
+attributeType (1.3.6.1.4.1.8833.2.1.1005 NAME 'ispmanValType'
DESC 'Type of stored ispmanValue (single, multi, ...?)'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
SINGLE-VALUE )
-attributeType ( 1.3.6.1.4.8833.2.1.1006 NAME 'ispmanVal'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1006 NAME 'ispmanVal'
DESC 'A string containing a ispmanValue of a ispmanVariable in a config ispmanModule'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
-attributeType ( 1.3.6.1.4.8833.2.1.1111 NAME 'ispmanQuestion'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1111 NAME 'ispmanQuestion'
DESC 'A string containing a configuration ispmanQuestion'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
-attributeType ( 1.3.6.1.4.8833.2.1.1113 NAME 'ispmanModuleAlias'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1113 NAME 'ispmanModuleAlias'
DESC 'A user friendly name for the module'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{1024} )
-attributeType ( 1.3.6.1.4.8833.2.1.1114 NAME 'ispmanVarAlias'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1114 NAME 'ispmanVarAlias'
DESC 'A user friendly name for the Var'
EQUALITY caseIgnoreIA5Match
SUBSTR caseIgnoreSubstringsMatch
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click