28pilot.ldif 1.7 KB

1234567891011121314151617181920212223242526272829
  1. #
  2. # BEGIN COPYRIGHT BLOCK
  3. # Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  4. # Copyright (C) 2005 Red Hat, Inc.
  5. # All rights reserved.
  6. #
  7. # License: GPL (version 3 or any later version).
  8. # See LICENSE for details.
  9. # END COPYRIGHT BLOCK
  10. #
  11. # This is deprecated and will be removed ASAP. Some applications still
  12. # use the pilotObject objectclass, but nothing else, so the contents
  13. # of this file have been removed except for that definition. Applications
  14. # must migrate away from the use of this objectclass.
  15. # The objectclass also uses the attribute type ditRedirect, which is not
  16. # used or defined anywhere else.
  17. # The other attributes are defined in other standard schema like the
  18. # inetorgperson schema, et. al.
  19. #
  20. # Schema from the pilot RFCs, especially RFC 1274, that is no longer
  21. # recommended by Netscape for use in new deployments. Please be aware
  22. # that future RFCs that succeed RFC 1274 may deprecate some or all of
  23. # these attribute types and classes.
  24. #
  25. dn: cn=schema
  26. 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' )
  27. 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' )
  28. 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' )
  29. 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' )