user-friendly-name=GSSAPI SASL Mechanism Handler
user-friendly-plural-name=GSSAPI SASL Mechanism Handlers
synopsis=The GSSAPI SASL mechanism performs all processing related to SASL GSSAPI authentication using Kerberos V5.
description=The GSSAPI SASL mechanism provides the ability for clients to authenticate themselves to the server using existing authentication in a Kerberos environment. This mechanism provides the ability to achieve single sign-on for Kerberos-based clients.
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 Kerberos principal 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 GSSAPI 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.kdc-address.synopsis=Specifies the address of the KDC that is to be used for Kerberos processing.
property.kdc-address.description=If provided, this property must be a fully-qualified DNS-resolvable name. If this property is not provided, then the server attempts to determine it from the system-wide Kerberos configuration.
property.kdc-address.default-behavior.alias.synopsis=The server attempts to determine the KDC address from the underlying system configuration.
property.keytab.synopsis=Specifies the path to the keytab file that should be used for Kerberos processing.
property.keytab.description=If provided, this is either an absolute path or one that is relative to the server instance root.
property.keytab.default-behavior.alias.synopsis=The server attempts to use the system-wide default keytab.
property.principal-name.synopsis=Specifies the principal name.
property.principal-name.description=It can either be a simple user name or a service name such as host/example.com. If this property is not provided, then the server attempts to build the principal name by appending the fully qualified domain name to the string "ldap/".
property.principal-name.default-behavior.alias.synopsis=The server attempts to determine the principal name from the underlying system configuration.
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 realm to be used for GSSAPI authentication.
property.realm.default-behavior.alias.synopsis=The server attempts to determine the realm from the underlying system configuration.
property.server-fqdn.synopsis=Specifies the DNS-resolvable fully-qualified domain name for the system.
property.server-fqdn.default-behavior.alias.synopsis=The server attempts to determine the fully-qualified domain name dynamically .