f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna#
dd14553586e45d4fa1865904648ca58e3f53cafdJames Phillpotts# Copyright 2015-2016 ForgeRock AS.
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna#
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna# The contents of this file are subject to the terms of the Common Development and
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna# Distribution License (the License). You may not use this file except in compliance with the
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna# License.
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna#
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna# specific language governing permission and limitations under the License.
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna#
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna# When distributing Covered Software, include this CDDL Header Notice in each file and include
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna# Header, with the fields enclosed by brackets [] replaced by your own identifying
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna# information: "Portions copyright [year] [name of copyright owner]".
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna#
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Lunadn: cn=schema
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Lunachangetype: modify
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Lunaadd: attributeTypes
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David LunaattributeTypes: ( 1.3.6.1.4.1.36733.2.2.1.131 NAME 'oath2faEnabled' DESC 'Indicator for enabling of OATH 2FA' SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 X-ORIGIN 'OpenSSO' )
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Luna-
dd14553586e45d4fa1865904648ca58e3f53cafdJames Phillpottsdelete: objectClasses
dd14553586e45d4fa1865904648ca58e3f53cafdJames PhillpottsobjectClasses: ( 1.3.6.1.4.1.42.2.27.9.2.23 NAME 'iplanet-am-auth-configuration-service' DESC 'Authentication Configuration Service OC' SUP top AUXILIARY MAY ( iplanet-am-auth-configuration $ iplanet-am-auth-login-success-url $ iplanet-am-auth-login-failure-url $ iplanet-am-auth-post-login-process-class) X-ORIGIN 'OpenSSO' )
dd14553586e45d4fa1865904648ca58e3f53cafdJames Phillpotts-
f6e2cb3fcbf7ad3fb8f5a19414d54d5f2b774a63David Lunaadd: objectClasses
dd14553586e45d4fa1865904648ca58e3f53cafdJames PhillpottsobjectClasses: ( 1.3.6.1.4.1.42.2.27.9.2.23 NAME 'iplanet-am-auth-configuration-service' DESC 'Authentication Configuration Service OC' SUP top AUXILIARY MAY ( iplanet-am-auth-configuration $ iplanet-am-auth-login-success-url $ iplanet-am-auth-login-failure-url $ iplanet-am-auth-post-login-process-class $ oath2faEnabled) X-ORIGIN 'OpenSSO' )