From beedc2b804801ea5afef2c9fecb17bd558cc89df Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Tue, 26 Jun 2007 18:57:13 +0000 Subject: [PATCH] Update the way that the password policy import plugin encodes passwords during an LDIF import. The basic practice is as follows: --- opendj-sdk/opends/resource/schema/02-config.ldif | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/opendj-sdk/opends/resource/schema/02-config.ldif b/opendj-sdk/opends/resource/schema/02-config.ldif index ac833f7..4c40418 100644 --- a/opendj-sdk/opends/resource/schema/02-config.ldif +++ b/opendj-sdk/opends/resource/schema/02-config.ldif @@ -1457,6 +1457,12 @@ NAME 'ds-cfg-plugin-order-intermediate-response' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE X-ORIGIN 'OpenDS Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.26027.1.1.429 + NAME 'ds-cfg-default-user-password-storage-scheme' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' ) +attributeTypes: ( 1.3.6.1.4.1.26027.1.1.430 + NAME 'ds-cfg-default-auth-password-storage-scheme' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 X-ORIGIN 'OpenDS Directory Server' ) objectClasses: ( 1.3.6.1.4.1.26027.1.2.1 NAME 'ds-cfg-access-control-handler' SUP top STRUCTURAL MUST ( cn $ ds-cfg-acl-handler-class $ ds-cfg-acl-handler-enabled ) @@ -2048,4 +2054,9 @@ ds-cfg-plugin-order-search-result-reference $ ds-cfg-plugin-order-intermediate-response ) X-ORIGIN 'OpenDS Directory Server' ) +objectClasses: ( 1.3.6.1.4.1.26027.1.2.115 + NAME 'ds-cfg-password-policy-import-plugin' SUP ds-cfg-plugin STRUCTURAL + MAY ( ds-cfg-default-user-password-storage-scheme $ + ds-cfg-default-auth-password-storage-scheme ) + X-ORIGIN 'OpenDS Directory Server' ) -- Gitblit v1.10.0