]> andersk Git - mod-vhost-ldap.git/blobdiff - mod_vhost_ldap.schema
fix archive target in Makefile
[mod-vhost-ldap.git] / mod_vhost_ldap.schema
index 82431409a53be5936184432206e4d0983ccb71f1..f84db29ef2d5c2edd2c17464642c0caea9ac358c 100644 (file)
@@ -37,7 +37,15 @@ attributetype ( 1.3.6.1.4.1.8387.1.1.5 NAME 'apacheServerAdmin'
        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.6 NAME 'apacheSuexecUid'
+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
@@ -45,7 +53,7 @@ attributetype ( 1.3.6.1.4.1.8387.1.1.6 NAME 'apacheSuexecUid'
        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.6 NAME 'apacheSuexecGid'
+attributetype ( 1.3.6.1.4.1.8387.1.1.8 NAME 'apacheSuexecGid'
        SUP name
        DESC 'mod_vhost_ldap: Apache SuexecGid'
        EQUALITY caseIgnoreMatch
@@ -54,6 +62,7 @@ attributetype ( 1.3.6.1.4.1.8387.1.1.6 NAME 'apacheSuexecGid'
        SINGLE-VALUE )
 
 objectclass ( 1.3.6.1.4.1.8387.1.2.1 NAME 'apacheConfig'
-       SUP 'top' AUXILIARY
+       SUP 'top'
        MUST ( apacheServerName $ apacheDocumentRoot )
-       MAY ( apacheServerAlias $ apacheServerAdmin ) )
+        MAY ( apacheServerAlias $ apacheServerAdmin $ apacheScriptAlias $
+                apacheSuexecUid $ apacheSuexecGid ) )
This page took 0.275644 seconds and 4 git commands to generate.