mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
06.14.2007 fd2092b89bfd222d23d01576baf4a283e7e1c62a
refs
author neil_a_wilson <neil_a_wilson@localhost>
Thursday, September 6, 2007 03:14 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Thursday, September 6, 2007 03:14 +0200
commitfd2092b89bfd222d23d01576baf4a283e7e1c62a
tree 679461b40e6eac706b2c326d00c141d2d15254e0 tree | zip | gz
parent 364d218bcd16ec15daa72fc808529b17903a6d41 view | diff
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 Issue Number: 2155
14 files modified
675 ■■■■■ changed files
opends/resource/config/config.ldif 6 ●●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 24 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyConfiguration.xml 44 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PasswordPolicyImportPluginConfiguration.xml 41 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/core.properties 9 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/plugin.properties 3 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/DirectoryServer.java 55 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/PasswordPolicy.java 83 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/PasswordStorageSchemeConfigManager.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/plugins/PasswordPolicyImportPlugin.java 115 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/resource/config-changes.ldif 6 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/PasswordPolicyTestCase.java 260 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/UserDefinedVirtualAttributeProviderTestCase.java 5 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/PasswordPolicyImportPluginTestCase.java 18 ●●●●● diff | view | raw | blame | history