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

Matthew Swift
18.33.2011 0725a645defe632809bfcbc47fd7d03c82877407
refs
author Matthew Swift <matthew.swift@forgerock.com>
Monday, July 18, 2011 17:33 +0200
committer Matthew Swift <matthew.swift@forgerock.com>
Monday, July 18, 2011 17:33 +0200
commit0725a645defe632809bfcbc47fd7d03c82877407
tree 44824b275135b9ae66bc284e39ebe20e9d7a1593 tree | zip | gz
parent d1277d08161eeb72c6f894e3dacd4638017bfb3e view | diff
Fix OPENDJ-233: Integrate Samba password sync plugin into OpenDJ (contributed by Profiq S.R.O)

Many thanks to Nemanja Lukic and his colleagues at Profiq S.R.O for this kind contribution.

The contribution has been modified as follows:

*) integrate as core feature of OpenDJ, not extension
*) rename package names accordingly
*) remove dependency on BouncyCastle.org MD4 implementation, by porting implementation to OpenDJ
*) re-implement setOddParity method in order to avoid potential copyright issues with existing implementations.
*) simplify configuration model and validation.

TODO:

*) support u: and dn: authid in password modify extended operation.
5 files added
2 files modified
2100 ■■■■■ changed files
opends/resource/schema/02-config.ldif 16 ●●●●● diff | view | raw | blame | history
opends/resource/schema/05-samba.ldif 88 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/SambaPasswordPluginConfiguration.xml 120 ●●●●● diff | view | raw | blame | history
opends/src/admin/messages/SambaPasswordPluginCfgDefn.properties 68 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/plugin.properties 7 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/plugins/SambaPasswordPlugin.java 1150 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/SambaPasswordPluginTestCase.java 651 ●●●●● diff | view | raw | blame | history