Hi,
I'm using a
PoolingContextSource with the following configuration:
contextSource.setDirContextValidator(new DefaultDirContextValidator());
contextSource.setTestOnBorrow(true);...
Type: Posts; User: jcrouvi; Keyword(s):
Hi,
I'm using a
PoolingContextSource with the following configuration:
contextSource.setDirContextValidator(new DefaultDirContextValidator());
contextSource.setTestOnBorrow(true);...
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...
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...
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...
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...
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...