5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford#
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford#
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# Copyright (c) 2015 ForgeRock AS. All Rights Reserved
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford#
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# The contents of this file are subject to the terms
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# of the Common Development and Distribution License
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# (the License). You may not use this file except in
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# compliance with the License.
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford#
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# You can obtain a copy of the License at
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# http://forgerock.org/license/CDDLv1.0.html
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# See the License for the specific language governing
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# permission and limitations under the License.
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford#
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# When distributing Covered Code, include this CDDL
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# Header Notice in each file and include the License file
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# at http://forgerock.org/license/CDDLv1.0.html
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# If applicable, add the following below the CDDL Header,
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# with the fields enclosed by brackets [] replaced by
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# your own identifying information:
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford# "Portions Copyrighted [year] [name of copyright owner]"
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford#
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamforddn: cn=schema
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamfordchangetype: modify
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamfordadd: attributeTypes
06b16f5d7356f342d87e72fd8746b71673a71ff1Ram AnaswaraattributeTypes: ( 1.3.6.1.4.1.36733.2.2.1.5 NAME 'kbaInfo' DESC 'Knowledge Based Authentication information is stored in this attribute' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenAM' )
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford-
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamfordadd: attributeTypes
5769134bf2230c120a9474908c07f24dffaf9991Tony BamfordattributeTypes: ( 1.3.6.1.4.1.36733.2.2.1.6 NAME 'kbaActiveIndex' DESC 'Knowledge Based Authentication Active Index' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenAM' )
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamford-
5769134bf2230c120a9474908c07f24dffaf9991Tony Bamfordadd: objectClasses
06b16f5d7356f342d87e72fd8746b71673a71ff1Ram AnaswaraobjectClasses: ( 1.3.6.1.4.1.36733.2.2.2.5 NAME 'kbaInfoContainer' DESC 'Class containing KBA information' SUP top AUXILIARY MAY ( kbaInfo $ kbaActiveIndex ) X-ORIGIN 'OpenAM' )