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:
Olivier Lamy 2013-01-22 16:36:08 +00:00
parent 50515a3daf
commit 078b26ba3c
1 changed files with 2 additions and 2 deletions

View File

@ -414,13 +414,13 @@ public class DefaultLdapRoleMapper
roles.add( role );
}
}
else
/*else
{
if ( this.useDefaultRoleName )
{
roles.add( group );
}
}
}*/
}
return new ArrayList<String>( roles );