From 94af7fde4bf372b77568f47e066925073748cb1f Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Thu, 29 Sep 2011 09:50:04 +0000 Subject: [PATCH] Issue OPENDJ-262: Implement pass through authentication (PTA) --- opends/resource/schema/02-config.ldif | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif index 6458a2c..42625ff 100644 --- a/opends/resource/schema/02-config.ldif +++ b/opends/resource/schema/02-config.ldif @@ -2646,6 +2646,20 @@ SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.26 + NAME 'ds-pta-cached-password' + SYNTAX 1.3.6.1.4.1.26027.1.3.1 + SINGLE-VALUE + NO-USER-MODIFICATION + USAGE directoryOperation + X-ORIGIN 'OpenDJ Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.27 + NAME 'ds-pta-cached-password-time' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 + SINGLE-VALUE + NO-USER-MODIFICATION + USAGE directoryOperation + X-ORIGIN 'OpenDJ Directory Server' ) objectClasses: ( 1.3.6.1.4.1.26027.1.2.1 NAME 'ds-cfg-access-control-handler' SUP top -- Gitblit v1.10.0