| 1234567891011121314151617181920212223242526272829 |
- #
- # BEGIN COPYRIGHT BLOCK
- # Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
- # Copyright (C) 2005 Red Hat, Inc.
- # All rights reserved.
- #
- # License: GPL (version 3 or any later version).
- # See LICENSE for details.
- # END COPYRIGHT BLOCK
- #
- # This is deprecated and will be removed ASAP. Some applications still
- # use the pilotObject objectclass, but nothing else, so the contents
- # of this file have been removed except for that definition. Applications
- # must migrate away from the use of this objectclass.
- # The objectclass also uses the attribute type ditRedirect, which is not
- # used or defined anywhere else.
- # The other attributes are defined in other standard schema like the
- # inetorgperson schema, et. al.
- #
- # Schema from the pilot RFCs, especially RFC 1274, that is no longer
- # recommended by Netscape for use in new deployments. Please be aware
- # that future RFCs that succeed RFC 1274 may deprecate some or all of
- # these attribute types and classes.
- #
- dn: cn=schema
- attributeTypes: ( 0.9.2342.19200300.100.1.54 NAME 'ditRedirect' DESC 'Standard LDAP attribute type' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 1274' )
- attributeTypes: ( 0.9.2342.19200300.100.1.24 NAME 'lastModifiedBy' DESC 'old variant of modifiersName' SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 X-ORIGIN 'RFC 1274' )
- attributeTypes: ( 0.9.2342.19200300.100.1.23 NAME 'lastModifiedTime' DESC 'old variant of modifyTimestamp' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 1274' )
- objectClasses: ( 0.9.2342.19200300.100.4.3 NAME 'pilotObject' DESC 'Standard LDAP objectclass' SUP top MAY ( audio $ dITRedirect $ info $ jpegPhoto $ lastModifiedBy $ lastModifiedTime $ manager $ photo $ uniqueIdentifier ) X-ORIGIN 'RFC 1274' )
|