File: mod_vhost_ldap.schema

package info (click to toggle)
fusiondirectory 1.0.8.2-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 28,984 kB
  • sloc: php: 74,645; xml: 3,645; perl: 1,555; pascal: 705; sh: 135; sql: 45; makefile: 19
file content (68 lines) | stat: -rw-r--r-- 2,101 bytes parent folder | download | duplicates (12)
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
##
## OIDs are owned by Globe Internet
##
## 1.3.6.1.4.1.14287.1.x   - mod_vhost_ldap
## 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: 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: 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: 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: 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}
        SINGLE-VALUE )

attributetype ( 1.3.6.1.4.1.8387.1.1.7 NAME 'apacheSuexecUid'
	SUP name
	DESC 'mod_vhost_ldap: 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: Apache SuexecGid'
	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'
	MUST ( apacheServerName $ apacheDocumentRoot )
        MAY ( apacheServerAlias $ apacheServerAdmin $ apacheScriptAlias $
                apacheSuexecUid $ apacheSuexecGid ) )