]> andersk Git - mod-vhost-ldap.git/blame - mod_vhost_ldap.schema
fix archive target in Makefile
[mod-vhost-ldap.git] / mod_vhost_ldap.schema
CommitLineData
7f9875bb
OS
1##
2## OIDs are owned by Globe Internet
3##
4## 1.3.6.1.4.1.14287.1.x - mod_vhost_ldap
5## 1.3.6.1.4.1.14287.1.1.x - attributetypes
6## 1.3.6.1.4.1.14287.1.2.x - objectclasses
7##
8
9attributetype ( 1.3.6.1.4.1.8387.1.1.2 NAME 'apacheServerName'
10 SUP name
11 DESC 'mod_vhost_ldap: Apache ServerName'
12 EQUALITY caseIgnoreMatch
13 SUBSTR caseIgnoreSubstringsMatch
14 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
15 SINGLE-VALUE )
16
17attributetype ( 1.3.6.1.4.1.8387.1.1.3 NAME 'apacheServerAlias'
18 SUP name
19 DESC 'mod_vhost_ldap: Apache ServerAlias'
20 EQUALITY caseIgnoreMatch
21 SUBSTR caseIgnoreSubstringsMatch
22 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
23
24attributetype ( 1.3.6.1.4.1.8387.1.1.4 NAME 'apacheDocumentRoot'
25 SUP name
26 DESC 'mod_vhost_ldap: Apache DocumentRoot'
27 EQUALITY caseIgnoreMatch
28 SUBSTR caseIgnoreSubstringsMatch
29 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
30 SINGLE-VALUE )
31
32attributetype ( 1.3.6.1.4.1.8387.1.1.5 NAME 'apacheServerAdmin'
33 SUP name
34 DESC 'mod_vhost_ldap: Apache ServerAdmin'
35 EQUALITY caseIgnoreMatch
36 SUBSTR caseIgnoreSubstringsMatch
37 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
38 SINGLE-VALUE )
39
9ee2dda1
OS
40attributetype ( 1.3.6.1.4.1.14287.1.1.6 NAME 'apacheScriptAlias'
41 SUP name
42 DESC 'mod_cfg_ldap: Apache ScriptAlias'
43 EQUALITY caseIgnoreMatch
44 SUBSTR caseIgnoreSubstringsMatch
45 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
46 SINGLE-VALUE )
47
48attributetype ( 1.3.6.1.4.1.8387.1.1.7 NAME 'apacheSuexecUid'
7f9875bb
OS
49 SUP name
50 DESC 'mod_vhost_ldap: Apache SuexecUid'
51 EQUALITY caseIgnoreMatch
52 SUBSTR caseIgnoreSubstringsMatch
53 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
54 SINGLE-VALUE )
55
9ee2dda1 56attributetype ( 1.3.6.1.4.1.8387.1.1.8 NAME 'apacheSuexecGid'
7f9875bb
OS
57 SUP name
58 DESC 'mod_vhost_ldap: Apache SuexecGid'
59 EQUALITY caseIgnoreMatch
60 SUBSTR caseIgnoreSubstringsMatch
61 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
62 SINGLE-VALUE )
63
64objectclass ( 1.3.6.1.4.1.8387.1.2.1 NAME 'apacheConfig'
d129bb81 65 SUP 'top'
7f9875bb 66 MUST ( apacheServerName $ apacheDocumentRoot )
eea38f6d
OS
67 MAY ( apacheServerAlias $ apacheServerAdmin $ apacheScriptAlias $
68 apacheSuexecUid $ apacheSuexecGid ) )
This page took 0.088442 seconds and 5 git commands to generate.