Skip to content
Snippets Groups Projects
inetorgperson.ldif 2.59 KiB
Newer Older

dn: cn=inetorgperson,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: inetorgperson
olcAttributeTypes: ( 2.16.840.1.113730.3.1.1
  NAME 'carLicense'
  DESC 'RFC2798: vehicle license or registration plate'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
olcAttributeTypes: ( 2.16.840.1.113730.3.1.2
  NAME 'departmentNumber'
  DESC 'RFC2798: identifies a department within an organization'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
olcAttributeTypes: ( 2.16.840.1.113730.3.1.241
  NAME 'displayName'
  DESC 'RFC2798: preferred name to be used when displaying entries'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
olcAttributeTypes: ( 2.16.840.1.113730.3.1.3
  NAME 'employeeNumber'
  DESC 'RFC2798: numerically identifies an employee within an organization'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
olcAttributeTypes: ( 2.16.840.1.113730.3.1.4
  NAME 'employeeType'
  DESC 'RFC2798: type of employment for a person'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
olcAttributeTypes: ( 0.9.2342.19200300.100.1.60
  NAME 'jpegPhoto'
  DESC 'RFC2798: a JPEG image'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.28 )
olcAttributeTypes: ( 2.16.840.1.113730.3.1.39
  NAME 'preferredLanguage'
  DESC 'RFC2798: preferred written or spoken language for a person'
  EQUALITY caseIgnoreMatch
  SUBSTR caseIgnoreSubstringsMatch
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
olcAttributeTypes: ( 2.16.840.1.113730.3.1.40
  NAME 'userSMIMECertificate'
  DESC 'RFC2798: PKCS#7 SignedData used to support S/MIME'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 )
olcAttributeTypes: ( 2.16.840.1.113730.3.1.216
  NAME 'userPKCS12'
  DESC 'RFC2798: personal identity information, a PKCS #12 PFX'
  SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 )
olcObjectClasses: ( 2.16.840.1.113730.3.2.2
  NAME 'inetOrgPerson'
  DESC 'RFC2798: Internet Organizational Person'
  SUP organizationalPerson
  STRUCTURAL
  MAY ( audio $
    businessCategory $
    carLicense $
    departmentNumber $
    displayName $
    employeeNumber $
    employeeType $
    givenName $
    homePhone $
    homePostalAddress $
    initials $
    jpegPhoto $
    labeledURI $
    mail $
    manager $
    mobile $
    o $
    pager $
    photo $
    roomNumber $
    secretary $
    uid $
    userCertificate $
    x500uniqueIdentifier $
    preferredLanguage $
    userSMIMECertificate $
    userPKCS12 ) )