From 5ceb2e9601d2501d021d0c61188ec913076555a0 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Wed, 26 Sep 2007 12:21:02 +0000
Subject: [PATCH] Merge branches/temp-admin@3208 onto trunk@3208.

---
 opends/src/admin/defn/org/opends/server/admin/std/GSSAPISASLMechanismHandlerConfiguration.xml |   27 ++++++++++-----------------
 1 files changed, 10 insertions(+), 17 deletions(-)

diff --git a/opends/src/admin/defn/org/opends/server/admin/std/GSSAPISASLMechanismHandlerConfiguration.xml b/opends/src/admin/defn/org/opends/server/admin/std/GSSAPISASLMechanismHandlerConfiguration.xml
index dd588dd..c0340ef 100644
--- a/opends/src/admin/defn/org/opends/server/admin/std/GSSAPISASLMechanismHandlerConfiguration.xml
+++ b/opends/src/admin/defn/org/opends/server/admin/std/GSSAPISASLMechanismHandlerConfiguration.xml
@@ -39,12 +39,11 @@
   </adm:synopsis>
   <adm:profile name="ldap">
     <ldap:object-class>
-      <ldap:oid>1.3.6.1.4.1.26027.1.2.48</ldap:oid>
       <ldap:name>ds-cfg-gssapi-sasl-mechanism-handler</ldap:name>
       <ldap:superior>ds-cfg-sasl-mechanism-handler</ldap:superior>
     </ldap:object-class>
   </adm:profile>
-  <adm:property-override name="handler-class">
+  <adm:property-override name="java-class">
     <adm:default-behavior>
       <adm:defined>
         <adm:value>
@@ -77,7 +76,6 @@
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
-        <ldap:oid>1.3.6.1.4.1.26027.1.1.86</ldap:oid>
         <ldap:name>ds-cfg-realm</ldap:name>
       </ldap:attribute>
     </adm:profile>
@@ -107,7 +105,6 @@
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
-        <ldap:oid>1.3.6.1.4.1.26027.1.1.45</ldap:oid>
         <ldap:name>ds-cfg-kdc-address</ldap:name>
       </ldap:attribute>
     </adm:profile>
@@ -137,7 +134,6 @@
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
-        <ldap:oid>1.3.6.1.4.1.26027.1.1.46</ldap:oid>
         <ldap:name>ds-cfg-keytab</ldap:name>
       </ldap:attribute>
     </adm:profile>
@@ -165,28 +161,25 @@
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
-        <ldap:oid>1.3.6.1.4.1.26027.1.1.115</ldap:oid>
         <ldap:name>ds-cfg-server-fqdn</ldap:name>
       </ldap:attribute>
     </adm:profile>
   </adm:property>
-  <adm:property name="identity-mapper-dn" mandatory="true">
+  <adm:property name="identity-mapper" mandatory="true">
     <adm:synopsis>
-      Specifies the DN of the identity mapper to use.
+      Specifies the name of the identity mapper that should be used to
+      match the Kerberos principal to a user entry.
     </adm:synopsis>
-    <adm:description>
-      Specifies the DN of the configuration entry for the identity mapper that
-      should be used to match the Kerberos principal to a user entry.
-    </adm:description>
     <adm:syntax>
-      <adm:dn>
-        <adm:base>cn=identity mappers,cn=config</adm:base>
-      </adm:dn>
+      <adm:aggregation relation-name="identity-mapper"
+        parent-path="/">
+        <adm:source-enabled-property-name name="enabled" />
+        <adm:target-enabled-property-name name="enabled" />
+      </adm:aggregation>
     </adm:syntax>
     <adm:profile name="ldap">
       <ldap:attribute>
-        <ldap:oid>1.3.6.1.4.1.26027.1.1.148</ldap:oid>
-        <ldap:name>ds-cfg-identity-mapper-dn</ldap:name>
+        <ldap:name>ds-cfg-identity-mapper</ldap:name>
       </ldap:attribute>
     </adm:profile>
   </adm:property>

--
Gitblit v1.10.0