mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
22 lines
587 B
Plaintext
22 lines
587 B
Plaintext
|
|
# Assorted definitions from several sources
|
|
|
|
# This file uses definitions from slapd.std.schema and
|
|
# slapd.pilot.schema
|
|
|
|
# This comes from RFC2247
|
|
|
|
objectclass ( 1.3.6.1.4.1.1466.344 NAME 'dcObject' SUP top AUXILIARY MUST dc )
|
|
|
|
# This comes from RFC2377
|
|
|
|
objectclass ( 1.3.6.1.1.3.1 NAME 'uidObject' SUP top AUXILIARY MUST uid )
|
|
|
|
# Origin of this has not been identified. We had it and Netscape has it
|
|
# too.
|
|
|
|
attribute ( 1.3.6.1.4.1.250.1.60 NAME ( 'timeToLive' 'ttl' )
|
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
|
|
|
objectclass ( 1.3.6.1.4.1.250.3.18 NAME 'cacheObject' SUP top MAY ttl )
|