1# InetOrgPerson (RFC2798) 2# $OpenLDAP$ 3## This work is part of OpenLDAP Software <http://www.openldap.org/>. 4## 5## Copyright 1998-2021 The OpenLDAP Foundation. 6## All rights reserved. 7## 8## Redistribution and use in source and binary forms, with or without 9## modification, are permitted only as authorized by the OpenLDAP 10## Public License. 11## 12## A copy of this license is available in the file LICENSE in the 13## top-level directory of the distribution or, alternatively, at 14## <http://www.OpenLDAP.org/license.html>. 15# 16# InetOrgPerson (RFC2798) 17# 18# Depends upon 19# Definition of an X.500 Attribute Type and an Object Class to Hold 20# Uniform Resource Identifiers (URIs) [RFC2079] 21# (core.ldif) 22# 23# A Summary of the X.500(96) User Schema for use with LDAPv3 [RFC2256] 24# (core.ldif) 25# 26# The COSINE and Internet X.500 Schema [RFC1274] (cosine.ldif) 27# 28# This file was automatically generated from inetorgperson.schema; see 29# that file for complete references. 30# 31dn: cn=inetorgperson,cn=schema,cn=config 32objectClass: olcSchemaConfig 33cn: inetorgperson 34olcAttributeTypes: ( 2.16.840.1.113730.3.1.1 NAME 'carLicense' DESC 'RFC279 35 8: vehicle license or registration plate' EQUALITY caseIgnoreMatch SUBSTR cas 36 eIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) 37olcAttributeTypes: ( 2.16.840.1.113730.3.1.2 NAME 'departmentNumber' DESC ' 38 RFC2798: identifies a department within an organization' EQUALITY caseIgnoreM 39 atch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) 40olcAttributeTypes: ( 2.16.840.1.113730.3.1.241 NAME 'displayName' DESC 'RFC 41 2798: preferred name to be used when displaying entries' EQUALITY caseIgnoreM 42 atch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SI 43 NGLE-VALUE ) 44olcAttributeTypes: ( 2.16.840.1.113730.3.1.3 NAME 'employeeNumber' DESC 'RF 45 C2798: numerically identifies an employee within an organization' EQUALITY ca 46 seIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.12 47 1.1.15 SINGLE-VALUE ) 48olcAttributeTypes: ( 2.16.840.1.113730.3.1.4 NAME 'employeeType' DESC 'RFC2 49 798: type of employment for a person' EQUALITY caseIgnoreMatch SUBSTR caseIgn 50 oreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) 51olcAttributeTypes: ( 0.9.2342.19200300.100.1.60 NAME 'jpegPhoto' DESC 'RFC2 52 798: a JPEG image' SYNTAX 1.3.6.1.4.1.1466.115.121.1.28 ) 53olcAttributeTypes: ( 2.16.840.1.113730.3.1.39 NAME 'preferredLanguage' DESC 54 'RFC2798: preferred written or spoken language for a person' EQUALITY caseIg 55 noreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1. 56 15 SINGLE-VALUE ) 57olcAttributeTypes: ( 2.16.840.1.113730.3.1.40 NAME 'userSMIMECertificate' D 58 ESC 'RFC2798: PKCS#7 SignedData used to support S/MIME' SYNTAX 1.3.6.1.4.1.14 59 66.115.121.1.5 ) 60olcAttributeTypes: ( 2.16.840.1.113730.3.1.216 NAME 'userPKCS12' DESC 'RFC2 61 798: personal identity information, a PKCS #12 PFX' SYNTAX 1.3.6.1.4.1.1466.1 62 15.121.1.5 ) 63olcObjectClasses: ( 2.16.840.1.113730.3.2.2 NAME 'inetOrgPerson' DESC 'RFC2 64 798: Internet Organizational Person' SUP organizationalPerson STRUCTURAL MAY 65 ( audio $ businessCategory $ carLicense $ departmentNumber $ displayName $ em 66 ployeeNumber $ employeeType $ givenName $ homePhone $ homePostalAddress $ ini 67 tials $ jpegPhoto $ labeledURI $ mail $ manager $ mobile $ o $ pager $ photo 68 $ roomNumber $ secretary $ uid $ userCertificate $ x500uniqueIdentifier $ pre 69 ferredLanguage $ userSMIMECertificate $ userPKCS12 ) ) 70