File: eduorg-200210-openldap.schema

package info (click to toggle)
debian-edu-config 1.818%2Bdeb8u2
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 3,300 kB
  • ctags: 322
  • sloc: sh: 6,577; perl: 3,010; makefile: 508; python: 215; php: 2
file content (43 lines) | stat: -rw-r--r-- 1,330 bytes parent folder | download | duplicates (9)
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
#
# eduOrg Objectclass version 1.1 (2002-10-23)
#
# See http://www.educause.edu/eduperson for background and usage
#
#
# "eduOrg" attributes
#
attributetype ( 1.3.6.1.4.1.5923.1.2.1.2 
 NAME 'eduOrgHomePageURI' 
 DESC 'eduOrg per Internet2 and EDUCAUSE' 
 EQUALITY caseExactMatch 
 SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
attributetype ( 1.3.6.1.4.1.5923.1.2.1.3 
 NAME 'eduOrgIdentityAuthNPolicyURI' 
 DESC 'eduOrg per Internet2 and EDUCAUSE' 
 EQUALITY caseExactMatch 
 SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
attributetype ( 1.3.6.1.4.1.5923.1.2.1.4 
 NAME 'eduOrgLegalName' 
 DESC 'eduOrg per Internet2 and EDUCAUSE' 
 EQUALITY caseIgnoreMatch 
 SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
attributetype ( 1.3.6.1.4.1.5923.1.2.1.5 
 NAME 'eduOrgSuperiorURI' 
 DESC 'eduOrg per Internet2 and EDUCAUSE' 
 EQUALITY caseExactMatch 
 SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
attributetype ( 1.3.6.1.4.1.5923.1.2.1.6 
 NAME 'eduOrgWhitePagesURI' 
 DESC 'eduOrg per Internet2 and EDUCAUSE' 
 EQUALITY caseExactMatch 
 SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
#
# eduOrg objectclass definition
#
objectclass ( 1.3.6.1.4.1.5923.1.2.2 
 NAME 'eduOrg' 
 AUXILIARY 
 MAY ( cn $ eduOrgHomePageURI $ 
	eduOrgIdentityAuthNPolicyURI $ eduOrgLegalName $ 
	eduOrgSuperiorURI $ eduOrgWhitePagesURI )
 )