[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3master/etc/ldap/schema/ -> printer.schema (source)

   1  ##
   2  ## Support for storing printer settings and attributes
   3  ##
   4  
   5  
   6  ##
   7  ## Attributes and objectClasses derive from
   8  ## draft-ietf-ipp-ldap-printer-schema-05.txt
   9  ## See http://www.ietf.org/html.charters/ipp-charter.html
  10  ## for details on the Printer Working Group
  11  ##
  12  ## The I-D includes "ORDERING integerOrderingMatch", but this matching 
  13  ## rule is not support by OpenLDAP 2.0 at this time.  Therefore, it has 
  14  ## been omitted as per Section 4. of the I-D.  The following attributes
  15  ## have been modified in this fashion:
  16  ##    * printer-pages-per-minute
  17  ##    * printer-pages-per-minute-color
  18  ##    * printer-number-up-supported
  19  ##    * printer-job-priority-supported
  20  ##    * printer-copies-supported
  21  ##    * printer-job-k-octets-supported
  22  ## 
  23  
  24  attributetype ( 1.3.18.0.2.4.1140
  25     NAME 'printer-uri'
  26     DESC 'A URI supported by this printer.
  27           This URI SHOULD be used as a relative distinguished name (RDN).
  28           If printer-xri-supported is implemented, then this URI value
  29           MUST be listed in a member value of printer-xri-supported.'
  30     EQUALITY caseIgnoreMatch
  31     ORDERING caseIgnoreOrderingMatch
  32     SUBSTR caseIgnoreSubstringsMatch
  33     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15
  34     SINGLE-VALUE
  35     )
  36  
  37  
  38  attributetype ( 1.3.18.0.2.4.1107
  39     NAME 'printer-xri-supported'
  40     DESC 'The unordered list of XRI (extended resource identifiers)
  41           supported by this printer.  Each member of the list consists of
  42           a URI (uniform resource identifier) followed by optional 
  43           authentication and security metaparameters.'
  44     EQUALITY caseIgnoreMatch
  45     ORDERING caseIgnoreOrderingMatch
  46     SUBSTR caseIgnoreSubstringsMatch
  47     SYNTAX 1.3.6.1.4.1.1466.115.121.1.15   
  48     )
  49  
  50  attributetype ( 1.3.18.0.2.4.1135
  51     NAME 'printer-name'
  52     DESC 'The site-specific administrative name of this printer, more 
  53           end-user friendly than a URI.'
  54     EQUALITY caseIgnoreMatch
  55     ORDERING caseIgnoreOrderingMatch
  56     SUBSTR caseIgnoreSubstringsMatch
  57     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}  
  58     SINGLE-VALUE
  59     )
  60  
  61  attributetype ( 1.3.18.0.2.4.1119
  62     NAME 'printer-natural-language-configured'
  63     DESC 'The configured language in which error and status messages will
  64           be generated (by default) by this printer.  Also, a possible 
  65           language for printer string attributes set by operator, system 
  66           administrator, or manufacturer.  Also, the (declared) language 
  67           of the "printer-name", "printer-location", "printer-info", and
  68           "printer-make-and-model" attributes of this printer. For 
  69           example: "en-us" (US English) or "fr-fr" (French in France) 
  70           Legal values of language tags conform to [RFC3066] "Tags for
  71           the Identification of Languages".'
  72     EQUALITY caseIgnoreMatch
  73     ORDERING caseIgnoreOrderingMatch
  74     SUBSTR caseIgnoreSubstringsMatch
  75     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}  
  76     SINGLE-VALUE
  77     )
  78  
  79  attributetype ( 1.3.18.0.2.4.1136
  80     NAME 'printer-location'
  81     DESC 'Identifies the location of the printer. This could include 
  82           things like: "in Room 123A", "second floor of building XYZ".'
  83     EQUALITY caseIgnoreMatch
  84     ORDERING caseIgnoreOrderingMatch
  85     SUBSTR caseIgnoreSubstringsMatch
  86     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}  
  87     SINGLE-VALUE
  88     )
  89  
  90  attributetype ( 1.3.18.0.2.4.1139
  91     NAME 'printer-info'
  92     DESC 'Identifies the descriptive information about this printer.  
  93           This could include things like: "This printer can be used for 
  94           printing color transparencies for HR presentations", or "Out 
  95           of courtesy for others, please print only small (1-5 page) jobs
  96           at this printer", or even "This printer is going away on July 
  97           1, 1997, please find a new printer".'
  98     EQUALITY caseIgnoreMatch
  99     ORDERING caseIgnoreOrderingMatch
 100     SUBSTR caseIgnoreSubstringsMatch
 101     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}    
 102     SINGLE-VALUE
 103     )
 104  
 105  attributetype ( 1.3.18.0.2.4.1134
 106     NAME 'printer-more-info'
 107     DESC 'A URI used to obtain more information about this specific 
 108           printer.  For example, this could be an HTTP type URI 
 109           referencing an HTML page accessible to a Web Browser.  The 
 110           information obtained from this URI is intended for end user 
 111           consumption.'
 112     EQUALITY caseIgnoreMatch
 113     ORDERING caseIgnoreOrderingMatch
 114     SUBSTR caseIgnoreSubstringsMatch
 115     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15
 116     SINGLE-VALUE
 117     )
 118  
 119  attributetype ( 1.3.18.0.2.4.1138
 120     NAME 'printer-make-and-model'
 121     DESC 'Identifies the make and model of the device.  The device 
 122           manufacturer MAY initially populate this attribute.'
 123     EQUALITY caseIgnoreMatch
 124     ORDERING caseIgnoreOrderingMatch
 125     SUBSTR caseIgnoreSubstringsMatch
 126     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}  
 127     SINGLE-VALUE
 128     )
 129  
 130  attributetype ( 1.3.18.0.2.4.1133
 131     NAME 'printer-ipp-versions-supported'
 132     DESC 'Identifies the IPP protocol version(s) that this printer 
 133           supports, including major and minor versions, i.e., the version
 134           numbers for which this Printer implementation meets the 
 135           conformance requirements.'
 136     EQUALITY caseIgnoreMatch
 137     ORDERING caseIgnoreOrderingMatch
 138     SUBSTR caseIgnoreSubstringsMatch
 139     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}  
 140     )
 141  
 142  attributetype ( 1.3.18.0.2.4.1132
 143     NAME 'printer-multiple-document-jobs-supported'
 144     DESC 'Indicates whether or not the printer supports more than one 
 145           document per job, i.e., more than one Send-Document or 
 146           Send-Data operation with document data.'
 147     EQUALITY booleanMatch
 148     SYNTAX  1.3.6.1.4.1.1466.115.121.1.7  
 149     SINGLE-VALUE
 150     )
 151  
 152  attributetype ( 1.3.18.0.2.4.1109
 153     NAME 'printer-charset-configured'
 154     DESC 'The configured charset in which error and status messages will 
 155           be generated (by default) by this printer.  Also, a possible 
 156           charset for printer string attributes set by operator, system 
 157           administrator, or manufacturer.  For example: "utf-8" (ISO 
 158           10646/Unicode) or "iso-8859-1" (Latin1).  Legal values are 
 159           defined by the IANA Registry of Coded Character Sets and the 
 160           "(preferred MIME name)" SHALL be used as the tag.  For 
 161           coherence with IPP Model, charset tags in this attribute SHALL
 162           be lowercase normalized.  This attribute SHOULD be static (time
 163           of registration) and SHOULD NOT be dynamically refreshed 
 164           (subsequently).'
 165     EQUALITY caseIgnoreMatch
 166     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{63}  
 167     SINGLE-VALUE
 168     )
 169  
 170  attributetype ( 1.3.18.0.2.4.1131
 171     NAME 'printer-charset-supported'
 172     DESC 'Identifies the set of charsets supported for attribute type 
 173           values of type Directory String for this directory entry.  For 
 174           example: "utf-8" (ISO 10646/Unicode) or "iso-8859-1" (Latin1).
 175           Legal values are defined by the IANA Registry of Coded 
 176           Character Sets and the preferred MIME name.'
 177     EQUALITY caseIgnoreMatch
 178     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{63}  
 179     )
 180  
 181  attributetype ( 1.3.18.0.2.4.1137
 182     NAME 'printer-generated-natural-language-supported'
 183     DESC 'Identifies the natural language(s) supported for this directory
 184           entry.  For example: "en-us" (US English) or "fr-fr" (French in
 185           France).  Legal values conform to [RFC3066], Tags for the
 186           Identification of Languages.'
 187     EQUALITY caseIgnoreMatch
 188     ORDERING caseIgnoreOrderingMatch
 189     SUBSTR caseIgnoreSubstringsMatch
 190     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{63}  
 191     )
 192  
 193  attributetype ( 1.3.18.0.2.4.1130
 194     NAME 'printer-document-format-supported'
 195     DESC 'The possible document formats in which data may be interpreted 
 196           and printed by this printer.  Legal values are MIME types come 
 197           from the IANA Registry of Internet Media Types.'
 198     EQUALITY caseIgnoreMatch
 199     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}  
 200     )
 201  
 202  
 203  attributetype ( 1.3.18.0.2.4.1129
 204     NAME 'printer-color-supported'
 205     DESC 'Indicates whether this printer is capable of any type of color 
 206           printing at all, including highlight color.'
 207     EQUALITY booleanMatch
 208     SYNTAX  1.3.6.1.4.1.1466.115.121.1.7  
 209     SINGLE-VALUE
 210     )
 211  
 212  attributetype ( 1.3.18.0.2.4.1128
 213     NAME 'printer-compression-supported'
 214     DESC 'Compression algorithms supported by this printer.  For example:
 215           "deflate, gzip".  Legal values include; "none", "deflate" 
 216           (public domain ZIP), "gzip" (GNU ZIP), "compress" (UNIX).'
 217     EQUALITY caseIgnoreMatch
 218     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255}  
 219     )
 220  
 221  attributetype ( 1.3.18.0.2.4.1127
 222     NAME 'printer-pages-per-minute'
 223     DESC 'The nominal number of pages per minute which may be output by 
 224           this printer (e.g., a simplex or black-and-white printer).  
 225           This attribute is informative, NOT a service guarantee.  
 226           Typically, it is the value used in marketing literature to 
 227           describe this printer.'
 228     EQUALITY integerMatch
 229     SYNTAX  1.3.6.1.4.1.1466.115.121.1.27  
 230     SINGLE-VALUE
 231     )
 232  
 233  attributetype ( 1.3.18.0.2.4.1126
 234     NAME 'printer-pages-per-minute-color'
 235     DESC 'The nominal number of color pages per minute which may be 
 236           output by this printer (e.g., a simplex or color printer).
 237           This attribute is informative, NOT a service guarantee.  
 238           Typically, it is the value used in marketing literature to 
 239           describe this printer.'
 240     EQUALITY integerMatch
 241     SYNTAX  1.3.6.1.4.1.1466.115.121.1.27  
 242     SINGLE-VALUE
 243     )
 244  
 245  attributetype ( 1.3.18.0.2.4.1125
 246     NAME 'printer-finishings-supported'
 247     DESC 'The possible finishing operations supported by this printer. 
 248           Legal values include; "none", "staple", "punch", "cover", 
 249           "bind", "saddle-stitch", "edge-stitch", "staple-top-left", 
 250           "staple-bottom-left", "staple-top-right", 
 251           "staple-bottom-right", "edge-stitch-left", "edge-stitch-top",
 252           "edge-stitch-right", "edge-stitch-bottom", "staple-dual-left",
 253           "staple-dual-top", "staple-dual-right", "staple-dual-bottom".'
 254     EQUALITY caseIgnoreMatch
 255     SUBSTR caseIgnoreSubstringsMatch
 256     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255}  
 257     )
 258  
 259  attributetype ( 1.3.18.0.2.4.1124
 260     NAME 'printer-number-up-supported'
 261     DESC 'The possible numbers of print-stream pages to impose upon a 
 262           single side of an instance of a selected medium. Legal values 
 263           include; 1, 2, and 4.  Implementations may support other 
 264           values.'
 265     EQUALITY integerMatch
 266     SYNTAX  1.3.6.1.4.1.1466.115.121.1.27  
 267     )
 268  
 269  attributetype ( 1.3.18.0.2.4.1123
 270     NAME 'printer-sides-supported'
 271     DESC 'The number of impression sides (one or two) and the two-sided 
 272           impression rotations supported by this printer.  Legal values 
 273           include; "one-sided", "two-sided-long-edge", 
 274           "two-sided-short-edge".'           
 275     EQUALITY caseIgnoreMatch
 276     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}  
 277     )
 278  
 279  attributetype ( 1.3.18.0.2.4.1122
 280     NAME 'printer-media-supported'
 281     DESC 'The standard names/types/sizes (and optional color suffixes) of
 282           the media supported by this printer.  For example: "iso-a4",  
 283           "envelope", or "na-letter-white".  Legal values  conform to ISO
 284           10175, Document Printing Application (DPA), and any IANA 
 285           registered extensions.'
 286     EQUALITY caseIgnoreMatch
 287     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255}  
 288     )
 289  
 290  attributetype ( 1.3.18.0.2.4.1117
 291     NAME 'printer-media-local-supported'
 292     DESC 'Site-specific names of media supported by this printer, in the 
 293           language in "printer-natural-language-configured".  
 294           For example: "purchasing-form" (site-specific name) as opposed 
 295           to (in "printer-media-supported"): "na-letter" (standard 
 296           keyword from ISO 10175).'
 297     EQUALITY caseIgnoreMatch
 298     SUBSTR caseIgnoreSubstringsMatch
 299     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255}  
 300     )
 301  
 302  attributetype ( 1.3.18.0.2.4.1121
 303     NAME 'printer-resolution-supported'
 304     DESC 'List of resolutions supported for printing documents by this 
 305           printer.  Each resolution value is a string with 3 fields:  
 306           1) Cross feed direction resolution (positive integer), 2) Feed
 307           direction resolution (positive integer), 3) Resolution unit.  
 308           Legal values are "dpi" (dots per inch) and "dpcm" (dots per 
 309           centimeter).  Each resolution field is delimited by ">".  For 
 310           example:  "300> 300> dpi>".'
 311     EQUALITY caseIgnoreMatch
 312     SUBSTR caseIgnoreSubstringsMatch
 313     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{255}  
 314     )
 315  
 316  attributetype ( 1.3.18.0.2.4.1120
 317     NAME 'printer-print-quality-supported'
 318     DESC 'List of print qualities supported for printing documents on 
 319           this printer.  For example: "draft, normal".  Legal values 
 320           include; "unknown", "draft", "normal", "high".'
 321     EQUALITY caseIgnoreMatch
 322     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}  
 323     )
 324  
 325  attributetype ( 1.3.18.0.2.4.1110
 326     NAME 'printer-job-priority-supported'
 327     DESC 'Indicates the number of job priority levels supported.  An IPP 
 328           conformant printer which supports job priority must always 
 329           support a full range of priorities from "1" to "100" (to ensure
 330           consistent behavior), therefore this attribute describes the 
 331           "granularity".  Legal values of this attribute are from "1" to 
 332           "100".'
 333     EQUALITY integerMatch
 334     SYNTAX  1.3.6.1.4.1.1466.115.121.1.27  
 335     SINGLE-VALUE
 336     )
 337  
 338  attributetype ( 1.3.18.0.2.4.1118
 339     NAME 'printer-copies-supported'
 340     DESC 'The maximum number of copies of a document that may be printed 
 341           as a single job.  A value of "0" indicates no maximum limit.  A
 342           value of "-1" indicates unknown.'
 343     EQUALITY integerMatch
 344     SYNTAX  1.3.6.1.4.1.1466.115.121.1.27  
 345     SINGLE-VALUE
 346     )
 347  
 348  attributetype ( 1.3.18.0.2.4.1111
 349     NAME 'printer-job-k-octets-supported'
 350     DESC 'The maximum size in kilobytes (1,024 octets actually) incoming 
 351           print job that this printer will accept.  A value of "0" 
 352           indicates no maximum limit.  A value of "-1" indicates 
 353           unknown.'
 354     EQUALITY integerMatch
 355     SYNTAX  1.3.6.1.4.1.1466.115.121.1.27  
 356     SINGLE-VALUE
 357     )
 358  
 359  attributetype ( 1.3.18.0.2.4.1112
 360     NAME 'printer-current-operator'
 361     DESC 'The name of the current human operator responsible for 
 362           operating this printer.  It is suggested that this string 
 363           include information that would enable other humans to reach the
 364           operator, such as a phone number.'
 365     EQUALITY caseIgnoreMatch
 366     ORDERING caseIgnoreOrderingMatch
 367     SUBSTR caseIgnoreSubstringsMatch
 368     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}  
 369     SINGLE-VALUE
 370     )
 371  
 372  attributetype ( 1.3.18.0.2.4.1113
 373     NAME 'printer-service-person'
 374     DESC 'The name of the current human service person responsible for 
 375           servicing this printer.  It is suggested that this string 
 376           include information that would enable other humans to reach the
 377           service person, such as a phone number.'
 378     EQUALITY caseIgnoreMatch
 379     ORDERING caseIgnoreOrderingMatch
 380     SUBSTR caseIgnoreSubstringsMatch
 381     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}  
 382     SINGLE-VALUE
 383     )
 384  
 385  attributetype ( 1.3.18.0.2.4.1114
 386     NAME 'printer-delivery-orientation-supported'
 387     DESC 'The possible delivery orientations of pages as they are printed
 388           and ejected from this printer.  Legal values include; 
 389           "unknown", "face-up", and "face-down".'
 390     EQUALITY caseIgnoreMatch
 391     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}  
 392     )
 393  
 394  attributetype ( 1.3.18.0.2.4.1115
 395     NAME 'printer-stacking-order-supported'
 396     DESC 'The possible stacking order of pages as they are printed and 
 397           ejected from this printer. Legal values include; "unknown", 
 398           "first-to-last", "last-to-first".'
 399     EQUALITY caseIgnoreMatch
 400     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}  
 401     )
 402  
 403  attributetype ( 1.3.18.0.2.4.1116
 404     NAME 'printer-output-features-supported'
 405     DESC 'The possible output features supported by this printer. Legal 
 406           values include; "unknown", "bursting", "decollating", 
 407           "page-collating", "offset-stacking".'
 408     EQUALITY caseIgnoreMatch
 409     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}  
 410     )
 411  
 412  attributetype ( 1.3.18.0.2.4.1108
 413     NAME 'printer-aliases'
 414     DESC 'Site-specific administrative names of this printer in addition 
 415          the printer name specified for printer-name.'
 416     EQUALITY caseIgnoreMatch
 417     ORDERING caseIgnoreOrderingMatch
 418     SUBSTR caseIgnoreSubstringsMatch
 419     SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127}  
 420     )
 421  
 422  ##
 423  ## Commented out due to lack of support for the slpService SYNTAX's
 424  ## described in RFC2926
 425  ##
 426  # objectclass ( 1.3.18.0.2.6.254
 427  #    NAME  'slpServicePrinter'
 428  #    DESC  'Service Location Protocol (SLP) information.'
 429  #    AUXILIARY
 430  #    SUP   slpService
 431  #    )
 432  
 433  objectclass ( 1.3.18.0.2.6.258
 434     NAME  'printerAbstract'
 435     DESC  'Printer related information.'
 436     ABSTRACT
 437     SUP   top 
 438     MAY   ( printer-name $ printer-natural-language-configured $
 439             printer-location $ printer-info $ printer-more-info $ 
 440             printer-make-and-model $ printer-multiple-document-jobs-supported $ 
 441             printer-charset-configured $ printer-charset-supported $ 
 442             printer-generated-natural-language-supported $ 
 443             printer-document-format-supported $ printer-color-supported $
 444             printer-compression-supported $ printer-pages-per-minute $ 
 445             printer-pages-per-minute-color $ 
 446             printer-finishings-supported $ printer-number-up-supported $ 
 447             printer-sides-supported $ printer-media-supported $ 
 448             printer-media-local-supported $ printer-resolution-supported $ 
 449             printer-print-quality-supported $ 
 450             printer-job-priority-supported $ printer-copies-supported $ 
 451             printer-job-k-octets-supported $ printer-current-operator $
 452             printer-service-person $ printer-delivery-orientation-supported $ 
 453             printer-stacking-order-supported $ printer-output-features-supported )
 454     )
 455  
 456  objectclass ( 1.3.18.0.2.6.255
 457     NAME  'printerService'
 458     DESC  'Printer information.'
 459     STRUCTURAL
 460     SUP   printerAbstract
 461     MAY   ( printer-uri $ printer-xri-supported )
 462     )
 463  
 464  objectclass ( 1.3.18.0.2.6.257
 465     NAME  'printerServiceAuxClass'
 466     DESC  'Printer information.'
 467     AUXILIARY
 468     SUP   printerAbstract
 469     MAY   ( printer-uri $ printer-xri-supported )
 470     )
 471  
 472  objectclass ( 1.3.18.0.2.6.256
 473     NAME  'printerIPP'
 474     DESC  'Internet Printing Protocol (IPP) information.'
 475     AUXILIARY
 476     SUP   top
 477     MAY   ( printer-ipp-versions-supported $ 
 478             printer-multiple-document-jobs-supported )
 479     )
 480  
 481  objectclass ( 1.3.18.0.2.6.253
 482     NAME  'printerLPR'
 483     DESC  'LPR information.'
 484     AUXILIARY
 485     SUP   top
 486     MUST ( printer-name )
 487     MAY ( printer-aliases)
 488     )
 489  
 490  ##
 491  ## Attributes and objectClasses derive from
 492  ## "Network Printing" by Todd Radermacher, Matthew Gast
 493  ## (c) O'Reilly Publishing 2000.
 494  ## http://www.oreilly.com/catalog/netprint/
 495  ##
 496  ## 1.3.1.5.1.4.1.7165(samba.org)
 497  ##                   .1(plainjoe.org)
 498  ##                     .3("Network Printing")
 499  ##
 500  
 501  ##
 502  ## nprintNetworkPrinterInfo
 503  ##
 504  attributetype ( 1.3.1.5.1.4.1.7165.1.3.1.1 NAME 'nprintDNSName'
 505          DESC 'FQDN of IP-networked printer'
 506          EQUALITY caseIgnoreIA5Match
 507          SUBSTR caseIgnoreIA5SubstringsMatch
 508          SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 509  
 510  attributetype ( 1.3.1.5.1.4.1.7165.1.3.1.2 NAME 'nprintHardwareQueueName'
 511          DESC 'Name of Printer Queue'
 512          EQUALITY caseIgnoreIA5Match
 513          SUBSTR caseIgnoreIA5SubstringsMatch
 514          SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 515  
 516  attributetype ( 1.3.1.5.1.4.1.7165.1.3.1.3 NAME 'nprintQueuePort'
 517          DESC 'TCP port of nprintDNSName:nprintHardwareQueueName'
 518          EQUALITY caseIgnoreIA5Match
 519          SUBSTR caseIgnoreIA5SubstringsMatch
 520          SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 521  
 522  objectclass ( 1.3.1.5.1.4.1.7165.1.3.2.1 NAME 'nprintNetworkPrinterInfo'
 523      DESC 'IP Networked Printer'
 524      AUXILIARY
 525      SUP top
 526      MAY ( nprintDNSName $ nprintHardwareQueueName $ nprintQueuePort ) )
 527  
 528  
 529  ##
 530  ## nprintPortPrinterInfo
 531  ##
 532  
 533  attributetype ( 1.3.1.5.1.4.1.7165.1.3.1.4 NAME 'nprintDeviceName'
 534          DESC 'TCP port of nprintDNSName:nprintHardwareQueueName'
 535          EQUALITY caseIgnoreIA5Match
 536          SUBSTR caseIgnoreIA5SubstringsMatch
 537          SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 538  
 539  attributetype ( 1.3.1.5.1.4.1.7165.1.3.1.5 NAME 'nprintDeviceFlags'
 540          DESC 'TCP port of nprintDNSName:nprintHardwareQueueName'
 541          EQUALITY caseIgnoreIA5Match
 542          SUBSTR caseIgnoreIA5SubstringsMatch
 543          SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
 544  
 545  attributetype ( 1.3.1.5.1.4.1.7165.1.3.1.8 NAME 'nprintFilter'
 546          DESC 'Absolute path on UNIX file system to an input filter for use with lpd'
 547          EQUALITY caseIgnoreIA5Match
 548          SUBSTR caseIgnoreIA5SubstringsMatch
 549          SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 
 550      SINGLE-VALUE )
 551  
 552  objectclass ( 1.3.1.5.1.4.1.7165.1.3.2.2 NAME 'nprintPortPrinterInfo'
 553      DESC 'IP Networked Printer'
 554      AUXILIARY
 555      SUP top
 556      MAY ( nprintDeviceName $ nprintDeviceName $ nprintFilter ) )
 557  
 558  
 559  ##
 560  ## nprintHostPrinter
 561  ##
 562  attributetype ( 1.3.1.5.1.4.1.7165.1.3.1.6
 563      NAME 'nprintPrinterName'
 564      DESC 'Name of Printer(s)'
 565      EQUALITY caseIgnoreMatch
 566      ORDERING caseIgnoreOrderingMatch
 567      SUBSTR caseIgnoreSubstringsMatch
 568      SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} )
 569  
 570  attributetype ( 1.3.1.5.1.4.1.7165.1.3.1.7
 571      NAME 'nprintLocation'
 572      DESC 'Location of host for the purpose of association with a local group of printer'
 573      EQUALITY caseIgnoreMatch
 574      SUBSTR caseIgnoreSubstringsMatch
 575      SYNTAX  1.3.6.1.4.1.1466.115.121.1.15{127} )
 576  
 577  objectclass ( 1.3.1.5.1.4.1.7165.1.3.2.3  NAME 'nprintHostPrinter'
 578      DESC 'Auxiliary class for storing printer names to be accessed by this host'
 579      AUXILIARY
 580      SUP top
 581      MAY ( nprintPrinterName $ nprintLocation ))
 582  


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1