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

neil_a_wilson
26.40.2007 86c9d1fa27d47c82fce9794f49ab717dcbcd58e0
refs
author neil_a_wilson <neil_a_wilson@localhost>
Monday, February 26, 2007 21:40 +0100
committer neil_a_wilson <neil_a_wilson@localhost>
Monday, February 26, 2007 21:40 +0100
commit86c9d1fa27d47c82fce9794f49ab717dcbcd58e0
tree a4ced761d957f977389fd8efd330dc2e4d90282c tree | zip | gz
parent 7d3b56747e9b1d0e81c032a2632522220a400f12 view | diff
Add three new certificate mappers to the server:

- One which will take attributes from the certificate subject and map them to
attributes in user entries (Issue #1278).

- One which will search for the subjects of the presented certificates in user
entries (Issue #1279).

- One which will search for the MD5 or SHA1 fingerprints of the presented
certificates in user entries (Issue #1280).
6 files added
5 files modified
5071 ■■■■■ changed files
opendj-sdk/opends/resource/config/config.ldif 33 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/schema/02-config.ldif 41 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java 49 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/extensions/FingerprintCertificateMapper.java 760 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/extensions/SubjectAttributeToUserAttributeCertificateMapper.java 806 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/extensions/SubjectDNToUserAttributeCertificateMapper.java 584 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/ExtensionsMessages.java 525 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/util/StaticUtils.java 31 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/FingerprintCertificateMapperTestCase.java 681 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/SubjectAttributeToUserAttributeCertificateMapperTestCase.java 851 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/SubjectDNToUserAttributeCertificateMapperTestCase.java 710 ●●●●● diff | view | raw | blame | history