necouchman commented on code in PR #1091:
URL: https://github.com/apache/guacamole-client/pull/1091#discussion_r2479156589


##########
extensions/guacamole-auth-ldap/src/main/java/org/apache/guacamole/auth/ldap/conf/JacksonLDAPConfiguration.java:
##########
@@ -204,6 +204,13 @@ public class JacksonLDAPConfiguration implements 
LDAPConfiguration {
     @JsonProperty("member-attribute-type")
     private String memberAttributeType;
 
+    /**
+     * The raw YAML value of {@link 
LDAPGuacamoleProperties#LDAP_NESTED_GROUPS}.
+     * If not set within the YAML, this will be null.

Review Comment:
   This may be copy-pasta, but I think, if not set within the yaml, this will 
be `false`, correct, as opposed to `null`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to