user-friendly-name=Network Group
user-friendly-plural-name=Network Groups
synopsis=The Network Group is used to classify incoming client connections and route requests to workflows.
property.allowed-auth-method.synopsis=Specifies a set of allowed authorization methods that clients must use in order to establish connections to this Network Group.
property.allowed-auth-method.default-behavior.alias.synopsis=All authorization methods are allowed.
property.allowed-auth-method.requires-admin-action.synopsis=Changes to this property take effect immediately and do not interfere with connections that may have already been established.
property.allowed-auth-method.syntax.enumeration.value.anonymous.synopsis=Unauthorized clients.
property.allowed-auth-method.syntax.enumeration.value.sasl.synopsis=Clients who bind using SASL/external certificate based authentication.
property.allowed-auth-method.syntax.enumeration.value.simple.synopsis=Clients who bind using simple authentication (name and password).
property.allowed-bind-dn.synopsis=Specifies a set of bind DN patterns that determine the clients that are allowed to establish connections to this Network Group.
property.allowed-bind-dn.description=Valid bind DN filters are strings composed of zero or more wildcards. A double wildcard ** replaces one or more RDN components (as in uid=dmiller,**,dc=example,dc=com). A simple wildcard * replaces either a whole RDN, or a whole type, or a value substring (as in uid=bj*,ou=people,dc=example,dc=com).
property.allowed-bind-dn.default-behavior.alias.synopsis=All bind DNs are allowed.
property.allowed-bind-dn.requires-admin-action.synopsis=Changes to this property take effect immediately and do not interfere with connections that may have already been established.
property.allowed-client.synopsis=Specifies a set of host names or address masks that determine the clients that are allowed to establish connections to this Network Group.
property.allowed-client.description=Valid values include a host name, a fully qualified domain name, a domain name, an IP address, or a subnetwork with subnetwork mask.
property.allowed-client.default-behavior.alias.synopsis=All clients with addresses that do not match an address on the deny list are allowed. If there is no deny list, then all clients are allowed.
property.allowed-client.requires-admin-action.synopsis=Changes to this property take effect immediately and do not interfere with connections that may have already been established.
property.allowed-protocol.synopsis=Specifies a set of allowed supported protocols that clients must use in order to establish connections to this Network Group.
property.allowed-protocol.default-behavior.alias.synopsis=All supported protocols are allowed.
property.allowed-protocol.requires-admin-action.synopsis=Changes to this property take effect immediately and do not interfere with connections that may have already been established.
property.allowed-protocol.syntax.enumeration.value.ldap.synopsis=Clients using LDAP are allowed.
property.allowed-protocol.syntax.enumeration.value.ldaps.synopsis=Clients using LDAPS are allowed.
property.denied-client.synopsis=Specifies a set of host names or address masks that determine the clients that are not allowed to establish connections to this Network Group.
property.denied-client.description=Valid values include a host name, a fully qualified domain name, a domain name, an IP address, or a subnetwork with subnetwork mask. If both allowed and denied client masks are defined and a client connection matches one or more masks in both lists, then the connection is denied. If only a denied list is specified, then any client not matching a mask in that list is allowed.
property.denied-client.default-behavior.alias.synopsis=If an allow list is specified, then only clients with addresses on the allow list are allowed. Otherwise, all clients are allowed.
property.denied-client.requires-admin-action.synopsis=Changes to this property take effect immediately and do not interfere with connections that may have already been established.
property.enabled.synopsis=Indicates whether the Network Group is enabled for use in the server.
property.enabled.description=If a Network Group is not enabled then its workflows will not be accessible when processing operations.
property.is-security-mandatory.synopsis=Specifies whether or not a secured client connection is required in order for clients to establish connections to this Network Group.
property.is-security-mandatory.requires-admin-action.synopsis=Changes to this property take effect immediately and do not interfere with connections that may have already been established.
property.priority.synopsis=Specifies the priority for this Network Group.
property.priority.description=A client connection is first compared against the Network Group with the lowest priority. If the client connection does not match its connection criteria, then the client connection is compared against the Network Group with next lowest priority, and so on. If no Network Group is selected then the client connection is rejected.
property.workflow.synopsis=Specifies a set of workflows which should be accessible from this Network Group .
property.workflow.default-behavior.alias.synopsis=No workflows will be accessible.
property.workflow.syntax.aggregation.constraint-synopsis=The referenced workflows must be enabled.
relation.network-group-qos-policy.user-friendly-name=Network Group QOS Policy
relation.network-group-qos-policy.user-friendly-plural-name=Network Group QOS Policies
relation.network-group-qos-policy.synopsis=Specifies the set of quality of service (QoS) policies enforced by the QOS Policy .
relation.network-group-qos-policy.description=All client connections belonging to the QOS Policy will comply with its policies.