]> andersk Git - mod-vhost-ldap.git/blob - debian/apache_ext.schema
Merge branch 'upstream'
[mod-vhost-ldap.git] / debian / apache_ext.schema
1 #
2 #
3 #
4 attributetype ( 1.1.2.5.4.133 NAME 'apacheLocationOptionsDn'
5         DESC 'apache Extended Config Object Location' 
6         SUP distinguishedName
7         )
8
9 attributetype ( 1.1.2.5.4.134 NAME 'apacheExtConfigUri'
10         DESC 'apache Extended Config Uri' 
11         SUP name
12         EQUALITY caseIgnoreMatch
13         SUBSTR caseIgnoreSubstringsMatch
14         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
15         SINGLE-VALUE
16         )
17
18 attributetype ( 1.1.2.5.4.135 NAME 'apacheExtConfigRequireValidUser'
19         DESC 'apache Extended Config Require Type' 
20         SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
21         EQUALITY booleanMatch
22         SINGLE-VALUE
23         )
24         
25 attributetype ( 1.1.2.5.4.136 NAME 'apacheExtConfigServerName'
26         DESC 'apache Extended Config ServerName' 
27         SUP cn
28         )
29
30 attributetype ( 1.1.2.5.4.137 NAME 'apacheExtConfigUserDn'
31         DESC 'apache Extended Config User Object Dn' 
32         SUP distinguishedName
33         )
34
35 attributetype ( 1.1.2.5.4.139 NAME 'apacheExtConfigUserServerName'
36         DESC 'apache Extended Config User ServerName' 
37         SUP cn
38         )
39
40 attributetype ( 1.1.2.5.4.140 NAME 'apacheExtConfigObjectName'
41         DESC 'apache Extended Config Object Name' 
42         SUP cn
43         SINGLE-VALUE
44         )
45
46 attributetype ( 1.1.2.5.4.141 NAME 'apacheExtConfigHasRequireLine'
47         DESC 'determines whether apacheConfig has require Line(s)' 
48         SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
49         EQUALITY booleanMatch
50         SINGLE-VALUE
51         )
52
53 attributetype ( 1.1.2.5.4.138 NAME 'apacheExtConfigUserName'
54         DESC 'apache Extended Config UserName' 
55         SUP cn
56         SINGLE-VALUE
57         )
58
59 objectclass ( 1.1.2.5.6.103 NAME 'apacheExtendedConfigLocation'
60         DESC 'This object class represents managed Group' 
61         MUST ( apacheLocationOptionsDn $ apacheExtConfigHasRequireLine )
62         AUXILIARY
63         )
64
65 objectclass ( 1.1.2.5.6.104 NAME 'apacheExtendedConfigObject'
66         DESC 'This object class represents managed Group' 
67         MUST (  apacheExtConfigUri $ 
68                         apacheExtConfigRequireValidUser $ 
69                         apacheExtConfigServerName $
70                         apacheExtConfigObjectName
71                         ) 
72         MAY ( apacheExtConfigUserDn )
73         AUXILIARY
74         )
75
76 objectclass ( 1.1.2.5.6.105 NAME 'apacheExtendedConfigUserObject'
77         DESC 'This object class represents managed Group' 
78         MUST ( apacheExtConfigUserName $ apacheExtConfigUserServerName $ userPassword ) 
79         AUXILIARY
80         )
This page took 0.275087 seconds and 5 git commands to generate.