83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey#
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey#
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# Copyright (c) 2015 ForgeRock AS. All Rights Reserved
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey#
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# The contents of this file are subject to the terms
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# of the Common Development and Distribution License
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# (the License). You may not use this file except in
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# compliance with the License.
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey#
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# You can obtain a copy of the License at
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# http://forgerock.org/license/CDDLv1.0.html
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# See the License for the specific language governing
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# permission and limitations under the License.
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey#
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# When distributing Covered Code, include this CDDL
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# Header Notice in each file and include the License file
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# at http://forgerock.org/license/CDDLv1.0.html
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# If applicable, add the following below the CDDL Header,
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# with the fields enclosed by brackets [] replaced by
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# your own identifying information:
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey# "Portions Copyrighted [year] [name of copyright owner]"
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey#
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Baileydn: cn=schema
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Baileychangetype: modify
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Baileyadd: attributeTypes
83e256300983595c5a1cb07e67f4c41530b82fe7Brian BaileyattributeTypes: ( 1.3.6.1.4.1.36733.2.2.1.10 NAME 'oathDeviceProfiles' DESC 'OATH device profiles string' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenAM' )
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey-
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Baileyadd: objectClasses
83e256300983595c5a1cb07e67f4c41530b82fe7Brian BaileyobjectClasses: ( 1.3.6.1.4.1.36733.2.2.2.10 NAME 'oathDeviceProfilesContainer' DESC 'Class containing OATH device profiles' SUP top AUXILIARY MAY ( oathDeviceProfiles ) X-ORIGIN 'OpenAM' )
83e256300983595c5a1cb07e67f4c41530b82fe7Brian Bailey-