]> andersk Git - mod-vhost-ldap.git/blob - apache_ext.schema
git-svn-id: svn://svn.debian.org/svn/modvhostldap/branches/ext-config/mod-vhost-ldap...
[mod-vhost-ldap.git] / apache_ext.schema
1 #
2 #
3 #
4
5 attributetype ( 1.1.2.5.4.135 NAME 'apacheExtConfigRequireValidUser'
6         DESC 'apache Extended Config Require Type' 
7         SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
8         EQUALITY booleanMatch
9         SINGLE-VALUE
10         )
11         
12 attributetype ( 1.1.2.5.4.136 NAME 'apacheExtConfigServerName'
13         DESC 'apache Extended Config ServerName' 
14         SUP cn
15         )
16
17 attributetype ( 1.1.2.5.4.137 NAME 'apacheExtConfigUserDn'
18         DESC 'apache Extended Config User Object Dn' 
19         SUP distinguishedName
20         )
21
22 attributetype ( 1.1.2.5.4.138 NAME 'apacheExtConfigUserName'
23         DESC 'apache Extended Config UserName' 
24         SUP cn
25         )
26
27 attributetype ( 1.1.2.5.4.139 NAME 'apacheExtConfigUserServerName'
28         DESC 'apache Extended Config User ServerName' 
29         SUP cn
30         )
31
32 attributetype ( 1.1.2.5.4.140 NAME 'apacheExtConfigObjectName'
33         DESC 'apache Extended Config Object Name' 
34         SUP cn
35         SINGLE-VALUE
36         )
37
38 attributetype ( 1.1.2.5.4.141 NAME 'apacheExtConfigHasRequireLine'
39         DESC 'determines whether apacheConfig has require Line(s)' 
40         SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
41         EQUALITY booleanMatch
42         SINGLE-VALUE
43         )
44
45 attributetype ( 1.1.2.5.4.142 NAME 'apacheLocationOptionsDn'
46         DESC 'apache Extended Config Object Location' 
47         SUP distinguishedName
48         )
49
50 attributetype ( 1.1.2.5.4.143 NAME 'apacheExtConfigUri'
51         DESC 'apache Extended Config Uri' 
52         SUP name
53         EQUALITY caseIgnoreMatch
54         SUBSTR caseIgnoreSubstringsMatch
55         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
56         )
57
58 attributetype ( 1.1.2.5.4.181 NAME 'apacheExtConfigPath'
59         DESC 'apache Extended Config Directory Value' 
60         SUP name
61         EQUALITY caseIgnoreMatch
62         SUBSTR caseIgnoreSubstringsMatch
63         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
64         )
65
66 attributetype ( 1.1.2.5.4.182 NAME 'apacheExtConfigUserDirectoryName'
67         DESC 'apache Extended Config User Directory Name' 
68         SUP name
69         EQUALITY caseIgnoreMatch
70         SUBSTR caseIgnoreSubstringsMatch
71         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
72         )
73
74 attributetype ( 1.1.2.5.4.183 NAME 'apacheExtConfigUserLocationUri'
75         DESC 'apache Extended Config User Directory Name' 
76         SUP name
77         EQUALITY caseIgnoreMatch
78         SUBSTR caseIgnoreSubstringsMatch
79         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
80         )
81
82 objectclass ( 1.1.2.5.6.103 NAME 'apacheExtendedConfigLocation'
83         DESC 'This object class membership determines whether vhost as access control' 
84         MUST ( apacheLocationOptionsDn $ apacheExtConfigHasRequireLine )
85         AUXILIARY
86         )
87
88 objectclass ( 1.1.2.5.6.104 NAME 'apacheExtendedConfigObject'
89         DESC 'This object class represents access control entry options' 
90         MUST (  apacheExtConfigRequireValidUser $ apacheExtConfigObjectName     ) 
91         MAY ( apacheExtConfigServerName $ apacheExtConfigUri $ apacheExtConfigPath $ apacheExtConfigUserDn )
92         AUXILIARY
93         )
94
95 objectclass ( 1.1.2.5.6.105 NAME 'apacheExtendedConfigUserObject'
96         DESC 'This object class represents httpauth user properties' 
97         MUST ( apacheExtConfigUserName $ userPassword ) 
98         MAY  ( apacheExtConfigUserServerName $ apacheExtConfigUserDirectoryName $ apacheExtConfigUserLocationUri )
99         AUXILIARY
100         )
This page took 0.097681 seconds and 5 git commands to generate.