]> andersk Git - mod-vhost-ldap.git/blame - apache_alias.schema
Merge branch 'upstream'
[mod-vhost-ldap.git] / apache_alias.schema
CommitLineData
9343eaf3
PW
1#
2#
3#
4
5attributetype ( 1.1.2.5.4.175 NAME 'apacheAliasesConfigEnabled'
6 DESC 'determines whether apacheConfig has aliases configured'
7 SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
8 EQUALITY booleanMatch
9 SINGLE-VALUE
10 )
11
12attributetype ( 1.1.2.5.4.176 NAME 'apacheAliasConfigOptionsDn'
13 DESC 'apache Aliases Config Object Location'
14 SUP distinguishedName
15 )
16
17attributetype ( 1.1.2.5.4.177 NAME 'apacheAliasConfigObjectName'
18 DESC 'apache Alias Config Object Naming Attribute'
19 SUP cn
20 SINGLE-VALUE
21 )
22
23attributetype ( 1.1.2.5.4.178 NAME 'apacheAliasConfigSourceUri'
24 DESC 'apache Alias Config source URI'
25 SUP name
26 EQUALITY caseIgnoreMatch
27 SUBSTR caseIgnoreSubstringsMatch
28 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
29 )
30
31attributetype ( 1.1.2.5.4.179 NAME 'apacheAliasConfigTargetDir'
32 DESC 'apache Alias Config target directory'
33 SUP name
34 EQUALITY caseIgnoreMatch
35 SUBSTR caseIgnoreSubstringsMatch
36 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
37 SINGLE-VALUE
38 )
39
40attributetype ( 1.1.2.5.4.180 NAME 'apacheAliasConfigServerName'
41 DESC 'apache Alias Config ServerName'
42 SUP cn
43 )
44
45objectclass ( 1.1.2.5.6.107 NAME 'apacheAliasesConfigLocation'
46 DESC 'This object class membership means vhost has directory or location aliases'
47 MUST ( apacheAliasesConfigEnabled $ apacheAliasConfigOptionsDn )
48 AUXILIARY
49 )
50
51objectclass ( 1.1.2.5.6.108 NAME 'apacheAliasConfigObject'
52 DESC 'This object class represents alias entry properties'
53 MUST ( apacheAliasConfigSourceUri $
54 apacheAliasConfigServerName $
55 apacheAliasConfigTargetDir $
56 apacheAliasConfigObjectName
57 )
58 AUXILIARY
59 )
This page took 0.049101 seconds and 5 git commands to generate.