mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-577: Merge correction to schema for guacConfigProxyHostname (should be single-valued).
This commit is contained in:
@@ -26,6 +26,7 @@ olcAttributeTypes: ( 1.3.6.1.4.1.38971.1.1.1 NAME 'guacConfigProtocol'
|
|||||||
olcAttributeTypes: ( 1.3.6.1.4.1.38971.1.1.2 NAME 'guacConfigParameter'
|
olcAttributeTypes: ( 1.3.6.1.4.1.38971.1.1.2 NAME 'guacConfigParameter'
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
olcAttributeTypes: ( 1.3.6.1.4.1.38971.1.1.3 NAME 'guacConfigProxyHostname'
|
olcAttributeTypes: ( 1.3.6.1.4.1.38971.1.1.3 NAME 'guacConfigProxyHostname'
|
||||||
|
SINGLE-VALUE
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
olcAttributeTypes: ( 1.3.6.1.4.1.38971.1.1.4 NAME 'guacConfigProxyPort'
|
olcAttributeTypes: ( 1.3.6.1.4.1.38971.1.1.4 NAME 'guacConfigProxyPort'
|
||||||
SINGLE-VALUE
|
SINGLE-VALUE
|
||||||
|
@@ -24,6 +24,7 @@ attributetype ( 1.3.6.1.4.1.38971.1.1.2 NAME 'guacConfigParameter'
|
|||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attributetype ( 1.3.6.1.4.1.38971.1.1.3 NAME 'guacConfigProxyHostname'
|
attributetype ( 1.3.6.1.4.1.38971.1.1.3 NAME 'guacConfigProxyHostname'
|
||||||
|
SINGLE-VALUE
|
||||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
|
||||||
|
|
||||||
attributetype ( 1.3.6.1.4.1.38971.1.1.4 NAME 'guacConfigProxyPort'
|
attributetype ( 1.3.6.1.4.1.38971.1.1.4 NAME 'guacConfigProxyPort'
|
||||||
|
@@ -87,7 +87,7 @@ public class ConnectionService {
|
|||||||
public static final String LDAP_ATTRIBUTE_PROXY_PORT = "guacConfigProxyPort";
|
public static final String LDAP_ATTRIBUTE_PROXY_PORT = "guacConfigProxyPort";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The name of the LDAP attribute that stores guacd proxy hostname.
|
* The name of the LDAP attribute that stores guacd proxy encryption method.
|
||||||
*/
|
*/
|
||||||
public static final String LDAP_ATTRIBUTE_PROXY_ENCRYPTION = "guacConfigProxyEncryption";
|
public static final String LDAP_ATTRIBUTE_PROXY_ENCRYPTION = "guacConfigProxyEncryption";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user