mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix codestyle/formatting within plugins/userauthenticators/ldap
This commit is contained in:
parent
917ea33ba9
commit
31758ed8d0
@ -105,7 +105,8 @@ public class LdapConfiguration {
|
|||||||
|
|
||||||
public String[] getReturnAttributes() {
|
public String[] getReturnAttributes() {
|
||||||
return new String[] { getUsernameAttribute(), getEmailAttribute(),
|
return new String[] { getUsernameAttribute(), getEmailAttribute(),
|
||||||
getFirstnameAttribute(), getLastnameAttribute(), getCommonNameAttribute() };
|
getFirstnameAttribute(), getLastnameAttribute(), getCommonNameAttribute()
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getScope() {
|
public int getScope() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user