]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/misc.schema
Initial version
[openldap] / servers / slapd / schema / misc.schema
1
2 # Assorted definitions from several sources
3
4 # This file uses definitions from slapd.std.schema and
5 # slapd.pilot.schema
6
7 # This comes from RFC2247
8
9 objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc )
10
11 # This comes from RFC2377
12
13 objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid )
14
15 # Origin of this has not been identified.  We had it and Netscape has it
16 # too.
17
18 attribute ( 1.3.6.1.4.1.250.1.60 NAME ( 'timeToLive' 'ttl' )
19         SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
20
21 objectclass ( 1.3.6.1.4.1.250.3.18 NAME 'cacheObject' SUP top MAY ttl )