user-friendly-name=Digest MD5 SASL Mechanism Handler
user-friendly-plural-name=Digest MD5 SASL Mechanism Handlers
synopsis=The DIGEST-MD5 SASL mechanism is used to perform all processing related to SASL DIGEST-MD5 authentication.
description=The DIGEST-MD5 SASL mechanism is very similar to the CRAM-MD5 mechanism in that it allows for password-based authentication without exposing the password in the clear (although it does require that both the client and the server have access to the clear-text password). Like the CRAM-MD5 mechanism, it uses data that is randomly generated by the server to make it resistant to replay attacks, but it also includes randomly-generated data from the client, which makes it also resistant to problems resulting from weak server-side random number generation.
property.enabled.synopsis=Indicates whether the SASL mechanism handler is enabled for use.
property.identity-mapper.synopsis=Specifies the name of the identity mapper that is to be used with this SASL mechanism handler to match the authentication or authorization ID included in the SASL bind request to the corresponding user in the directory.
property.identity-mapper.syntax.aggregation.constraint-synopsis=The referenced identity mapper must be enabled when the Digest MD5 SASL Mechanism Handler is enabled.
property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the SASL mechanism handler implementation.
property.quality-of-protection.synopsis=The name of a property that specifies the quality of protection the server will support.
property.quality-of-protection.syntax.enumeration.value.confidentiality.synopsis=Quality of protection equals authentication with integrity and confidentiality protection.
property.quality-of-protection.syntax.enumeration.value.integrity.synopsis=Quality of protection equals authentication with integrity protection.
property.quality-of-protection.syntax.enumeration.value.none.synopsis=QOP equals authentication only.
property.realm.synopsis=Specifies the realms that is to be used by the server for DIGEST-MD5 authentication.
property.realm.description=If this value is not provided, then the server defaults to use the fully qualified hostname of the machine.
property.realm.default-behavior.alias.synopsis=If this value is not provided, then the server defaults to use the fully qualified hostname of the machine.
property.realm.syntax.string.pattern.synopsis=Any realm string that does not contain a comma.
property.server-fqdn.synopsis=Specifies the DNS-resolvable fully-qualified domain name for the server that is used when validating the digest-uri parameter during the authentication process.
property.server-fqdn.description=If this configuration attribute is present, then the server expects that clients use a digest-uri equal to "ldap/" followed by the value of this attribute. For example, if the attribute has a value of "directory.example.com", then the server expects clients to use a digest-uri of "ldap/directory.example.com". If no value is provided, then the server does not attempt to validate the digest-uri provided by the client and accepts any value.
property.server-fqdn.default-behavior.alias.synopsis=The server attempts to determine the fully-qualified domain name dynamically.
property.server-fqdn.syntax.string.pattern.synopsis=The fully-qualified address that is expected for clients to use when connecting to the server and authenticating via DIGEST-MD5.