GUAC-587: Add guac-manifest.json to LDAP.

This commit is contained in:
Michael Jumper
2015-05-11 15:34:02 -07:00
parent 5026841573
commit acc8d996fc

View File

@@ -0,0 +1,10 @@
{
"name" : "LDAP Authentication",
"namespace" : "guac-ldap",
"authProviders" : [
"net.sourceforge.guacamole.net.auth.ldap.LDAPAuthenticationProvider"
]
}