user-friendly-name=Fingerprint Certificate Mapper
user-friendly-plural-name=Fingerprint Certificate Mappers
synopsis=The Fingerprint Certificate Mapper maps client certificates to user entries by looking for the MD5 or SHA1 fingerprint in a specified attribute of user entries.
property.enabled.synopsis=Indicates whether the Fingerprint Certificate Mapper is enabled.
property.fingerprint-algorithm.synopsis=Specifies the name of the digest algorithm to compute the fingerprint of client certificates.
property.fingerprint-algorithm.syntax.enumeration.value.md5.synopsis=Use the MD5 digest algorithm to compute certificate fingerprints.
property.fingerprint-algorithm.syntax.enumeration.value.sha1.synopsis=Use the SHA-1 digest algorithm to compute certificate fingerprints.
property.fingerprint-attribute.synopsis=Specifies the attribute in which to look for the fingerprint.
property.fingerprint-attribute.description=Values of the fingerprint attribute should exactly match the MD5 or SHA1 representation of the certificate fingerprint.
property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Fingerprint Certificate Mapper implementation.
property.user-base-dn.synopsis=Specifies the set of base DNs below which to search for users.
property.user-base-dn.description=The base DNs are used when performing searches to map the client certificates to a user entry.
property.user-base-dn.default-behavior.alias.synopsis=The server performs the search in all public naming contexts.