From fd2092b89bfd222d23d01576baf4a283e7e1c62a Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Thu, 06 Sep 2007 01:14:54 +0000 Subject: [PATCH] Update password storage scheme references in the server so that they use DNs rather than storage scheme names. This will allow better consistency in the configuration, since all other references between configuration objects are DN-based, and it will work better with the upcoming aggregation support. It also eliminates the need to know the storage scheme name, which is not obvious from looking at the configuration entry for the storage scheme, and can actually vary in some implementations depending on whether it's used with a user password or auth password syntax attribute. --- opends/src/messages/messages/plugin.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/plugin.properties b/opends/src/messages/messages/plugin.properties index a8ba1b9..8b0a93c 100644 --- a/opends/src/messages/messages/plugin.properties +++ b/opends/src/messages/messages/plugin.properties @@ -376,3 +376,6 @@ would have resulted in a value for attribute %s that was not 7-bit clean MILD_ERR_PLUGIN_7BIT_IMPORT_ATTR_NOT_CLEAN_103=The entry included a value for \ attribute %s that was not 7-bit clean +SEVERE_ERR_PLUGIN_PWIMPORT_NO_SUCH_DEFAULT_AUTH_SCHEME_104=The password \ + policy import plugin references default auth password storage scheme %s \ + which is not available for use in the server -- Gitblit v1.10.0