Files
guacamole-client/extensions/guacamole-auth-ldap/src/main/resources/guac-manifest.json

19 lines
338 B
JSON

{
"guacamoleVersion" : "1.2.0",
"name" : "LDAP Authentication",
"namespace" : "guac-ldap",
"authProviders" : [
"org.apache.guacamole.auth.ldap.LDAPAuthenticationProvider"
],
"translations" : [
"translations/de.json",
"translations/en.json",
"translations/zh.json"
]
}