]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/others_nis.oc.conf
Add OpenLDAP RCSid
[openldap] / servers / slapd / schema / others_nis.oc.conf
1 # $OpenLDAP$
2 #
3 # By:           Juan C. Gomez
4 # Date:         05/04/1999
5 # Source:       RFC-2307
6 # ------------------------------------------------------------
7 # Object class definitions for using LDAP as a back-end for Network
8 # Information Services (NIS) with an OpenLDAP server. 
9 # This file holds the definitions of those attributes used in 
10 # RFC-2307, which are defined in other RFCs or X500 standards. 
11 # You may not need to include this file if you already have these 
12 # definitions in your default configuration files (i.e. 
13 # slapd.oc.conf).
14 #
15
16
17
18
19 #
20 # ----------------------FORMAL DESCRIPTION--------------------
21 #
22 # RFC-2256      ( 2.5.6.0 NAME 'top' ABSTRACT MUST objectClass )
23 # RFC-1274      top OBJECT-CLASS
24 #               MUST CONTAIN {
25 #               objectClass}
26 #               ::= {objectClass 0}
27 #
28 #
29 # RFC-2256      ( 2.5.6.4 NAME 'organization' SUP top STRUCTURAL MUST o
30 #               MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $
31 #               x121Address $ registeredAddress $ destinationIndicator $
32 #               preferredDeliveryMethod $ telexNumber $ 
33 #               teletexTerminalIdentifier $ telephoneNumber $
34 #               internationaliSDNNumber $ facsimileTelephoneNumber $
35 #               street $ postOfficeBox $ postalCode $ postalAddress $
36 #               physicalDeliveryOfficeName $ st $ l $ description ) )
37 # RFC-1274      organization OBJECT-CLASS
38 #               SUBCLASS OF top
39 #               MUST CONTAIN {
40 #               organizationName}
41 #               MAY CONTAIN {
42 #               organizationalAttributeSet}
43 #               ::= {objectClass 4}
44 #  
45 #
46 # RFC-1274      account OBJECT-CLASS
47 #               SUBCLASS OF top
48 #               MUST CONTAIN {
49 #               userid}
50 #               MAY CONTAIN {
51 #               description,
52 #               seeAlso,
53 #               localityName,
54 #               organizationName,
55 #               organizationalUnitName,
56 #               host}
57 #               ::= {pilotObjectClass 5}
58 #
59 #
60 # RFC-2256      ( 2.5.6.14 NAME 'device' SUP top STRUCTURAL MUST cn
61 #                MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $
62 #                description ) )
63 # RFC-1274      device OBJECT-CLASS
64 #               SUBCLASS OF top
65 #               MUST CONTAIN {
66 #               commonName}
67 #               MAY CONTAIN {
68 #               description,
69 #               localityName,
70 #               organizationName,
71 #               organizationalUnitName,
72 #               owner,
73 #               seeAlso,
74 #               serialNumber}
75 #               ::= {objectClass 14}
76 #
77 # ----------------------END FORMAL DESCRIPTION-------------
78 #
79
80
81
82
83 objectclass     top
84         requires
85                 objectClass
86
87 objectclass     organization
88         requires
89                 objectClass,
90                 o
91         allows
92                 userPassword,
93                 searchGuide,
94                 seeAlso,
95                 businessCategory,
96                 x121Address,
97                 registeredAddress,
98                 destinationIndicator,
99                 preferredDeliveryMethod,
100                 telexNumber,
101                 teletexTerminalIdentifier,
102                 telephoneNumber,
103                 internationaliSDNNumber,
104                 facsimileTelephoneNumber,
105                 street,
106                 postOfficeBox,
107                 postalCode,
108                 postalAddress,
109                 physicalDeliveryOfficeName,
110                 st,
111                 l,
112                 description
113
114 objectclass     account
115         requires
116                 objectClass,
117                 uid
118         allows
119                 description,
120                 seeAlso,
121                 l,
122                 o,
123                 ou,
124                 host
125
126 objectclass     device
127         requires
128                 objectClass,
129                 cn      
130         allows
131                 description,
132                 l,
133                 o,
134                 ou,
135                 owner,
136                 seeAlso,
137                 serialNumber