User Activity

  • Posted a comment on discussion Discussions on UnboundID LDAP SDK for Java

    Thank you for your answer Neil! Unfortunately, it will be an AD specific issue, but finally I made a workaround. Thanks again!

  • Posted a comment on discussion Discussions on UnboundID LDAP SDK for Java

    Hello, I try to look up the name of a tokenGroup. To do that I try to execute a query as below: SearchRequest request = new SearchRequest(LdapUtils.getBaseDn(lookupDomain), SearchScope.SUB, filter); SearchResult result = connection.search(request); if(result.getResultCode() != ResultCode.SUCCESS) { continue; } List<SearchResultEntry> resultEntries = result.getSearchEntries(); The filter is constructed as below: Filter filter = Filter.createEqualityFilter("objectSid", sid.getByteArray()); The result...

View All

Personal Data

Username:
craig85
Joined:
2018-02-02 15:32:15

Projects

  • No projects to display.

Personal Tools