Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
| # | |
| # The following schema object is based on the additions that idsconfig(1M) | |
| # would make to a Sun Directory Server. It effectively depends on the | |
| # following base OpenLDAP schemas: core.ldif, cosine.ldif, inetorgperson.ldif, | |
| # nis.ldif. | |
| # | |
| # Note that idsconfig(1M) omits EQUALITY rules from most, if not all, of the | |
| # attribute types it creates. I don't have a Sun Directory Server at hand to | |
| # determine the behaviour, but I _suspect_ it may have had an implicit default | |
| # EQUALITY rule (e.g., caseIgnoreMatch for strings, integerMatch for integers, | |
| # etc). In order to better work with the apparently stricter OpenLDAP, I have | |
| # added what seem to be appropriate match rules based on various historical | |
| # documentation sources and consistency with other properties. | |
| # | |
| dn: cn=illumos,cn=schema,cn=config | |
| objectClass: olcSchemaConfig | |
| cn: illumos | |
| olcAttributeTypes: ( 1.3.6.1.1.1.1.28 | |
| NAME 'nisPublickey' | |
| DESC 'NIS public key' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | |
| olcAttributeTypes: ( 1.3.6.1.1.1.1.29 | |
| NAME 'nisSecretkey' | |
| DESC 'NIS secret key' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | |
| olcAttributeTypes: ( 1.3.6.1.1.1.1.30 | |
| NAME 'nisDomain' | |
| DESC 'NIS domain' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | |
| olcAttributeTypes: ( 1.3.6.1.1.1.1.31 | |
| NAME 'automountMapName' | |
| DESC 'automount Map Name' | |
| EQUALITY caseExactIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.1.1.1.32 | |
| NAME 'automountKey' | |
| DESC 'automount Key Value' | |
| EQUALITY caseExactIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.1.1.1.33 | |
| NAME 'automountInformation' | |
| DESC 'automount information' | |
| EQUALITY caseExactIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.1.1.12 | |
| NAME 'nisNetIdUser' | |
| EQUALITY caseExactIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.1.1.13 | |
| NAME 'nisNetIdGroup' | |
| EQUALITY caseExactIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.1.1.14 | |
| NAME 'nisNetIdHost' | |
| EQUALITY caseExactIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.2.1.15 | |
| NAME 'rfc822mailMember' | |
| EQUALITY caseExactIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) | |
| olcAttributeTypes: ( 2.16.840.1.113730.3.1.30 | |
| NAME 'mgrpRFC822MailMember' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.15 | |
| NAME 'SolarisLDAPServers' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.16 | |
| NAME 'SolarisSearchBaseDN' | |
| EQUALITY distinguishedNameMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.17 | |
| NAME 'SolarisCacheTTL' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.18 | |
| NAME 'SolarisBindDN' | |
| EQUALITY distinguishedNameMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.19 | |
| NAME 'SolarisBindPassword' | |
| EQUALITY caseExactIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.20 | |
| NAME 'SolarisAuthMethod' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.21 | |
| NAME 'SolarisTransportSecurity' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.22 | |
| NAME 'SolarisCertificatePath' | |
| EQUALITY caseExactIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.23 | |
| NAME 'SolarisCertificatePassword' | |
| EQUALITY caseExactIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.24 | |
| NAME 'SolarisDataSearchDN' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.25 | |
| NAME 'SolarisSearchScope' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.26 | |
| NAME 'SolarisSearchTimeLimit' | |
| EQUALITY integerMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.27 | |
| NAME 'SolarisPreferredServer' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.28 | |
| NAME 'SolarisPreferredServerOnly' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.29 | |
| NAME 'SolarisSearchReferral' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.4 | |
| NAME 'SolarisAttrKeyValue' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.5 | |
| NAME 'SolarisAuditAlways' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.6 | |
| NAME 'SolarisAuditNever' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.7 | |
| NAME 'SolarisAttrShortDesc' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.8 | |
| NAME 'SolarisAttrLongDesc' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.9 | |
| NAME 'SolarisKernelSecurityPolicy' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.10 | |
| NAME 'SolarisProfileType' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.11 | |
| NAME 'SolarisProfileId' | |
| EQUALITY caseExactIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.12 | |
| NAME 'SolarisUserQualifier' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.13 | |
| NAME 'SolarisAttrReserved1' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.14 | |
| NAME 'SolarisAttrReserved2' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.1 | |
| NAME 'SolarisProjectID' | |
| EQUALITY integerMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.2 | |
| NAME 'SolarisProjectName' | |
| EQUALITY caseExactIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.3 | |
| NAME 'SolarisProjectAttr' | |
| EQUALITY caseExactIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.30 | |
| NAME 'memberGid' | |
| EQUALITY caseExactIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.0 | |
| NAME 'defaultServerList' | |
| DESC 'Default LDAP server host address used by a DUA' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.1 | |
| NAME 'defaultSearchBase' | |
| DESC 'Default LDAP base DN used by a DUA' | |
| EQUALITY distinguishedNameMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.2 | |
| NAME 'preferredServerList' | |
| DESC 'Preferred LDAP server host addresses to be used by a DUA' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.3 | |
| NAME 'searchTimeLimit' | |
| DESC 'Maximum time in seconds a DUA should allow for a search to complete' | |
| EQUALITY integerMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.4 | |
| NAME 'bindTimeLimit' | |
| DESC 'Maximum time in seconds a DUA should allow for the bind operation to complete' | |
| EQUALITY integerMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.5 | |
| NAME 'followReferrals' | |
| DESC 'Tells DUA if it should follow referrals returned by a DSA search result' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.6 | |
| NAME 'authenticationMethod' | |
| DESC 'A keystring which identifies the type of authentication method used to contact the DSA' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.7 | |
| NAME 'profileTTL' | |
| DESC 'Time to live before a client DUA should re-read this configuration profile' | |
| EQUALITY integerMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.14 | |
| NAME 'serviceSearchDescriptor' | |
| DESC 'LDAP search descriptor list used by Naming-DUA' | |
| EQUALITY caseExactIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.9 | |
| NAME 'attributeMap' | |
| DESC 'Attribute mappings used by a Naming-DUA' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.10 | |
| NAME 'credentialLevel' | |
| DESC 'Identifies type of credentials a DUA should use when binding to the LDAP server' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.11 | |
| NAME 'objectclassMap' | |
| DESC 'Objectclass mappings used by a Naming-DUA' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.12 | |
| NAME 'defaultSearchScope' | |
| DESC 'Default search scope used by a DUA' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.13 | |
| NAME 'serviceCredentialLevel' | |
| DESC 'Search scope used by a service of the DUA' | |
| EQUALITY caseIgnoreIA5Match | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.11.1.3.1.1.15 | |
| NAME 'serviceAuthenticationMethod' | |
| DESC 'Authentication Method used by a service of the DUA' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1140 | |
| NAME 'printer-uri' | |
| DESC 'A URI supported by this printer. This URI SHOULD be used as a relative distinguished name (RDN). If printer-xri-supported is implemented, then this URI value MUST be listed in a member value of printer-xri-supported.' | |
| EQUALITY caseIgnoreMatch | |
| ORDERING caseIgnoreOrderingMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1107 | |
| NAME 'printer-xri-supported' | |
| DESC 'The unordered list of XRI (extended resource identifiers) supported by this printer. Each member of the list consists of a URI (uniform resource identifier) followed by optional authentication and security metaparameters.' | |
| EQUALITY caseIgnoreMatch | |
| ORDERING caseIgnoreOrderingMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1135 | |
| NAME 'printer-name' | |
| DESC 'The site-specific administrative name of this printer, more end-user friendly than a URI.' | |
| EQUALITY caseIgnoreMatch | |
| ORDERING caseIgnoreOrderingMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1119 | |
| NAME 'printer-natural-language-configured' | |
| DESC 'The configured language in which error and status messages will be generated (by default) by this printer. Also, a possible language for printer string attributes set by operator, system administrator, or manufacturer. Also, the (declared) language of the "printer-name", "printer-location", "printer-info", and "printer-make-and-model" attributes of this printer. For example: "en-us" (US English) or "fr-fr" (French in France) Legal values of language tags conform to [RFC3066] "Tags for the Identification of Languages".' | |
| EQUALITY caseIgnoreMatch | |
| ORDERING caseIgnoreOrderingMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1136 | |
| NAME 'printer-location' | |
| DESC 'Identifies the location of the printer. This could include things like: "in Room 123A", "second floor of building XYZ".' | |
| EQUALITY caseIgnoreMatch | |
| ORDERING caseIgnoreOrderingMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1139 | |
| NAME 'printer-info' | |
| DESC 'Identifies the descriptive information about this printer. This could include things like: "This printer can be used for printing color transparencies for HR presentations", or "Out of courtesy for others, please print only small (1-5 page) jobs at this printer", or even "This printer is going away on July 1, 1997, please find a new printer".' | |
| EQUALITY caseIgnoreMatch | |
| ORDERING caseIgnoreOrderingMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1134 | |
| NAME 'printer-more-info' | |
| DESC 'A URI used to obtain more information about this specific printer. 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.' | |
| EQUALITY caseIgnoreMatch | |
| ORDERING caseIgnoreOrderingMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1138 | |
| NAME 'printer-make-and-model' | |
| DESC 'Identifies the make and model of the device. The device manufacturer | |
| MAY initially populate this attribute.' | |
| EQUALITY caseIgnoreMatch | |
| ORDERING caseIgnoreOrderingMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1133 | |
| NAME 'printer-ipp-versions-supported' | |
| DESC 'Identifies the IPP protocol version(s) that this printer supports, including major and minor versions, i.e., the version numbers for which this Printer implementation meets the conformance requirements.' | |
| EQUALITY caseIgnoreMatch | |
| ORDERING caseIgnoreOrderingMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1132 | |
| NAME 'printer-multiple-document-jobs-supported' | |
| DESC 'Indicates whether or not the printer supports more than one document per job, i.e., more than one Send-Document or Send-Data operation with document data.' | |
| EQUALITY booleanMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 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. Also, a possible charset for printer string attributes set by operator, system administrator, or manufacturer. For example: "utf-8" (ISO 10646/Unicode) or "iso-8859-1" (Latin1). Legal values are defined by the IANA Registry of Coded Character Sets and the "(preferred MIME name)" SHALL be used as the tag. For coherence with IPP Model, charset tags in this attribute SHALL be lowercase normalized. This attribute SHOULD be static (time of registration) and SHOULD NOT be dynamically refreshed attributetypes: (subsequently).' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{63} | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1131 | |
| NAME 'printer-charset-supported' | |
| DESC 'Identifies the set of charsets supported for attribute type values of type Directory String for this directory entry. For example: "utf-8" (ISO 10646/Unicode) or "iso-8859-1" (Latin1). Legal values are defined by the IANA Registry of Coded Character Sets and the preferred MIME name.' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{63} ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1137 | |
| NAME 'printer-generated-natural-language-supported' | |
| DESC 'Identifies the natural language(s) supported for this directory entry. For example: "en-us" (US English) or "fr-fr" (French in France). Legal values conform to [RFC3066], Tags for the Identification of Languages.' | |
| EQUALITY caseIgnoreMatch | |
| ORDERING caseIgnoreOrderingMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{63} ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1130 | |
| NAME 'printer-document-format-supported' | |
| DESC 'The possible document formats in which data may be interpreted and printed by this printer. Legal values are MIME types come from the IANA Registry of Internet Media Types.' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} ) | |
| olcAttributeTypes: ( 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 ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1128 | |
| NAME 'printer-compression-supported' | |
| DESC 'Compression algorithms supported by this printer. For example: "deflate, gzip". Legal values include; "none", "deflate" attributetypes: (public domain ZIP), "gzip" (GNU ZIP), "compress" (UNIX).' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{255} ) | |
| olcAttributeTypes: ( 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 (e.g., a simplex or black-and-white printer). This attribute is informative, NOT a service guarantee. Typically, it is the value used in marketing literature to describe this printer.' | |
| EQUALITY integerMatch | |
| ORDERING integerOrderingMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 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 (e.g., a simplex or color printer). This attribute is informative, NOT a service guarantee. Typically, it is the value used in marketing literature to describe this printer.' | |
| EQUALITY integerMatch | |
| ORDERING integerOrderingMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1125 | |
| NAME 'printer-finishings-supported' | |
| DESC 'The possible finishing operations supported by this printer. Legal values 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".' | |
| EQUALITY caseIgnoreMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{255} ) | |
| olcAttributeTypes: ( 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. Legal values include; 1, 2, and 4. Implementations may support other values.' | |
| EQUALITY integerMatch | |
| ORDERING integerOrderingMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 ) | |
| olcAttributeTypes: ( 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. Legal values include; "one-sided", "two-sided-long-edge", "two-sided-short-edge".' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} ) | |
| olcAttributeTypes: ( 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. For example: "iso-a4", "envelope", or "na-letter-white". Legal values conform to ISO 10175, Document Printing Application (DPA), and any IANA registered extensions.' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{255} ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1117 | |
| NAME 'printer-media-local-supported' | |
| DESC 'Site-specific names of media supported by this printer, in the language in "printer-natural-language-configured". For example: "purchasing-form" (site-specific name) as opposed to (in "printer-media-supported"): "na-letter" (standard keyword from ISO 10175).' | |
| EQUALITY caseIgnoreMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{255} ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1121 | |
| NAME 'printer-resolution-supported' | |
| DESC 'List of resolutions supported for printing documents by this printer. Each resolution value is a string with 3 fields: 1) Cross feed direction resolution (positive integer), 2) Feed direction resolution (positive integer), 3) Resolution unit. Legal values are "dpi" (dots per inch) and "dpcm" (dots per centimeter). Each resolution field is delimited by ">". For example: "300> 300> dpi>".' | |
| EQUALITY caseIgnoreMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{255} ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1120 | |
| NAME 'printer-print-quality-supported' | |
| DESC 'List of print qualities supported for printing documents on this printer. For example: "draft, normal". Legal values include; "unknown", "draft", "normal", "high".' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1110 | |
| NAME 'printer-job-priority-supported' | |
| DESC 'Indicates the number of job priority levels supported. An IPP conformant printer which supports job priority must always support a full range of priorities from "1" to "100" (to ensure consistent behavior), therefore this attribute describes the "granularity". Legal values of this attribute are from "1" to "100".' | |
| EQUALITY integerMatch | |
| ORDERING integerOrderingMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 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. A value of "0" indicates no maximum limit. A value of "-1" indicates unknown.' | |
| EQUALITY integerMatch | |
| ORDERING integerOrderingMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 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. A value of "0" indicates no maximum limit. A value of "-1" indicates unknown.' | |
| EQUALITY integerMatch | |
| ORDERING integerOrderingMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1112 | |
| NAME 'printer-current-operator' | |
| DESC 'The name of the current human operator responsible for operating this printer. It is suggested that this string include information that would enable other humans to reach the operator, such as a phone number.' | |
| EQUALITY caseIgnoreMatch | |
| ORDERING caseIgnoreOrderingMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1113 | |
| NAME 'printer-service-person' | |
| DESC 'The name of the current human service person responsible for servicing this printer. It is suggested that this string include information that would enable other humans to reach the service person, such as a phone number.' | |
| EQUALITY caseIgnoreMatch | |
| ORDERING caseIgnoreOrderingMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 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. Legal values include; "unknown", "face-up", and "face-down".' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} ) | |
| olcAttributeTypes: ( 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. Legal values include; "unknown", "first-to-last", "last-to-first".' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1116 | |
| NAME 'printer-output-features-supported' | |
| DESC 'The possible output features supported by this printer. Legal values include; "unknown", "bursting", "decollating", "page-collating", "offset-stacking".' | |
| EQUALITY caseIgnoreMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} ) | |
| olcAttributeTypes: ( 1.3.18.0.2.4.1108 | |
| NAME 'printer-aliases' | |
| DESC 'Site-specific administrative names of this printer in addition the printer name specified for printer-name.' | |
| EQUALITY caseIgnoreMatch | |
| ORDERING caseIgnoreOrderingMatch | |
| SUBSTR caseIgnoreSubstringsMatch | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.63 | |
| NAME 'sun-printer-bsdaddr' | |
| DESC 'Sets the server, print queue destination name and whether the client generates protocol extensions. "Solaris" specifies a Solaris print server extension. The value is represented by the following value: server "," destination ", Solaris".' | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.64 | |
| NAME 'sun-printer-kvp' | |
| DESC 'This attribute contains a set of key value pairs which may have meaning to the print subsystem or may be user defined. Each value is represented by the following: key "=" value.' | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.57 | |
| NAME 'nisplusTimeZone' | |
| DESC 'tzone column from NIS+ timezone table' | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.67 | |
| NAME 'ipTnetTemplateName' | |
| DESC 'Trusted Solaris network template template_name' | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 | |
| SINGLE-VALUE ) | |
| olcAttributeTypes: ( 1.3.6.1.4.1.42.2.27.5.1.68 | |
| NAME 'ipTnetNumber' | |
| DESC 'Trusted Solaris network template ip_address' | |
| SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 | |
| SINGLE-VALUE ) | |
| olcObjectClasses: ( 1.3.6.1.1.1.2.14 | |
| NAME 'NisKeyObject' | |
| SUP top | |
| MUST ( cn $ nisPublickey $ nisSecretkey ) | |
| MAY ( uidNumber $ description ) ) | |
| olcObjectClasses: ( 1.3.6.1.1.1.2.15 | |
| NAME 'nisDomainObject' | |
| SUP top AUXILIARY | |
| MUST nisDomain ) | |
| olcObjectClasses: ( 1.3.6.1.1.1.2.16 | |
| NAME 'automountMap' | |
| SUP top | |
| MUST automountMapName | |
| MAY description ) | |
| olcObjectClasses: ( 1.3.6.1.1.1.2.17 | |
| NAME 'automount' | |
| SUP top | |
| MUST ( automountKey $ automountInformation ) | |
| MAY description ) | |
| olcObjectClasses: ( 1.3.6.1.4.1.42.2.27.5.2.7 | |
| NAME 'SolarisNamingProfile' | |
| SUP top | |
| MUST ( cn $ SolarisLDAPservers $ SolarisSearchBaseDN ) | |
| MAY ( SolarisBindDN $ SolarisBindPassword $ SolarisAuthMethod $ SolarisTransportSecurity $ SolarisCertificatePath $ SolarisCertificatePassword $ SolarisDataSearchDN $ SolarisSearchScope $ SolarisSearchTimeLimit $ SolarisPreferredServer $ SolarisPreferredServerOnly $ SolarisCacheTTL $ SolarisSearchReferral ) ) | |
| olcObjectClasses: ( 2.16.840.1.113730.3.2.4 | |
| NAME 'mailGroup' | |
| SUP top | |
| MUST mail | |
| MAY ( cn $ mgrpRFC822MailMember ) ) | |
| olcObjectClasses: ( 1.3.6.1.4.1.42.2.27.1.2.5 | |
| NAME 'nisMailAlias' | |
| SUP top | |
| MUST cn | |
| MAY rfc822mailMember ) | |
| olcObjectClasses: ( 1.3.6.1.4.1.42.2.27.1.2.6 | |
| NAME 'nisNetId' | |
| SUP top | |
| MUST cn | |
| MAY ( nisNetIdUser $ nisNetIdGroup $ nisNetIdHost ) ) | |
| olcObjectClasses: ( 1.3.6.1.4.1.42.2.27.5.2.2 | |
| NAME 'SolarisAuditUser' | |
| SUP top AUXILIARY | |
| MAY ( SolarisAuditAlways $ SolarisAuditNever ) ) | |
| olcObjectClasses: ( 1.3.6.1.4.1.42.2.27.5.2.3 | |
| NAME 'SolarisUserAttr' | |
| SUP top AUXILIARY | |
| MAY ( SolarisUserQualifier $ SolarisAttrReserved1 $ SolarisAttrReserved2 $ SolarisAttrKeyValue ) ) | |
| olcObjectClasses: ( 1.3.6.1.4.1.42.2.27.5.2.4 | |
| NAME 'SolarisAuthAttr' | |
| SUP top | |
| MUST cn | |
| MAY ( SolarisAttrReserved1 $ SolarisAttrReserved2 $ SolarisAttrShortDesc $ SolarisAttrLongDesc $ SolarisAttrKeyValue ) ) | |
| olcObjectClasses: ( 1.3.6.1.4.1.42.2.27.5.2.5 | |
| NAME 'SolarisProfAttr' | |
| SUP top | |
| MUST cn | |
| MAY ( SolarisAttrReserved1 $ SolarisAttrReserved2 $ SolarisAttrLongDesc $ SolarisAttrKeyValue ) ) | |
| olcObjectClasses: ( 1.3.6.1.4.1.42.2.27.5.2.6 | |
| NAME 'SolarisExecAttr' | |
| SUP top AUXILIARY | |
| MAY ( SolarisKernelSecurityPolicy $ SolarisProfileType $ SolarisAttrReserved1 $ SolarisAttrReserved2 $ SolarisProfileID $ SolarisAttrKeyValue ) ) | |
| olcObjectClasses: ( 1.3.6.1.4.1.42.2.27.5.2.1 | |
| NAME 'SolarisProject' | |
| SUP top | |
| MUST ( SolarisProjectID $ SolarisProjectName ) | |
| MAY ( memberUid $ memberGid $ description $ SolarisProjectAttr ) ) | |
| olcObjectClasses: ( 1.3.6.1.4.1.11.1.3.1.2.4 | |
| NAME 'DUAConfigProfile' | |
| SUP top | |
| DESC 'Abstraction of a base configuration for a DUA' | |
| MUST cn | |
| MAY ( defaultServerList $ preferredServerList $ defaultSearchBase $ defaultSearchScope $ searchTimeLimit $ bindTimeLimit $ credentialLevel $ authenticationMethod $ followReferrals $ serviceSearchDescriptor $ serviceCredentialLevel $ serviceAuthenticationMethod $ objectclassMap $ attributeMap $ profileTTL ) ) | |
| olcObjectClasses: ( 1.3.18.0.2.6.258 | |
| NAME 'printerAbstract' | |
| DESC 'Printer related information.' | |
| SUP top ABSTRACT | |
| MAY ( printer-name $ printer-natural-language-configured $ printer-location $ printer-info $ printer-more-info $ printer-make-and-model $ printer-multiple-document-jobs-supported $ printer-charset-configured $ printer-charset-supported $ printer-generated-natural-language-supported $ printer-document-format-supported $ printer-color-supported $ printer-compression-supported $ printer-pages-per-minute $ printer-pages-per-minute-color $ printer-finishings-supported $ printer-number-up-supported $ printer-sides-supported $ printer-media-supported $ printer-media-local-supported $ printer-resolution-supported $ printer-print-quality-supported $ printer-job-priority-supported $ printer-copies-supported $ printer-job-k-octets-supported $ printer-current-operator $ printer-service-person $ printer-delivery-orientation-supported $ printer-stacking-order-supported $ printer-output-features-supported ) ) | |
| olcObjectClasses: ( 1.3.18.0.2.6.255 | |
| NAME 'printerService' | |
| DESC 'Printer information.' | |
| SUP printerAbstract STRUCTURAL | |
| MAY ( printer-uri $ printer-xri-supported ) ) | |
| olcObjectClasses: ( 1.3.18.0.2.6.257 | |
| NAME 'printerServiceAuxClass' | |
| DESC 'Printer information.' | |
| SUP printerAbstract AUXILIARY | |
| MAY ( printer-uri $ printer-xri-supported ) ) | |
| olcObjectClasses: ( 1.3.18.0.2.6.256 | |
| NAME 'printerIPP' | |
| DESC 'Internet Printing Protocol (IPP) information.' | |
| SUP top AUXILIARY | |
| MAY ( printer-ipp-versions-supported $ printer-multiple-document-jobs-supported ) ) | |
| olcObjectClasses: ( 1.3.18.0.2.6.253 | |
| NAME 'printerLPR' | |
| DESC 'LPR information.' | |
| SUP top AUXILIARY | |
| MUST printer-name | |
| MAY printer-aliases ) | |
| olcObjectClasses: ( 1.3.6.1.4.1.42.2.27.5.2.14 | |
| NAME 'sunPrinter' | |
| DESC 'Sun printer information' | |
| SUP top AUXILIARY | |
| MUST printer-name | |
| MAY ( sun-printer-bsdaddr $ sun-printer-kvp ) ) | |
| olcObjectClasses: ( 1.3.6.1.4.1.42.2.27.5.2.12 | |
| NAME 'nisplusTimeZoneData' | |
| DESC 'NIS+ timezone table data' | |
| SUP top STRUCTURAL | |
| MUST cn | |
| MAY ( nisplusTimeZone $ description ) ) | |
| olcObjectClasses: ( 1.3.6.1.4.1.42.2.27.5.2.8 | |
| NAME 'ipTnetTemplate' | |
| DESC 'Object class for TSOL network templates' | |
| SUP top | |
| MUST ipTnetTemplateName | |
| MAY SolarisAttrKeyValue ) | |
| olcObjectClasses: ( 1.3.6.1.4.1.42.2.27.5.2.9 | |
| NAME 'ipTnetHost' | |
| DESC 'Associates an IP address or wildcard with a TSOL template_name' | |
| SUP top AUXILIARY | |
| MUST ipTnetNumber ) |