/[A3C]/data/hreduorg.schema
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /data/hreduorg.schema

Parent Directory Parent Directory | Revision Log Revision Log


Revision 87 - (show annotations)
Tue Apr 29 17:35:04 2008 UTC (15 years, 11 months ago) by dpavlin
File size: 2792 byte(s)
http://www.aaiedu.hr/docs/hreduorg.schema
1 # $OpenLDAP: hreduorg.schema,v 1.20 2005/09/29 09:47:19 Dubravko.Penezic@SRCE.hr Exp $
2 #
3 # aai@EduHr
4 #
5 # Depends upon
6 # core.schema
7 #
8 # 2.16.191.10 = MZOS
9 # .1 = aai@EduHr
10 # .1.20 = attributes
11 # .1.21 = objectclass
12 # .1.23 = syntax
13 #
14 # aai@EduHr shema kojom se definiraju dodatni atributi za pojedinca
15
16 # hrEduOrgUniqueNumber
17 # brojcani identifikator ustanove formata
18 # <naziv_identifikatora>: <vrijednost_identifikatora>
19 attributetype ( 2.16.191.10.1.20.5
20 NAME 'hrEduOrgUniqueNumber'
21 DESC 'Visestruka vrijednost brojcani identifikator ustanove'
22 EQUALITY caseIgnoreMatch
23 SUBSTR caseIgnoreSubstringsMatch
24 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128})
25
26 # hrEduOrgMobile
27 # broj mobilnog telefona ustanove. Zapisan sukladno normi CCITT E.123.
28 attributetype ( 2.16.191.10.1.20.6
29 NAME 'hrEduOrgMobile'
30 DESC 'Broj mobilnog telefona ustanove'
31 EQUALITY telephoneNumberMatch
32 SUBSTR telephoneNumberSubstringsMatch
33 SYNTAX 1.3.6.1.4.1.1466.115.121.1.50)
34
35 # hrEduOrgMail
36 # Sluzbena e-mail adresa ustanove.
37 attributetype ( 2.16.191.10.1.20.1
38 NAME 'hrEduOrgMail'
39 DESC 'Sluzbena e-mail adresa ustanove'
40 EQUALITY caseIgnoreIA5Match
41 SUBSTR caseIgnoreIA5SubstringsMatch
42 SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256})
43
44 # hrEduOrgType
45 # Tip ustanove prema kategorizaciji MZOS
46 attributetype ( 2.16.191.10.1.20.2
47 NAME 'hrEduOrgType'
48 DESC 'Jednostruka vrijednost prema kategorizaciji MZOS'
49 EQUALITY caseIgnoreMatch
50 SUBSTR caseIgnoreSubstringsMatch
51 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} SINGLE-VALUE)
52
53 # hrEduOrgMember
54 # pripadnost nekoj ustanovi; npr. sveucilistu; vrijednost atributa je
55 # identifikator nadredjene ustanove
56 attributetype ( 2.16.191.10.1.20.7
57 NAME 'hrEduOrgMember'
58 DESC 'Pripadnost nekoj ustanovi'
59 EQUALITY caseIgnoreMatch
60 SUBSTR caseIgnoreSubstringsMatch
61 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128})
62
63 # hrEduOrgURL
64 # URL adresa Web sjedista ustanove.
65 attributetype ( 2.16.191.10.1.20.3
66 NAME 'hrEduOrgURL'
67 DESC 'URL adresa Web sjedista ustanove'
68 EQUALITY caseIgnoreMatch
69 SUBSTR caseIgnoreSubstringsMatch
70 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE)
71
72 # hrEduOrgPolicyURI
73 # URI s oznakom; pokazuje na sluzbenu politiku ustanove.
74 attributetype ( 2.16.191.10.1.20.4
75 NAME 'hrEduOrgPolicyURI'
76 DESC 'URI s oznakom; pokazuje na sluzbenu politiku ustanove'
77 EQUALITY caseExactMatch
78 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256})
79
80 # hrEduOrg
81 # hrEduPerson shema definira dodatne atribute kojima se opisuju pojedinci na ustanovama
82 objectclass ( 2.16.191.10.1.21.1
83 NAME 'hrEduOrg'
84 DESC 'hrEduOrg dodtani atributi za opis organizacije'
85 SUP organization STRUCTURAL
86 MUST (hrEduOrgUniqueNumber $ hrEduOrgMail $ hrEduOrgType $ hrEduOrgURL)
87 MAY (hrEduOrgMobile $ hrEduOrgMember $ hrEduOrgPolicyURI))

  ViewVC Help
Powered by ViewVC 1.1.26