RFC 3712 - Lightweight Directory Access Protocol (LDAP): Sch(2)

时间:2006-10-28 来源: 作者: 点击:
constraintsoftheIPP/1.1separateattributes. Definedkeywordsforfieldsinclude: ’uri’(IPP’printer-uri-supported’) ’auth’(IPP’uri-authentication-supported’) ’sec’(IPP’uri-security-supported’)
  
   constraints of the IPP/1.1 separate attributes.

   Defined keywords for fields include:

       ’uri’ (IPP ’printer-uri-supported’)
       ’auth’ (IPP ’uri-authentication-supported’)
       ’sec’ (IPP ’uri-security-supported’)

   A missing ’auth’ field should be interpreted to mean ’none’.  Per
   IPP/1.1 [RFC2911], defined values of the ’auth’ field include:

       ’none’ (no authentication for this URI)
       ’requesting-user-name’ (from operation request)
       ’basic’ (HTTP/1.1 Basic [RFC2617])
       ’digest’ (HTTP/1.1 Basic, [RFC2617])
       ’certificate’ (from certificate)

   A missing ’sec’ field should be interpreted to mean ’none’.  Per
   IPP/1.1 [RFC2911], defined values of the ’sec’ field include:

       ’none’ (no security for this URI)
       ’ssl3’ (Netscape SSL3)
       ’tls’ (IETF TLS/1.0, [RFC2246])

   Each XRI field should be delimited by ’<’.  For example:

       ’uri=ipp://foo.com< auth=digest< sec=tls<’
       ’uri=lpr://bar.com< auth=none< sec=none<’
       ’uri=mailto:printer@foobar.com< auth=none< sec=none<’

   Note:  The syntax and delimiter for this attribute are aligned with
   the equivalent attribute in the ’service:printer:’ v2.0 template
   [SLP-PRT].  Whitespace is permitted after (but not before) the
   delimiter ’<’.  Note that this delimiter differs from printer-
   resolution-supported.

   Note:  See Sections 1.1, 1.2, and 1.3 for rationale for design
   choices.

4.3.  printer-name

   ( 1.3.18.0.2.4.1135
   NAME ’printer-name’
   DESC ’The site-specific administrative name of this printer.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}
   SINGLE-VALUE
   )

   Values of this attribute should be specified in the language
   specified in printer-natural-language-configured (for example, to
   support text-to-speech conversions), although the printer’s name may
   be specified in any language.  This name may be the last part of the
   printer’s URI or it may be completely unrelated.  This name may
   contain characters that are not allowed in a conventional URI (see
   [RFC2396]).

4.4.  printer-natural-language-configured

   ( 1.3.18.0.2.4.1119
   NAME ’printer-natural-language-configured’
   DESC ’The configured natural language in which error and status
         messages will be generated (by default) by this printer.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}
   SINGLE-VALUE
   )

   Also, a possible natural language for printer string attributes set
   by operator, system administrator, or manufacturer.  Also, the
   (declared) natural language of the printer-name, printer-location,
   printer-info, and printer-make-and-model attributes of this printer.

   Values of language tags should conform to "Tags for the
   Identification of Languages" [RFC3066].  For example:

       ’en-us’ (English as spoken in the US)
       ’fr-fr’ (French as spoken in France)

   For consistency with IPP/1.1 [RFC2911], language tags in this
   attribute should be lowercase normalized.

4.5.  printer-location

   ( 1.3.18.0.2.4.1136
   NAME ’printer-location’
   DESC ’The physical location of this printer.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}
   SINGLE-VALUE
   )

   For example:

       ’Room 123A’
       ’Second floor of building XYZ’

4.6.  printer-info

   ( 1.3.18.0.2.4.1139
   NAME ’printer-info’
   DESC ’Descriptive information about this printer.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}
   SINGLE-VALUE
   )

   For example:

      ’This printer can be used for printing color transparencies for
       HR presentations’
      ’Out of courtesy for others, please print only small (1-5 page)
       jobs at this printer’
      ’This printer is going away on July 1, 1997, please find a new
       printer’

4.7.  printer-more-info

   ( 1.3.18.0.2.4.1134
   NAME ’printer-more-info’
   DESC ’A URI for more information about this specific printer.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15
   SINGLE-VALUE
   )

   For example, this could be an HTTP type URI referencing an HTML page
   accessible to a Web Browser.  The information obtained from this URI
   is intended for end user consumption.

   Values of URI should conform to [RFC2396], although URI schemes may
   be defined which do not conform to [RFC2396] (see [RFC2717] and
   [RFC2718]).

   Note:  LDAP application clients should not attempt to use malformed
   URI values read from this attribute.  LDAP administrative clients
   should not write malformed URI values into this attribute.

   Note:  See Sections 1.1, 1.2, and 1.3 for rationale for design
   choices.

4.8.  printer-make-and-model

   ( 1.3.18.0.2.4.1138
   NAME ’printer-make-and-model’
   DESC ’Make and model of this printer.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}
   SINGLE-VALUE
   )

   Note:  The printer manufacturer may initially populate this
   attribute.

4.9.  printer-ipp-versions-supported

   ( 1.3.18.0.2.4.1133
   NAME ’printer-ipp-versions-supported’
   DESC ’IPP protocol version(s) that this printer supports.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}
   )

   The IPP protocol version(s) should include major and minor versions,
   i.e., the exact version numbers for which this Printer implementation
   meets the IPP version-specific conformance requirements.

4.10.  printer-multiple-document-jobs-supported

   ( 1.3.18.0.2.4.1132
   NAME ’printer-multiple-document-jobs-supported’
   DESC ’Indicates whether or not this printer supports more than one
         document per job.’
   EQUALITY booleanMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.7
   SINGLE-VALUE
   )

4.11.  printer-charset-configured

   ( 1.3.18.0.2.4.1109
   NAME ’printer-charset-configured’
   DESC ’The configured charset in which error and status messages will
         be generated (by default) by this printer.’
   EQUALITY caseIgnoreMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{63}
   SINGLE-VALUE
   )

   Also, a possible charset for printer string attributes set by
   operator, system administrator, or manufacturer.  For example:

       ’utf-8’ (ISO 10646/Unicode in UTF-8 transform [RFC2279])
       ’iso-8859-1’ (Latin1)

   Values of charset tags should be defined in the IANA Registry of
   Coded Character Sets [IANA-CHAR] (see also [RFC2978]) and the
   ’(preferred MIME name)’ should be used as the charset tag in this
   attribute.

   For consistency with IPP/1.1 [RFC2911], charset tags in this
   attribute should be lowercase normalized.

4.12.  printer-charset-supported

   ( 1.3.18.0.2.4.1131
   NAME ’printer-charset-supported’
   DESC ’Set of charsets supported for the attribute values of syntax
         DirectoryString for this directory entry.’
   EQUALITY caseIgnoreMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{63}
   )

   For example:

       ’utf-8’ (ISO 10646/Unicode in UTF-8 transform [RFC2279])
       ’iso-8859-1’ (Latin1)

   Values of charset tags should be defined in the IANA Registry of
   Coded Character Sets [IANA-CHAR] (see also [RFC2978]) and the
   ’(preferred MIME name)’ should be used as the charset tag in this
   attribute.

   For consistency with IPP/1.1 [RFC2911], charset tags in this
   attribute should be lowercase normalized.

4.13.  printer-generated-natural-language-supported

   ( 1.3.18.0.2.4.1137
   NAME ’printer-generated-natural-language-supported’
   DESC ’Natural language(s) supported for this directory entry.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{63}
   )

   Values of language tags should conform to "Tags for the
   Identification of Languages" [RFC3066].  For example:

       ’en-us’ (English as spoken in the US)
       ’fr-fr’ (French as spoken in France)

   For consistency with IPP/1.1 [RFC2911], language tags in this
   attribute should be lowercase normalized.

4.14.  printer-document-format-supported

   ( 1.3.18.0.2.4.1130
   NAME ’printer-document-format-supported’
   DESC ’The possible source document formats which may be interpreted
         and printed by this printer.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}
   )

   Values of document formats should be MIME media types defined in the
   IANA Registry of MIME Media Types [IANA-MIME] (see also [RFC2048]).

4.15.  printer-color-supported

   ( 1.3.18.0.2.4.1129
   NAME ’printer-color-supported’
   DESC ’Indicates whether this printer is capable of any type of color
         printing at all, including highlight color.’
   EQUALITY booleanMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.7
   SINGLE-VALUE
   )

4.16.  printer-compression-supported

   ( 1.3.18.0.2.4.1128
   NAME ’printer-compression-supported’
   DESC ’Compression algorithms supported by this printer.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255}
   )

   Values defined in IPP/1.1 [RFC2911] include:

       ’none’ (no compression is used)
       ’deflate’ (public domain ZIP described in [RFC1951])
       ’gzip’ (GNU ZIP described in [RFC1952])
       ’compress’ (UNIX compression described in [RFC1977])

4.17.  printer-pages-per-minute

   ( 1.3.18.0.2.4.1127
   NAME ’printer-pages-per-minute’
   DESC ’The nominal number of pages per minute which may be output by
         this printer.’
   EQUALITY integerMatch
   ORDERING integerOrderingMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.27
   SINGLE-VALUE
   )

   This attribute is informative, not a service guarantee.  Typically,
   it is the value used in marketing literature to describe this
   printer.  For example, the value for a simplex or black-and-white
   print mode.

4.18.  printer-pages-per-minute-color

   ( 1.3.18.0.2.4.1126
   NAME ’printer-pages-per-minute-color’
   DESC ’The nominal number of color pages per minute which may be
         output by this printer.’
   EQUALITY integerMatch
   ORDERING integerOrderingMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.27
   SINGLE-VALUE
   )

   This attribute is informative, not a service guarantee.  Typically,
   it is the value used in marketing literature to describe this
   printer.

4.19.  printer-finishings-supported

   ( 1.3.18.0.2.4.1125
   NAME ’printer-finishings-supported’
   DESC ’The possible finishing operations supported by this printer.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255}
   )

   Values defined in IPP/1.1 [RFC2911] include:  ’none’, ’staple’,
   ’punch’, ’cover’, ’bind’, ’saddle-stitch’, ’edge-stitch’,
   ’staple-top-left’, ’staple-bottom-left’, ’staple-top-right’,
   ’staple-bottom-right’, ’edge-stitch-left’, ’edge-stitch-top’,
   ’edge-stitch-right’, ’edge-stitch-bottom’, ’staple-dual-left’,
   ’staple-dual-top’, ’staple-dual-right’, ’staple-dual-bottom’.

   Note:  Implementations may support other values.

4.20.  printer-number-up-supported

   ( 1.3.18.0.2.4.1124
   NAME ’printer-number-up-supported’
   DESC ’The possible numbers of print-stream pages to impose upon a
         single side of an instance of a selected medium.’
   EQUALITY integerMatch
   ORDERING integerOrderingMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.27
   )

   Values defined in IPP/1.1 [RFC2911] include: ’1’, ’2’, and ’4’.

   Note:  Implementations may support other values.

4.21.  printer-sides-supported

   ( 1.3.18.0.2.4.1123
   NAME ’printer-sides-supported’
   DESC ’The number of impression sides (one or two) and the two-sided
         impression rotations supported by this printer.’
   EQUALITY caseIgnoreMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}
   )

   Values defined in IPP/1.1 [RFC2911] include:  ’one-sided’, ’two-
   sided-long-edge’, ’two-sided-short-edge’.’

4.22.  printer-media-supported

   ( 1.3.18.0.2.4.1122
   NAME ’printer-media-supported’
   DESC ’The standard names/types/sizes (and optional color suffixes) of
         the media supported by this printer.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255}
   )

   Values are defined in IPP/1.1 [RFC2911] or any IANA registered
   extensions.  For example:

       ’iso-a4’
       ’envelope’
       ’na-letter-white’

4.23.  printer-media-local-supported

   ( 1.3.18.0.2.4.1117
   NAME ’printer-media-local-supported’
   DESC ’Site-specific names of media supported by this printer.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255}
   )

   Values should be in the natural language specified by printer-
   natural-language-configured.

   For example:

       ’purchasing-form’ (site-specific name)

   as opposed to ’na-letter’ (standard keyword from IPP/1.1 [RFC2911])
   in the printer-media-supported attribute.

4.24.  printer-resolution-supported

   ( 1.3.18.0.2.4.1121
   NAME ’printer-resolution-supported’
   DESC ’List of resolutions supported for printing documents by this
         printer.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255}
   )

   Each resolution value should be a string containing 3 fields:
   1)  Cross feed direction resolution (positive integer);
   2)  Feed direction resolution (positive integer);
   3)  Unit - ’dpi’ (dots per inch) or ’dpcm’ (dots per centimeter).

   Each resolution field should be delimited by ’>’.  For example:

       ’300> 300> dpi>’
       ’600> 600> dpi>’

   Note:  This attribute is based on ’printer-resolution-supported’
   defined in IPP/1.1 [RFC2911] (which has a binary complex encoding)
   derived from ’prtMarkerAddressabilityFeedDir’,
   ’prtMarkerAddressabilityXFeedDir’, and ’prtMarkerAddressabilityUnit’
   defined in the Printer MIB [RFC1759] (which have integer encodings).

   Note:  The syntax and delimiter for this attribute are aligned with
   the equivalent attribute in the ’service:printer:’ v2.0 template
   [SLP-PRT].  Whitespace is permitted after (but not before) the
   delimiter ’>’.  Note that this delimiter differs from printer-xri-
   supported.

4.25.  printer-print-quality-supported

   ( 1.3.18.0.2.4.1120
   NAME ’printer-print-quality-supported’
   DESC ’List of print qualities supported for printing documents on
         this printer.’
   EQUALITY caseIgnoreMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}
   )

   Values defined in IPP/1.1 [RFC2911] include:

       ’unknown’
       ’draft’
       ’normal’
       ’high’

4.26.  printer-job-priority-supported

   ( 1.3.18.0.2.4.1110
   NAME ’printer-job-priority-supported’
   DESC ’Indicates the number of job priority levels supported by this
         printer.’
   EQUALITY integerMatch
   ORDERING integerOrderingMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.27
   SINGLE-VALUE
   )

   An IPP/1.1 [RFC2911] conformant Printer, which supports job priority,
   always supports a full range of priorities from ’1’ to ’100’ (to
   ensure consistent behavior), therefore this attribute describes the
   ’granularity’ of priority supported.  Values of this attribute are
   from ’1’ to ’100’.

4.27.  printer-copies-supported

   ( 1.3.18.0.2.4.1118
   NAME ’printer-copies-supported’
   DESC ’The maximum number of copies of a document that may be printed
         as a single job on this printer.’
   EQUALITY integerMatch
   ORDERING integerOrderingMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.27
   SINGLE-VALUE
   )

   A positive value indicates the maximum supported copies.  A value of
   ’0’ indicates no maximum limit.  A value of ’-1’ indicates ’unknown’.

   Note:  The syntax and values for this attribute are aligned with the
   equivalent attribute in the ’service:printer:’ v2.0 template [SLP-
   PRT].

4.28.  printer-job-k-octets-supported

   ( 1.3.18.0.2.4.1111
   NAME ’printer-job-k-octets-supported’
   DESC ’The maximum size in kilobytes (1,024 octets actually) incoming
         print job that this printer will accept.’
   EQUALITY integerMatch
   ORDERING integerOrderingMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.27
   SINGLE-VALUE
   )

   A positive value indicates the maximum supported job size.  A value
   of ’0’ indicates no maximum limit.  A value of ’-1’ indicates
   ’unknown’.

   Note:  The syntax and values for this attribute are aligned with the
   equivalent attribute in the ’service:printer:’ v2.0 template [SLP-
   PRT].

4.29.  printer-current-operator

   ( 1.3.18.0.2.4.1112
   NAME ’printer-current-operator’
   DESC ’The identity of the current human operator responsible for
         operating this printer.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}
   SINGLE-VALUE
   )

   The value of this attribute should include information that would
   enable other humans to reach the operator, such as a telephone
   number.

4.30.  printer-service-person

   ( 1.3.18.0.2.4.1113
   NAME ’printer-service-person’
   DESC ’The identity of the current human service person responsible
         for servicing this printer.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}
   SINGLE-VALUE
   )

   The value of this attribute should include information that would
   enable other humans to reach the service person, such as a telephone
   number.

4.31.  printer-delivery-orientation-supported

   ( 1.3.18.0.2.4.1114
   NAME ’printer-delivery-orientation-supported’
   DESC ’The possible delivery orientations of pages as they are printed
         and ejected from this printer.’
   EQUALITY caseIgnoreMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}
   )

   Values defined include:

       ’unknown’
       ’face-up’
       ’face-down’

   Note:  The syntax and values for this attribute are aligned with the
   equivalent attribute in the ’service:printer:’ v2.0 template [SLP-
   PRT].

4.32.  printer-stacking-order-supported

   ( 1.3.18.0.2.4.1115
   NAME ’printer-stacking-order-supported’
   DESC ’The possible stacking order of pages as they are printed and
         ejected from this printer.’
   EQUALITY caseIgnoreMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}
   )

   Values defined include:

       ’unknown’
       ’first-to-last’
       ’last-to-first’

   Note:  The syntax and values for this attribute are aligned with the
   equivalent attribute in the ’service:printer:’ v2.0 template [SLP-
   PRT].

4.33.  printer-output-features-supported

   ( 1.3.18.0.2.4.1116
   NAME ’printer-output-features-supported’
   DESC ’The possible output features supported by this printer.’
   EQUALITY caseIgnoreMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}
   )

   Values defined include:

       ’unknown’
       ’bursting’
       ’decollating’
       ’page-collating’
       ’offset-stacking’

   Note:  The syntax and values for this attribute are aligned with the
   equivalent attribute in the ’service:printer:’ v2.0 template [SLP-
   PRT].

   Note:  Implementations may support other values.

4.34.  printer-aliases

   ( 1.3.18.0.2.4.1108
   NAME ’printer-aliases’
   DESC ’List of site-specific administrative names of this printer in
         addition to the value specified for printer-name.’
   EQUALITY caseIgnoreMatch
   SUBSTR caseIgnoreSubstringsMatch
   SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}
   )

   Values of this attribute should be specified in the language
   specified in printer-natural-language-configured (for example, to
   support text-to-speech conversions), although the printer’s alias may
   be specified in any language.

5.  Definition of Syntaxes

   No new attribute syntaxes are defined by this document.

   The attribute types defined in Section 4 of this document reference
   syntax OIDs defined in Section 6 of [RFC2252], which are summarized
   below:

   Syntax OID                      Syntax Description
   ------------------------------  ------------------
   1.3.6.1.4.1.1466.115.121.1.7    Boolean
   1.3.6.1.4.1.1466.115.121.1.15   DirectoryString (UTF-8 [RFC2279])
   1.3.6.1.4.1.1466.115.121.1.27   Integer

6.  Definition of Matching Rules

   No new matching rules are defined by this document.

   The attribute types defined in Section 4 of this document reference
   matching rules defined in Section 8 of [RFC2252] and/or Section 2 of
   [RFC3698], which are summarized below:

   Matching Rule OID               Matching Rule Name          Usage
   ------------------------------  ------------------          -----
   2.5.13.13                       booleanMatch                EQUALITY
   2.5.13.2                        caseIgnoreMatch             EQUALITY
   2.5.13.14                       integerMatch                EQUALITY
   2.5.13.15                       integerOrderingMatch        ORDERING
   2.5.13.4                        caseIgnoreSubstringsMatch   SUBSTR

7.  IANA Considerations

   This document does not define any new syntaxes or matching rules.

   This document does define the following Object Identifier
   Descriptors.  They have been registered by the IANA:

7.1.  Registration of Object Classes

   Subject:  Request for LDAP Descriptor Registration

   Descriptor (short name):  see table below

   Object Identifier:  see table below

   Person & email address to contact for further information:  see below

   Usage:  object class

   Specification:  RFC3712

   Author/Change Controller:

       Pat Fleming
       IBM
       Highway 52 N
       Rochester, MN 55901
       USA
       Phone: +1 507-253-7583
       EMail: flemingp@us.ibm.com

   Comments:

   Object Class                                    OID
   ------------------------------------            ---------------------
   slpServicePrinter                               1.3.18.0.2.6.254
   printerAbstract                                 1.3.18.0.2.6.258
   printerService                                  1.3.18.0.2.6.255
   printerServiceAuxClass                          1.3.18.0.2.6.257
   printerIPP                                      1.3.18.0.2.6.256
   printerLPR                                      1.3.18.0.2.6.253

7.2.  Registration of Attribute Types

   Subject:  Request for LDAP Descriptor Registration

   Descriptor (short name):  see table below

   Object Identifier:  see table below

   Person & email address to contact for further information:  see below

   Usage:  attribute type

   Specification:  RFC3712

   Author/Change Controller:

       Pat Fleming
       IBM
       Highway 52 N
       Rochester, MN 55901
       USA
       Phone: +1 507-253-7583
       EMail: flemingp@us.ibm.com

   Comments:

   Attribute Type                                  OID
   ------------------------------------            ---------------------
   printer-uri                                     1.3.18.0.2.4.1140
   printer-xri-supported                           1.3.18.0.2.4.1107
   printer-name                                    1.3.18.0.2.4.1135
   printer-natural-language-configured             1.3.18.0.2.4.1119
   printer-location                                1.3.18.0.2.4.1136
   printer-info                                    1.3.18.0.2.4.1139
   printer-more-info                               1.3.18.0.2.4.1134
   printer-make-and-model                          1.3.18.0.2.4.1138
   printer-ipp-versions-supported                  1.3.18.0.2.4.1133
   printer-multiple-document-jobs-supported        1.3.18.0.2.4.1132
   printer-charset-configured                      1.3.18.0.2.4.1109
   printer-charset-supported                       1.3.18.0.2.4.1131
   printer-generated-natural-language-supported    1.3.18.0.2.4.1137
   printer-document-format-supported               1.3.18.0.2.4.1130
------分隔线----------------------------
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------
最新评论 查看所有评论
发表评论 查看所有评论
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
评价:
表情:
用户名: 密码: 验证码:
推荐内容