Add source from existing guacamole-auth-ldap.

This commit is contained in:
Michael Jumper
2013-08-22 15:34:35 -07:00
parent b6fda0f206
commit 1142419ed4
10 changed files with 1125 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
attributetype ( 1.3.6.1.4.1.38971.1.1.1 NAME 'guacConfigProtocol'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
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 )
objectClass ( 1.3.6.1.4.1.38971.1.2.1 NAME 'guacConfigGroup'
DESC 'Guacamole configuration group'
SUP groupOfNames
MUST protocol
MAY parameter )