GUACAMOLE-300: fix guac-style whitespace issues

This commit is contained in:
Magnus Lewis-Smith
2020-01-08 11:50:40 +00:00
parent 41fec2793d
commit ac0b8a9865

View File

@@ -24,12 +24,15 @@ package org.apache.guacamole.auth.ldap.conf;
* LDAP group directory records.
*/
public enum MemberAttributeType {
/**
* group membership is specified by DN
*/
DN,
/**
* group membership is specified by usercode
*/
UID;
}