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

Matthew Swift
18.33.2011 71b450cfb829015d195ebcf537ee389d120bf049
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
commit71b450cfb829015d195ebcf537ee389d120bf049
tree ea72621b3da0be3ce31d06a2e39680ed8b049c59 tree | zip | gz
parent 49a3c534d07fe0a8221ba99b9eb0e095b2272560 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
opendj-sdk/opends/resource/schema/02-config.ldif 16 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/schema/05-samba.ldif 88 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/SambaPasswordPluginConfiguration.xml 120 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/messages/SambaPasswordPluginCfgDefn.properties 68 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/messages/messages/plugin.properties 7 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/plugins/SambaPasswordPlugin.java 1150 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/SambaPasswordPluginTestCase.java 651 ●●●●● diff | view | raw | blame | history