Files
guacamole-client/extensions/guacamole-auth-ldap/src/main/resources/guac-manifest.json
2023-04-09 19:54:19 -07:00

19 lines
333 B
JSON

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