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

neil_a_wilson
26.40.2007 88db774678ad897f57338a3e1b34a1431ccdd5fd
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
commit88db774678ad897f57338a3e1b34a1431ccdd5fd
tree 833cd049c40ce96b2b033292d3d5e045da98a660 tree | zip | gz
parent c257c8393713851ac66e0adcf821a82e6ac8b3f9 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
opends/resource/config/config.ldif 33 ●●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 41 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/config/ConfigConstants.java 49 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/FingerprintCertificateMapper.java 760 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/SubjectAttributeToUserAttributeCertificateMapper.java 806 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/SubjectDNToUserAttributeCertificateMapper.java 584 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/ExtensionsMessages.java 525 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/StaticUtils.java 31 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/FingerprintCertificateMapperTestCase.java 681 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/SubjectAttributeToUserAttributeCertificateMapperTestCase.java 851 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/SubjectDNToUserAttributeCertificateMapperTestCase.java 710 ●●●●● diff | view | raw | blame | history