objectCategory: CN=Group,CN=Schema,CN=Configuration,DC=uz,DC=kuleuven,DC=ac,DC=be
*/
public void testJBAS3312() throws Exception
{
System.out.println("testJBAS3312");
UsernamePasswordHandler handler = new UsernamePasswordHandler("jduke",
"theduke".toCharArray());
LoginContext lc = new LoginContext("testJBAS3312", handler);
lc.login();
Subject subject = lc.getSubject();