throws RepositoryException, SQLException {
insertDTreeAcl(36, Client.RIGHT_OWNER, Client.PERM_SEECONTENTS);
setUserData(1001, "ExternalAuthentication=false,ldap=vizdom.com");
DocumentList list = getObjectUnderTest(36, 0, 1001);
Document doc = list.nextDocument();
assertNotNull(doc);
assertEquals(
new Principal(UNKNOWN, GLOBAL_NAMESPACE, "user1",
EVERYTHING_CASE_SENSITIVE),
getAclPrincipal(doc, SpiConstants.PROPNAME_ACLUSERS, "user1"));