155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna# The contents of this file are subject to the terms of the Common Development and
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna# Distribution License (the License). You may not use this file except in compliance with the
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna# License.
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna#
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna# specific language governing permission and limitations under the License.
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna#
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna# When distributing Covered Software, include this CDDL Header Notice in each file and include
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna# Header, with the fields enclosed by brackets [] replaced by your own identifying
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna# information: "Portions copyright [year] [name of copyright owner]".
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna#
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna# Copyright 2016 ForgeRock AS.
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Lunadn: cn=schema
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Lunachangetype: modify
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Lunaadd: attributeTypes
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David LunaattributeTypes: ( 1.3.6.1.4.1.36733.2.2.1.136 NAME ( 'coreTokenMultiString01' ) DESC 'General mapped multi value string field' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'ForgeRock OpenAM CTSv2' )
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David LunaattributeTypes: ( 1.3.6.1.4.1.36733.2.2.1.137 NAME ( 'coreTokenMultiString02' ) DESC 'General mapped multi value string field' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'ForgeRock OpenAM CTSv2' )
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David LunaattributeTypes: ( 1.3.6.1.4.1.36733.2.2.1.138 NAME ( 'coreTokenMultiString03' ) DESC 'General mapped multi value string field' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'ForgeRock OpenAM CTSv2' )
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna-
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Lunadelete: objectclasses
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David LunaobjectClasses: ( 1.3.6.1.4.1.36733.2.2.2.27 )
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna-
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Lunaadd: objectclasses
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David Luna# CTSv2 Object
155fe11d39d9df54c6a36821e04dfe9b0deb72a3David LunaobjectClasses: ( 1.3.6.1.4.1.36733.2.2.2.27 NAME 'frCoreToken' DESC 'object containing ForgeRock Core Token' SUP top STRUCTURAL MUST ( coreTokenId $ coreTokenType ) MAY ( coreTokenExpirationDate $ coreTokenUserId $ coreTokenObject $ coreTokenString01 $ coreTokenString02 $ coreTokenString03 $ coreTokenString04 $ coreTokenString05 $ coreTokenString06 $ coreTokenString07 $ coreTokenString08 $ coreTokenString09 $ coreTokenString10 $ coreTokenString11 $ coreTokenString12 $ coreTokenString13 $ coreTokenString14 $ coreTokenString15 $ coreTokenInteger01 $ coreTokenInteger02 $ coreTokenInteger03 $ coreTokenInteger04 $ coreTokenInteger05 $ coreTokenInteger06 $ coreTokenInteger07 $ coreTokenInteger08 $ coreTokenInteger09 $ coreTokenInteger10 $ coreTokenDate01 $ coreTokenDate02 $ coreTokenDate03 $ coreTokenDate04 $ coreTokenDate05 $ coreTokenMultiString01 $ coreTokenMultiString02 $ coreTokenMultiString03 ) X-ORIGIN 'ForgeRock OpenAM CTSv2' )