mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-300: fix guac-style whitespace issues
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user