|
663 | 663 | This is optional but could be useful in a few scenarios e.g. authenticate with an e-mail address but be identified by a username,
|
664 | 664 | correcting the case of an entered username or even in the future ensuring consistency after a different
|
665 | 665 | authentication approach.
|
666 |
| - |
667 |
| - Note: This value will become the username used for any subsequent group loading. |
| 666 | + |
| 667 | + Note: This value will become the username used for any subsequent group loading. |
668 | 668 | </xs:documentation>
|
669 | 669 | </xs:annotation>
|
670 | 670 | </xs:attribute>
|
|
685 | 685 | <xs:complexType name="ldapAuthorizationType">
|
686 | 686 | <xs:complexContent>
|
687 | 687 | <xs:extension base="baseLdapAuthType">
|
688 |
| - <xs:sequence> |
| 688 | + <xs:sequence> |
689 | 689 | <xs:element name="username-to-dn" type="ldapUserSearchType" minOccurs="0" />
|
690 | 690 | <xs:element name="group-search" type="ldapGroupSearchType" />
|
691 | 691 | </xs:sequence>
|
|
884 | 884 | </xs:annotation>
|
885 | 885 | </xs:attribute>
|
886 | 886 | </xs:complexType>
|
887 |
| - |
| 887 | + |
888 | 888 | <xs:simpleType name="cacheType">
|
889 | 889 | <xs:restriction base="xs:string">
|
890 | 890 | <xs:enumeration value="by-search-time" />
|
|
909 | 909 |
|
910 | 910 | If items are not going to be evicted based on time then max-cache-size should be set otherwise the cache
|
911 | 911 | could grow without restriction.
|
912 |
| - |
913 |
| - Note: The eviction time is handled on a best-efforts basis, during times of many concurrent authentications |
| 912 | + |
| 913 | + Note: The eviction time is handled on a best-efforts basis, during times of many concurrent authentications |
914 | 914 | there could be small delay before the evictions fire.
|
915 | 915 | </xs:documentation>
|
916 | 916 | </xs:annotation>
|
|
1237 | 1237 | The numerical values in the enumeration entries, is the numerical value as defined in the RFC.
|
1238 | 1238 | </xs:documentation>
|
1239 | 1239 | </xs:annotation>
|
1240 |
| - <xs:simpleType> |
| 1240 | + <xs:simpleType> |
1241 | 1241 | <xs:restriction base="xs:token">
|
1242 | 1242 | <xs:enumeration value="KERNEL">
|
1243 | 1243 | <xs:annotation>
|
|
1659 | 1659 | Configuration of the socket to use for the native management interface is a choice
|
1660 | 1660 | between a direct configuration of the address and port, or a reference to a socket-binding
|
1661 | 1661 | configuration in the server's socket-binding-group element. The latter is the recommended
|
1662 |
| - approach is it makes it easier to avoid port conflicts by taking advantage of the |
| 1662 | + approach as it makes it easier to avoid port conflicts by taking advantage of the |
1663 | 1663 | socket-binding-group's port-offset configuration. Direct configuration of the address and
|
1664 |
| - ports is provided to preserve backward compatibility. |
| 1664 | + ports is deprecated and is only provided to preserve backward compatibility. |
1665 | 1665 | </xs:documentation>
|
1666 | 1666 | </xs:annotation>
|
1667 | 1667 | <xs:choice>
|
1668 |
| - <xs:element name="socket" type="native-management-socketType"/> |
| 1668 | + <xs:element name="socket" type="native-management-socketType"> |
| 1669 | + <xs:annotation> |
| 1670 | + <xs:documentation> |
| 1671 | + Deprecated. Use 'socket-binding' |
| 1672 | + </xs:documentation> |
| 1673 | + </xs:annotation> |
| 1674 | + </xs:element> |
1669 | 1675 | <xs:element name="socket-binding" type="native-management-socket-binding-refType"/>
|
1670 | 1676 | </xs:choice>
|
1671 | 1677 | </xs:extension>
|
|
1700 | 1706 | Configuration of the socket to use for the HTTP/HTTPS management interface is a choice
|
1701 | 1707 | between a direct configuration of the address and ports, or a reference to socket-binding
|
1702 | 1708 | configurations in the server's socket-binding-group element. The latter is the recommended
|
1703 |
| - approach is it makes it easier to avoid port conflicts by taking advantage of the |
| 1709 | + approach as it makes it easier to avoid port conflicts by taking advantage of the |
1704 | 1710 | socket-binding-group's port-offset configuration. Direct configuration of the address and
|
1705 |
| - ports is provided to preserve backward compatibility. |
| 1711 | + ports is deprecated and is only provided to preserve backward compatibility. |
1706 | 1712 | </xs:documentation>
|
1707 | 1713 | </xs:annotation>
|
1708 | 1714 | <xs:choice>
|
1709 |
| - <xs:element name="socket" type="http-management-socketType"/> |
| 1715 | + <xs:element name="socket" type="http-management-socketType"> |
| 1716 | + <xs:annotation> |
| 1717 | + <xs:documentation> |
| 1718 | + Deprecated. Use 'socket-binding' |
| 1719 | + </xs:documentation> |
| 1720 | + </xs:annotation> |
| 1721 | + </xs:element> |
1710 | 1722 | <xs:element name="socket-binding" type="http-management-socket-binding-refType"/>
|
1711 | 1723 | </xs:choice>
|
1712 | 1724 | <xs:attribute name="console-enabled" type="xs:boolean" use="optional" default="true"/>
|
|
0 commit comments