03-rfc3712.ldif revision 6983
2788N/A# CDDL HEADER START
2886N/A#
2788N/A# The contents of this file are subject to the terms of the
2788N/A# Common Development and Distribution License, Version 1.0 only
2788N/A# (the "License"). You may not use this file except in compliance
2788N/A# with the License.
2788N/A#
2788N/A# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
2788N/A# or http://forgerock.org/license/CDDLv1.0.html.
2788N/A# See the License for the specific language governing permissions
2788N/A# and limitations under the License.
2788N/A#
2788N/A# When distributing Covered Code, include this CDDL HEADER in each
2788N/A# file and include the License file at legal-notices/CDDLv1_0.txt.
2788N/A# If applicable, add the following below this CDDL HEADER, with the
2788N/A# fields enclosed by brackets "[]" replaced with your own identifying
2788N/A# information:
2788N/A# Portions Copyright [yyyy] [name of copyright owner]
2788N/A#
2788N/A# CDDL HEADER END
2788N/A#
2788N/A#
2788N/A# Copyright 2006-2010 Sun Microsystems, Inc.
2788N/A#
2788N/A#
5065N/A# This file contains schema definitions from RFC 3712, which defines a
2788N/A# mechanism for storing printer information in the Directory Server.
2788N/Adn: cn=schema
2788N/AobjectClass: top
2788N/AobjectClass: ldapSubentry
2788N/AobjectClass: subschema
2788N/AattributeTypes: ( 1.3.18.0.2.4.1140 NAME 'printer-uri'
2788N/A DESC 'A URI supported by this printer.' EQUALITY caseIgnoreMatch
2788N/A SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
2788N/A SINGLE-VALUE X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1107 NAME 'printer-xri-supported'
2788N/A DESC 'The unordered list of XRI (extended resource identifiers) supported by
2788N/A this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1135 NAME 'printer-name'
2788N/A DESC 'The site-specific administrative name of this printer.'
2788N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE
2788N/A X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1119 NAME 'printer-natural-language-configured'
2788N/A DESC 'The configured natural language in which error and status messages will
2788N/A be generated (by default) by this printer.' EQUALITY caseIgnoreMatch
2788N/A SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127}
2788N/A SINGLE-VALUE X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1136 NAME 'printer-location'
2788N/A DESC 'The physical location of this printer.' EQUALITY caseIgnoreMatch
2788N/A SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127}
2788N/A SINGLE-VALUE X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1139 NAME 'printer-info'
2788N/A DESC 'Descriptive information about this printer.' EQUALITY caseIgnoreMatch
2788N/A SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127}
2788N/A SINGLE-VALUE X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1134 NAME 'printer-more-info'
2788N/A DESC 'A URI for more information about this specific printer.'
2788N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1138 NAME 'printer-make-and-model'
2788N/A DESC 'Make and model of this printer.' EQUALITY caseIgnoreMatch
2788N/A SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127}
2788N/A SINGLE-VALUE X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1133 NAME 'printer-ipp-versions-supported'
2788N/A DESC 'IPP protocol version(s) that this printer supports.'
2788N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1132
2788N/A NAME 'printer-multiple-document-jobs-supported'
2788N/A DESC 'Indicates whether or not this printer supports more than one document
2788N/A per job.' EQUALITY booleanMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
2788N/A SINGLE-VALUE X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1109 NAME 'printer-charset-configured'
2788N/A DESC 'The configured charset in which error and status messages will be
3194N/A generated (by default) by this printer.' EQUALITY caseIgnoreMatch
3194N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{63} SINGLE-VALUE X-ORIGIN 'RFC 3712' )
3194N/AattributeTypes: ( 1.3.18.0.2.4.1131 NAME 'printer-charset-supported'
3194N/A DESC 'Set of charsets supported for the attribute values of syntax
3194N/A DirectoryString for this directory entry.' EQUALITY caseIgnoreMatch
3194N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{63} X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1137
2788N/A NAME 'printer-generated-natural-language-supported'
2788N/A DESC 'Natural language(s) supported for this directory entry.'
2788N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{63} X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1130 NAME 'printer-document-format-supported'
2788N/A DESC 'The possible source document formats which may be interpreted and
2788N/A printed by this printer.' EQUALITY caseIgnoreMatch
2788N/A SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127}
2788N/A X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1129 NAME 'printer-color-supported'
2788N/A DESC 'Indicates whether this printer is capable of any type of color printing
2788N/A at all, including highlight color.' EQUALITY booleanMatch
3194N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE X-ORIGIN 'RFC 3712' )
3194N/AattributeTypes: ( 1.3.18.0.2.4.1128 NAME 'printer-compression-supported'
2788N/A DESC 'Compression algorithms supported by this printer.'
2788N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
3194N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{255} X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1127 NAME 'printer-pages-per-minute'
2788N/A DESC 'The nominal number of pages per minute which may be output by this
2788N/A printer.' EQUALITY integerMatch ORDERING integerOrderingMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1126 NAME 'printer-pages-per-minute-color'
2788N/A DESC 'The nominal number of color pages per minute which may be output by
2788N/A this printer.' EQUALITY integerMatch ORDERING integerOrderingMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1125 NAME 'printer-finishings-supported'
2788N/A DESC 'The possible finishing operations supported by this printer.'
2788N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{255} X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1124 NAME 'printer-number-up-supported'
2788N/A DESC 'The possible numbers of print-stream pages to impose upon a single side
2788N/A of an instance of a selected medium.' EQUALITY integerMatch
2788N/A ORDERING integerOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
2788N/A X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1123 NAME 'printer-sides-supported'
2788N/A DESC 'The number of impression sides (one or two) and the two-sided
2788N/A impression rotations supported by this printer.' EQUALITY caseIgnoreMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1122 NAME 'printer-media-supported'
2788N/A DESC 'The standard names/types/sizes (and optional color suffixes) of the
2788N/A media supported by this printer.' EQUALITY caseIgnoreMatch
2788N/A SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{255}
2788N/A X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1117 NAME 'printer-media-local-supported'
2788N/A DESC 'Site-specific names of media supported by this printer.'
2788N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{255} X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1121 NAME 'printer-resolution-supported'
2788N/A DESC 'List of resolutions supported for printing documents by this printer.'
2788N/A EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{255} X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1120 NAME 'printer-print-quality-supported'
2788N/A DESC 'List of print qualities supported for printing documents on this
2788N/A printer.' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127}
2788N/A X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1110 NAME 'printer-job-priority-supported'
2788N/A DESC 'Indicates the number of job priority levels supported by this printer.'
2788N/A EQUALITY integerMatch ORDERING integerOrderingMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1118 NAME 'printer-copies-supported'
2788N/A DESC 'The maximum number of copies of a document that may be printed as a
2788N/A single job on this printer.' EQUALITY integerMatch
2788N/A ORDERING integerOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
2788N/A SINGLE-VALUE X-ORIGIN 'RFC 3712' )
3194N/AattributeTypes: ( 1.3.18.0.2.4.1111 NAME 'printer-job-k-octets-supported'
3194N/A DESC 'The maximum size in kilobytes (1,024 octets actually) incoming print
3194N/A job that this printer will accept.' EQUALITY integerMatch
3194N/A ORDERING integerOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
3194N/A SINGLE-VALUE X-ORIGIN 'RFC 3712' )
3194N/AattributeTypes: ( 1.3.18.0.2.4.1112 NAME 'printer-current-operator'
2788N/A DESC 'The identity of the current human operator responsible for operating
2788N/A this printer.' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} SINGLE-VALUE X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1113 NAME 'printer-service-person'
2788N/A DESC 'The identity of the current human service person responsible for
2788N/A servicing this printer.' EQUALITY caseIgnoreMatch
2788N/A SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127}
2788N/A SINGLE-VALUE X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1114
2788N/A NAME 'printer-delivery-orientation-supported'
2788N/A DESC 'The possible delivery orientations of pages as they are printed and
2788N/A ejected from this printer.' EQUALITY caseIgnoreMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1115 NAME 'printer-stacking-order-supported'
3194N/A DESC 'The possible stacking order of pages as they are printed and ejected
3194N/A from this printer.' EQUALITY caseIgnoreMatch
2788N/A SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1116 NAME 'printer-output-features-supported'
3194N/A DESC 'The possible output features supported by this printer.'
2788N/A EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127}
2788N/A X-ORIGIN 'RFC 3712' )
2788N/AattributeTypes: ( 1.3.18.0.2.4.1108 NAME 'printer-aliases'
2788N/A DESC 'List of site-specific administrative names of this printer in addition
2788N/A to the value specified for printer-name.' EQUALITY caseIgnoreMatch
2788N/A SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127}
2788N/A X-ORIGIN 'RFC 3712' )
2788N/AobjectClasses: ( 1.3.18.0.2.6.254 NAME 'slpServicePrinter'
2788N/A DESC 'Service Location Protocol (SLP) information.' SUP slpService AUXILIARY
2788N/A X-ORIGIN 'RFC 3712' )
2788N/AobjectClasses: ( 1.3.18.0.2.6.258 NAME 'printerAbstract'
2788N/A DESC 'Printer related information.' SUP top ABSTRACT
2788N/A MAY ( printer-name $ printer-natural-language-configured $
2788N/A printer-location $ printer-info $ printer-more-info $
2788N/A printer-make-and-model $ printer-multiple-document-jobs-supported $
2788N/A printer-charset-configured $ printer-charset-supported $
2788N/A printer-generated-natural-language-supported $
2788N/A printer-document-format-supported $ printer-color-supported $
2788N/A printer-compression-supported $ printer-pages-per-minute $
2788N/A printer-pages-per-minute-color $ printer-finishings-supported $
2788N/A printer-number-up-supported $ printer-sides-supported $
2788N/A printer-media-supported $ printer-media-local-supported $
2788N/A printer-resolution-supported $ printer-print-quality-supported $
2788N/A printer-job-priority-supported $ printer-copies-supported $
2788N/A printer-job-k-octets-supported $ printer-current-operator $
2788N/A printer-service-person $ printer-delivery-orientation-supported $
2788N/A printer-stacking-order-supported $ printer-output-features-supported )
2788N/A X-ORIGIN 'RFC 3712' )
2788N/AobjectClasses: ( 1.3.18.0.2.6.255 NAME 'printerService'
2788N/A DESC 'Printer information.' SUP printerAbstract STRUCTURAL
2788N/A MAY ( printer-uri $ printer-xri-supported ) X-ORIGIN 'RFC 3712' )
2788N/AobjectClasses: ( 1.3.18.0.2.6.257 NAME 'printerServiceAuxClass'
2788N/A DESC 'Printer information.' SUP printerAbstract AUXILIARY
2788N/A MAY ( printer-uri $ printer-xri-supported ) X-ORIGIN 'RFC 3712' )
2788N/AobjectClasses: ( 1.3.18.0.2.6.256 NAME 'printerIPP'
2788N/A DESC 'Internet Printing Protocol (IPP) information.' SUP top AUXILIARY
2788N/A MAY ( printer-ipp-versions-supported $
2788N/A printer-multiple-document-jobs-supported ) X-ORIGIN 'RFC 3712' )
2788N/AobjectClasses: ( 1.3.18.0.2.6.253 NAME 'printerLPR' DESC 'LPR information.'
2788N/A SUP top AUXILIARY MUST ( printer-name ) MAY ( printer-aliases )
2788N/A X-ORIGIN 'RFC 3712' )
2788N/A
2788N/A