mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-889: Fix mismatching attribute names
This patch targets the following error message: line 30 objectClass: AttributeType not found: "protocol"
This commit is contained in:
@@ -26,6 +26,6 @@ attributetype ( 1.3.6.1.4.1.38971.1.1.2 NAME 'guacConfigParameter'
|
||||
objectClass ( 1.3.6.1.4.1.38971.1.2.1 NAME 'guacConfigGroup'
|
||||
DESC 'Guacamole configuration group'
|
||||
SUP groupOfNames
|
||||
MUST protocol
|
||||
MAY parameter )
|
||||
MUST guacConfigProtocol
|
||||
MAY guacConfigParameter )
|
||||
|
||||
|
Reference in New Issue
Block a user