From d424d4ad771e08cc291f4281fe5035556540222b Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 2 Jun 2008 09:28:57 +0000 Subject: [PATCH] Added schema file git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11136 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../apache2/contrib/mod_vhost_ldap.schema | 68 +++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 gosa-plugins/apache2/contrib/mod_vhost_ldap.schema diff --git a/gosa-plugins/apache2/contrib/mod_vhost_ldap.schema b/gosa-plugins/apache2/contrib/mod_vhost_ldap.schema new file mode 100644 index 000000000..f84db29ef --- /dev/null +++ b/gosa-plugins/apache2/contrib/mod_vhost_ldap.schema @@ -0,0 +1,68 @@ +## +## OIDs are owned by Globe Internet +## +## 1.3.6.1.4.1.14287.1.x - mod_vhost_ldap +## 1.3.6.1.4.1.14287.1.1.x - attributetypes +## 1.3.6.1.4.1.14287.1.2.x - objectclasses +## + +attributetype ( 1.3.6.1.4.1.8387.1.1.2 NAME 'apacheServerName' + SUP name + DESC 'mod_vhost_ldap: Apache ServerName' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} + SINGLE-VALUE ) + +attributetype ( 1.3.6.1.4.1.8387.1.1.3 NAME 'apacheServerAlias' + SUP name + DESC 'mod_vhost_ldap: Apache ServerAlias' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ) + +attributetype ( 1.3.6.1.4.1.8387.1.1.4 NAME 'apacheDocumentRoot' + SUP name + DESC 'mod_vhost_ldap: Apache DocumentRoot' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} + SINGLE-VALUE ) + +attributetype ( 1.3.6.1.4.1.8387.1.1.5 NAME 'apacheServerAdmin' + SUP name + DESC 'mod_vhost_ldap: Apache ServerAdmin' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} + SINGLE-VALUE ) + +attributetype ( 1.3.6.1.4.1.14287.1.1.6 NAME 'apacheScriptAlias' + SUP name + DESC 'mod_cfg_ldap: Apache ScriptAlias' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} + SINGLE-VALUE ) + +attributetype ( 1.3.6.1.4.1.8387.1.1.7 NAME 'apacheSuexecUid' + SUP name + DESC 'mod_vhost_ldap: Apache SuexecUid' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} + SINGLE-VALUE ) + +attributetype ( 1.3.6.1.4.1.8387.1.1.8 NAME 'apacheSuexecGid' + SUP name + DESC 'mod_vhost_ldap: Apache SuexecGid' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} + SINGLE-VALUE ) + +objectclass ( 1.3.6.1.4.1.8387.1.2.1 NAME 'apacheConfig' + SUP 'top' + MUST ( apacheServerName $ apacheDocumentRoot ) + MAY ( apacheServerAlias $ apacheServerAdmin $ apacheScriptAlias $ + apacheSuexecUid $ apacheSuexecGid ) ) -- 2.30.2