mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +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.
|
* LDAP group directory records.
|
||||||
*/
|
*/
|
||||||
public enum MemberAttributeType {
|
public enum MemberAttributeType {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* group membership is specified by DN
|
* group membership is specified by DN
|
||||||
*/
|
*/
|
||||||
DN,
|
DN,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* group membership is specified by usercode
|
* group membership is specified by usercode
|
||||||
*/
|
*/
|
||||||
UID;
|
UID;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user