do not add group as role
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1437034 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
50515a3daf
commit
078b26ba3c
|
@ -414,13 +414,13 @@ public class DefaultLdapRoleMapper
|
|||
roles.add( role );
|
||||
}
|
||||
}
|
||||
else
|
||||
/*else
|
||||
{
|
||||
if ( this.useDefaultRoleName )
|
||||
{
|
||||
roles.add( group );
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
return new ArrayList<String>( roles );
|
||||
|
|
Loading…
Reference in New Issue