From 49094e9410f05e3aa087e5b31c6e0334072f7813 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Mon, 29 Aug 2011 16:26:18 +0000
Subject: [PATCH] Minor refactoring work for OPENDJ-262: Implement pass through authentication (PTA)

---
 opends/resource/schema/02-config.ldif |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/opends/resource/schema/02-config.ldif b/opends/resource/schema/02-config.ldif
index 1685fb3..afcfd94 100644
--- a/opends/resource/schema/02-config.ldif
+++ b/opends/resource/schema/02-config.ldif
@@ -2581,6 +2581,36 @@
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
   SINGLE-VALUE
   X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.12
+  NAME 'ds-cfg-primary-remote-ldap-server'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.13
+  NAME 'ds-cfg-secondary-remote-ldap-server'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.14
+  NAME 'ds-cfg-mapping-policy'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
+  X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.15
+  NAME 'ds-cfg-mapped-attribute'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.38
+  X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.16
+  NAME 'ds-cfg-mapped-search-bind-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  SINGLE-VALUE
+  X-ORIGIN 'OpenDJ Directory Server' )
+attributeTypes: ( 1.3.6.1.4.1.36733.2.1.1.17
+  NAME 'ds-cfg-mapped-search-bind-password'
+  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.18
+  NAME 'ds-cfg-mapped-search-base-dn'
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.12
+  X-ORIGIN 'OpenDJ Directory Server' )
 objectClasses: ( 1.3.6.1.4.1.26027.1.2.1
   NAME 'ds-cfg-access-control-handler'
   SUP top
@@ -4321,3 +4351,16 @@
   MUST ( ds-cfg-pwd-sync-policy )
   MAY ( ds-cfg-samba-administrator-dn )
   X-ORIGIN 'OpenDJ Directory Server' )
+objectClasses: ( 1.3.6.1.4.1.36733.2.1.2.4
+  NAME 'ds-cfg-ldap-pass-through-authentication-policy'
+  SUP ds-cfg-authentication-policy
+  STRUCTURAL
+  MUST ( ds-cfg-java-class $
+         ds-cfg-primary-remote-ldap-server $
+         ds-cfg-mapping-policy )
+  MAY ( ds-cfg-secondary-remote-ldap-server $
+        ds-cfg-mapped-attribute $
+        ds-cfg-mapped-search-bind-dn $
+        ds-cfg-mapped-search-bind-password $
+        ds-cfg-mapped-search-base-dn )
+  X-ORIGIN 'OpenDJ Directory Server' )

--
Gitblit v1.10.0