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