From c9da9e4bd4a115a646dfb846972126ca8eef1158 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 18 Aug 2011 17:43:22 +0000
Subject: [PATCH] Initial checkpoint of work for OPENDJ-262: Implement pass through authentication (PTA)

---
 opends/resource/schema/02-config.ldif |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index 6af7052..1685fb3 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -3180,12 +3180,18 @@
   MUST ( ds-cfg-password-character-set $
          ds-cfg-password-format )
   X-ORIGIN 'OpenDS Directory Server' )
-objectClasses: ( 1.3.6.1.4.1.26027.1.2.61
-  NAME 'ds-cfg-password-policy'
+objectClasses: ( 1.3.6.1.4.1.36733.2.1.2.3
+  NAME 'ds-cfg-authentication-policy'
   SUP top
   STRUCTURAL
-  MUST ( cn $
-         ds-cfg-password-attribute $
+  MUST ( cn )
+  MAY ( ds-cfg-java-class )
+  X-ORIGIN 'OpenDJ Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.26027.1.2.61
+  NAME 'ds-cfg-password-policy'
+  SUP ds-cfg-authentication-policy
+  STRUCTURAL
+  MUST ( ds-cfg-password-attribute $
          ds-cfg-default-password-storage-scheme )
   MAY ( ds-cfg-account-status-notification-handler $
         ds-cfg-allow-expired-password-changes $

--
Gitblit v1.10.0