forked from Ardeek/mod-vhost-ldap-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod_vhost_ldap_ng.schema
117 lines (102 loc) · 4.11 KB
/
mod_vhost_ldap_ng.schema
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
##
## OIDs are owned by Globe Internet
##
## 1.3.6.1.4.1.14287.1.x - mod_vhost_ldap_ng
## 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_ng: 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_ng: 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_ng: 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_ng: 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} )
attributetype ( 1.3.6.1.4.1.8387.1.1.7 NAME 'apacheSuexecUid'
SUP name
DESC 'mod_vhost_ldap_ng: 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_ng: Apache SuexecGid'
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.9 NAME 'apacheVhostEnabled'
SUP name
DESC 'mod_vhost_ldap_ng: Apache Vhost enabled'
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.10 NAME 'apacheAlias'
SUP name
DESC 'mod_vhost_ldap_ng: Apache Alias'
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.11 NAME 'apacheRedirect'
SUP name
DESC 'mod_vhost_ldap_ng: Apache Alias'
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.12 NAME 'apacheErrorLog'
SUP name
DESC 'mod_vhost_ldap_ng: Apache ErrorLog'
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.13 NAME 'phpOpenBasedir'
SUP name
DESC 'mod_vhost_ldap_ng: PHP .ini value for open_basedir'
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.14 NAME 'phpIncludePath'
SUP name
DESC 'mod_vhost_ldap_ng: PHP .ini value for include_path CAZZO'
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'
DESC 'CAZZO2'
MUST ( apacheServerName $ apacheDocumentRoot )
MAY ( apacheServerAlias $ apacheServerAdmin $ apacheScriptAlias $
apacheSuexecUid $ apacheSuexecGid $ apacheVhostEnabled $
apacheSuexecUid $ apacheSuexecGid $ apacheVhostEnabled $
phpOpenBasedir $ phpIncludePath $ apacheAlias $ apacheRedirect $
apacheErrorLog ) )