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:
Inperpetuammemoriam
2019-10-04 13:24:33 +02:00
parent bad20e1a6c
commit e1f4f8ab97

View File

@@ -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 )