ispman/install-data/schema/http attr.txt,1.10,1.11 objc.txt,1.12,1.13
Atif Ghaffar <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/install-data/schema/http
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31444/http
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/http/objc.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- objc.txt 6 Aug 2003 06:32:53 -0000 1.12
+++ objc.txt 14 Apr 2005 03:37:09 -0000 1.13
@@ -1,4 +1,4 @@
-objectClass ( 1.3.6.1.4.8833.2.1.1202 NAME 'ispmanVirtualHost'
+objectClass ( 1.3.6.1.4.1.8833.2.1.1202 NAME 'ispmanVirtualHost'
SUP top AUXILIARY
DESC 'Ispman http data'
MAY ( ispmanDomain $
@@ -21,20 +21,20 @@
DestinationPort ))
-objectClass ( 1.3.6.1.4.8833.2.1.1203 NAME 'ispmanVirtualHostAcl'
+objectClass ( 1.3.6.1.4.1.8833.2.1.1203 NAME 'ispmanVirtualHostAcl'
SUP top STRUCTURAL
DESC 'objectClass for vHost ACLs'
MUST (ispmanVhostAclLocation $ ispmanVhostAclAllowUser $ ispmanVhostName $ ispmanDomain)
)
-objectClass ( 1.3.6.1.4.8833.2.1.1204 NAME 'ispmanVirtualHostRedirection'
+objectClass ( 1.3.6.1.4.1.8833.2.1.1204 NAME 'ispmanVirtualHostRedirection'
SUP top STRUCTURAL
DESC 'objectClass for vHost Redirection URLs'
MUST (ispmanVhostRedirectLocation $ ispmanVhostRedirectURL $ ispmanVhostName $ ispmanDomain)
)
-objectClass ( 1.3.6.1.4.8833.2.1.1205 NAME 'ispmanVirtualHostUser'
+objectClass ( 1.3.6.1.4.1.8833.2.1.1205 NAME 'ispmanVirtualHostUser'
SUP top STRUCTURAL
DESC 'User/password pair that can be used to authentify to a web service'
MUST (ispmanDomain $ ispmanUserId $ userPassword )
@@ -42,7 +42,7 @@
)
-objectClass ( 1.3.6.1.4.8833.2.1.1230 NAME 'ispmanVirtualHostAlias'
+objectClass ( 1.3.6.1.4.1.8833.2.1.1230 NAME 'ispmanVirtualHostAlias'
SUP top STRUCTURAL
DESC 'Alias to the vhost name'
MAY ( ispmanVhostServerAlias $ ou $ ispmanVhostName $ ispmanDomain)
Index: attr.txt
===================================================================
RCS file: /cvsroot/ispman/ispman/install-data/schema/http/attr.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- attr.txt 26 Jun 2003 18:24:40 -0000 1.10
+++ attr.txt 14 Apr 2005 03:37:09 -0000 1.11
@@ -4,20 +4,20 @@
# Web attributes
-# attributeType 1.3.6.1.4.8833.2.1.1401 'ispmanVhostDocumentRoot'
+# attributeType 1.3.6.1.4.1.8833.2.1.1401 'ispmanVhostDocumentRoot'
# The documentroot for a virtaulhost such as
# /www/customers/domains/ispman.org/vhosts/www/htdocs
-# attributeType 1.3.6.1.4.8833.2.1.1402 'ispmanVhostDocumentRootOption'
+# attributeType 1.3.6.1.4.1.8833.2.1.1402 'ispmanVhostDocumentRootOption'
# Apache options that can be applied to a vhost
# such as Indexes, FollowSymLinks, etc
-# attributeType 1.3.6.1.4.8833.2.1.1403 'ispmanServerRoot'
+# attributeType 1.3.6.1.4.1.8833.2.1.1403 'ispmanServerRoot'
# This should be phased out.
-# attributeType 1.3.6.1.4.8833.2.1.1404 'ispmanVhostExtraConf'
+# attributeType 1.3.6.1.4.1.8833.2.1.1404 'ispmanVhostExtraConf'
# Free textarea to input any valid apache configuration
# Example
# ispmanVhostExtraConf: AddType text/html .shtml
@@ -26,88 +26,88 @@
# DirectoryIndex index.shtml index.cgi index.html
-# attributeType 1.3.6.1.4.8833.2.1.1405 'ispmanVhostServerAlias'
+# attributeType 1.3.6.1.4.1.8833.2.1.1405 'ispmanVhostServerAlias'
# A vhost may have one or more aliases
# Example: www.company.com may also be aliased to company.com
-# attributeType 1.3.6.1.4.8833.2.1.1406 'ispmanVhostScriptDir'
+# attributeType 1.3.6.1.4.1.8833.2.1.1406 'ispmanVhostScriptDir'
# Directory where the cgi-scripts can be kept
# By default its DomainDirectory/vhosts/VhostName/cgi-bin/
-# attributeType 1.3.6.1.4.8833.2.1.1407 'ispmanVhostScriptDirOption'
+# attributeType 1.3.6.1.4.1.8833.2.1.1407 'ispmanVhostScriptDirOption'
# Similir options like DocumentRootOptions
-# attributeType 1.3.6.1.4.8833.2.1.1410 'ispmanVhostIpAddress'
+# attributeType 1.3.6.1.4.1.8833.2.1.1410 'ispmanVhostIpAddress'
# You may assign a vhost a dedicated ip address or simply a '*'
#
-# attributeType 1.3.6.1.4.8833.2.1.1411 'ispmanVhostName'
+# attributeType 1.3.6.1.4.1.8833.2.1.1411 'ispmanVhostName'
# Name of the virtualhost. Should be unique within a domain
-# attributeType 1.3.6.1.4.8833.2.1.1411 'ispmanVhostName'
+# attributeType 1.3.6.1.4.1.8833.2.1.1411 'ispmanVhostName'
# Name of the virtualhost. Should be unique within a domain
-# attributeType 1.3.6.1.4.8833.2.1.1412 'ispmanVhostRedirectURL'
+# attributeType 1.3.6.1.4.1.8833.2.1.1412 'ispmanVhostRedirectURL'
# You can redirect part of the vhost to another Location
-# attributeType 1.3.6.1.4.8833.2.1.1413 'ispmanVhostRedirectLocation'
+# attributeType 1.3.6.1.4.1.8833.2.1.1413 'ispmanVhostRedirectLocation'
# This is the Location that the URL is redirected to
# For example: Redirect /ftp ftp://domain.name/
# ispmanVhostRedirectURL: /ftp
# ispmanVhostRedirectLocation: ftp://domain.name/
-# attributeType 1.3.6.1.4.8833.2.1.1418 'ispmanVhostStats'
+# attributeType 1.3.6.1.4.1.8833.2.1.1418 'ispmanVhostStats'
# whether stats are enabled for that vhost
-# attributeType 1.3.6.1.4.8833.2.1.1419 'ispmanVhostLogdir'
+# attributeType 1.3.6.1.4.1.8833.2.1.1419 'ispmanVhostLogdir'
# where to place http and ftp logs
-# attributeType 1.3.6.1.4.8833.2.1.1420 'ispmanVhostStatdir'
+# attributeType 1.3.6.1.4.1.8833.2.1.1420 'ispmanVhostStatdir'
# where to place the log stat reports
-attributeType ( 1.3.6.1.4.8833.2.1.1401 NAME 'ispmanVhostDocumentRoot'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1401 NAME 'ispmanVhostDocumentRoot'
DESC 'The path to the documentroot'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeType ( 1.3.6.1.4.8833.2.1.1402 NAME 'ispmanVhostDocumentRootOption'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1402 NAME 'ispmanVhostDocumentRootOption'
DESC 'The path to the documentroot'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
-attributeType ( 1.3.6.1.4.8833.2.1.1404 NAME 'ispmanVhostExtraConf'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1404 NAME 'ispmanVhostExtraConf'
DESC 'The path to the documentroot'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
-attributeType ( 1.3.6.1.4.8833.2.1.1405 NAME 'ispmanVhostServerAlias'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1405 NAME 'ispmanVhostServerAlias'
DESC 'The path to the documentroot'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
-attributeType ( 1.3.6.1.4.8833.2.1.1406 NAME 'ispmanVhostScriptDir'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1406 NAME 'ispmanVhostScriptDir'
DESC 'The path to the ispmanScriptDir'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
-attributeType ( 1.3.6.1.4.8833.2.1.1407 NAME 'ispmanVhostScriptDirOption'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1407 NAME 'ispmanVhostScriptDirOption'
DESC 'The path to the ispmanScriptDir'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
@@ -115,7 +115,7 @@
-attributeType ( 1.3.6.1.4.8833.2.1.1410 NAME 'ispmanVhostIpAddress'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1410 NAME 'ispmanVhostIpAddress'
DESC 'An IP address or a * '
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
@@ -124,7 +124,7 @@
-attributeType ( 1.3.6.1.4.8833.2.1.1411 NAME 'ispmanVhostName'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1411 NAME 'ispmanVhostName'
DESC 'Name of Virtualhost. Eg: www'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
@@ -132,60 +132,60 @@
-attributeType ( 1.3.6.1.4.8833.2.1.1412 NAME 'ispmanVhostRedirectURL'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1412 NAME 'ispmanVhostRedirectURL'
DESC 'relative URL WHICH you want to redirect'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
-attributeType ( 1.3.6.1.4.8833.2.1.1413 NAME 'ispmanVhostRedirectLocation'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1413 NAME 'ispmanVhostRedirectLocation'
DESC 'relative/static URL TO WHICH you want to redirect'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
-attributeType ( 1.3.6.1.4.8833.2.1.1414 NAME 'ispmanVhostAclLocation'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1414 NAME 'ispmanVhostAclLocation'
DESC 'relativeLocation that is protected by someuser/pass'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
-attributeType ( 1.3.6.1.4.8833.2.1.1415 NAME 'ispmanVhostAclAllowUser'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1415 NAME 'ispmanVhostAclAllowUser'
DESC 'Usernames that are allowed to access this location'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
-attributeType ( 1.3.6.1.4.8833.2.1.1416 NAME 'webHost'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1416 NAME 'webHost'
DESC 'The host on which this vhost should be located'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
-attributeType ( 1.3.6.1.4.8833.2.1.1417 NAME 'ispmanVirtualhostUser'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1417 NAME 'ispmanVirtualhostUser'
DESC 'ispman virtualhost user'
EQUALITY caseExactIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
-attributeType ( 1.3.6.1.4.8833.2.1.1418 NAME 'ispmanVhostStats'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1418 NAME 'ispmanVhostStats'
DESC 'Enable stats for this vhost'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}
)
-attributeType ( 1.3.6.1.4.8833.2.1.1419 NAME 'ispmanVhostLogdir'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1419 NAME 'ispmanVhostLogdir'
DESC 'Directory for log files'
EQUALITY caseIgnoreIA5Match
SUBSTR caseExactIA5SubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE
)
-attributeType ( 1.3.6.1.4.8833.2.1.1420 NAME 'ispmanVhostStatdir'
+attributeType ( 1.3.6.1.4.1.8833.2.1.1420 NAME 'ispmanVhostStatdir'
DESC 'Directory to place stat reports'
EQUALITY caseIgnoreIA5Match
SUBSTR caseExactIA5SubstringsMatch
-------------------------------------------------------
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