Fix missing attributes on deserialization approach

This commit is contained in:
Adam Zambrzycki 2021-12-13 23:04:01 +01:00
parent 3812890fe8
commit 64acfe6c8e
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ func FetchFromLdap(address *url.URL) ([]string, error) {
strings.TrimLeft(address.Path, "/"),
ldap.ScopeBaseObject, ldap.DerefAlways, 0, 0, false,
"(objectClass=*)",
[]string{"javaClassName", "javaCodeBase", "objectClass", "javaFactory"},
[]string{},
[]ldap.Control{
&ldap.ControlManageDsaIT{},
},