source: trunk/server/fedora/config/etc/dirsrv/slapd-scripts/schema/99mod_vhost_ldap.ldif @ 1927

Last change on this file since 1927 was 961, checked in by quentin, 15 years ago
Add scripts LDAP schema to the repo
File size: 2.8 KB
Line 
1#
2################################################################################
3#
4dn: cn=schema
5#
6################################################################################
7#
8attributeTypes: (
9  1.3.6.1.4.1.8387.1.1.2
10  NAME 'apacheServerName'
11  DESC 'mod_vhost_ldap: Apache ServerName'
12  SUP name
13  EQUALITY caseIgnoreMatch
14  SUBSTR caseIgnoreSubstringsMatch
15  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
16  SINGLE-VALUE
17  )
18#
19################################################################################
20#
21attributeTypes: (
22  1.3.6.1.4.1.8387.1.1.3
23  NAME 'apacheServerAlias'
24  DESC 'mod_vhost_ldap: Apache ServerAlias'
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#
31################################################################################
32#
33attributeTypes: (
34  1.3.6.1.4.1.8387.1.1.4
35  NAME 'apacheDocumentRoot'
36  DESC 'mod_vhost_ldap: Apache DocumentRoot'
37  SUP name
38  EQUALITY caseIgnoreMatch
39  SUBSTR caseIgnoreSubstringsMatch
40  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
41  SINGLE-VALUE
42  )
43#
44################################################################################
45#
46attributeTypes: (
47  1.3.6.1.4.1.8387.1.1.5
48  NAME 'apacheServerAdmin'
49  DESC 'mod_vhost_ldap: Apache ServerAdmin'
50  SUP name
51  EQUALITY caseIgnoreMatch
52  SUBSTR caseIgnoreSubstringsMatch
53  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
54  SINGLE-VALUE
55  )
56#
57################################################################################
58#
59attributeTypes: (
60  1.3.6.1.4.1.14287.1.1.6
61  NAME 'apacheScriptAlias'
62  DESC 'mod_cfg_ldap: Apache ScriptAlias'
63  SUP name
64  EQUALITY caseIgnoreMatch
65  SUBSTR caseIgnoreSubstringsMatch
66  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
67  SINGLE-VALUE
68  )
69#
70################################################################################
71#
72attributeTypes: (
73  1.3.6.1.4.1.8387.1.1.7
74  NAME 'apacheSuexecUid'
75  DESC 'mod_vhost_ldap: Apache SuexecUid'
76  SUP name
77  EQUALITY caseIgnoreMatch
78  SUBSTR caseIgnoreSubstringsMatch
79  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
80  SINGLE-VALUE
81  )
82#
83################################################################################
84#
85attributeTypes: (
86  1.3.6.1.4.1.8387.1.1.8
87  NAME 'apacheSuexecGid'
88  DESC 'mod_vhost_ldap: Apache SuexecGid'
89  SUP name
90  EQUALITY caseIgnoreMatch
91  SUBSTR caseIgnoreSubstringsMatch
92  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256}
93  SINGLE-VALUE
94  )
95#
96################################################################################
97#
98objectClasses: (
99  1.3.6.1.4.1.8387.1.2.1
100  NAME 'apacheConfig'
101  SUP 'top'
102  MUST ( apacheServerName $ apacheDocumentRoot )
103  MAY ( apacheServerAlias $ apacheServerAdmin $ apacheScriptAlias $ apacheSuexecUid $ apacheSuexecGid )
104  )
105#
106################################################################################
107#
Note: See TracBrowser for help on using the repository browser.