Search:

Type: Posts; User: jcrouvi; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    771

    PoolingContextSource and JEE / JBoss

    Hi,
    I'm using a
    PoolingContextSource with the following configuration:



    contextSource.setDirContextValidator(new DefaultDirContextValidator());
    contextSource.setTestOnBorrow(true);...
  2. Replies
    12
    Views
    4,461

    We have to use '\\' to obtain a single backslash...

    We have to use '\\' to obtain a single backslash (escape rules under Java). Therefore your solution can not be used. May be the implementation of a Binary Filter would be useful in this case (sorry...
  3. Replies
    12
    Views
    4,461

    Thank you very much. Yet another Problem: How...

    Thank you very much.

    Yet another Problem:
    How can I use the result of convertStringSidToBinary(String string) with an EqualsFilter?
    The EqualsFilter calls in its constructor hierarchy...
  4. Replies
    12
    Views
    4,461

    Hi, I found this link:...

    Hi,
    I found this link: http://www.pcreview.co.uk/forums/thread-1458615.php

    So I can implement the search.

    The question now is: How can I convert a String like...
  5. Replies
    12
    Views
    4,461

    objectSid - Format of the String

    Thank you for your code snippet. It will help me.

    I still have the following question:
    The value of the attribute 'objectSid' is a binary object. The parameter of '
    public List...
  6. Replies
    12
    Views
    4,461

    objectSID and LdapTemplate

    Hi,

    I am using LdapTemplate (spring-ldap-core/1.3.0.RELEASE).

    How can I read the value of the attribute "objectSID" using LdapTemplate?
    How can I find a user given his "objectSID" using...
Results 1 to 6 of 6