Skip to content

Commit

Permalink
GUACAMOLE-577: Merge correction to schema for guacConfigProxyHostname…
Browse files Browse the repository at this point in the history
… (should be single-valued).
  • Loading branch information
mike-jumper authored Aug 30, 2024
2 parents 0301a11 + 1cc677a commit 48501cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions extensions/guacamole-auth-ldap/schema/guacConfigGroup.ldif
Original file line number Diff line number Diff line change
Expand Up @@ -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'
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'
SINGLE-VALUE
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'
SINGLE-VALUE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

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 )

attributetype ( 1.3.6.1.4.1.38971.1.1.4 NAME 'guacConfigProxyPort'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class ConnectionService {
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";

Expand Down

0 comments on commit 48501cd

Please sign in to comment.