Search:

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

Search: Search took 0.03 seconds.

  1. > You are saying that you find your entry using...

    > You are saying that you find your entry using search, but not using lookup. Correct?
    correct.

    > What is your base?

    full distinguished name is:
    dn = my rootdn in spring-spring: ...
  2. There's complete stack trace. When I not use...

    There's complete stack trace. When I not use lookup, but I find it with search method, it's right. There's problem with accessing root element. Root element have in spring-ldap empty path. When I...
  3. Replies
    4
    Views
    1,376

    Hi, problem is at...

    Hi, problem is at user.setUid(context.getStringAttributes("uid")); line. But this reason is well for other operations. When property not set, you get default value and you get concrete data type and...
  4. ldapTemplate.lookup causes problem with accessing to baseDN

    Hi,
    when i accessing baseDN ( to modify ), I have problem in lookup method. This is the code:

    result = (SynapseVH)ldapTemplate.lookup(buildSynapseVHDn(), new SynapseVHCM());

    It's throw this...
  5. Replies
    4
    Views
    1,376

    Hi rasky, when attribute exist in ldap, such as...

    Hi rasky,
    when attribute exist in ldap, such as itbNN but not set ( has no value ), it throw NullPointerException. When you can get any value from ldap and value not set, you would like set default...
  6. Replies
    4
    Views
    1,376

    extending DirContextAdapter

    Hi,
    I would like to post spring-ldap team my extension of DirContextAdapter.
    When item in the ldap is not set, method context.getStringAttribute throw
    exception NullPointerException. In practise...
Results 1 to 6 of 6