Search:

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

Search: Search took 0.03 seconds.

  1. ulsa, I tried to take a peek on the snapshot...

    ulsa,

    I tried to take a peek on the snapshot of the coming 1.2.2 release for the toCompactString method for DistinguishName, the return value is still string not DN. Which you can not put it...
  2. Will DistinguishName on springframework add space for dn name

    Hello, there,

    I have my code



    but when I checked on ldap server side and log.info for debugging purpose
    I saw

    cn=test, ou=People, dc=ggu, dc=edu
  3. Thanks ulsa

    ulsa,

    This is awesome, thank you so much for your help!!:)

    Best,

    piloud
  4. How to set the encoding for password field on ldap?

    Hello, there,

    Our system has something like this:

    ldap.url=ldap://xx.xx.xx.xx:389
    ldap.base=dc=mycompany,dc=com
    ldap.username=cn=Namefield
    ldap.password=xxx

    When I prepopulated all our...
  5. Hi, all, Thanks all for look into this. I...

    Hi, all,

    Thanks all for look into this.

    I got the issue resolved. I think add entry in oldap is different from what my thinking is. It require you put the new cn name in dn even though it has...
  6. Thanks! ulsa I use openldap v3. And...

    Thanks! ulsa

    I use openldap v3.


    And after successfully connect to the oldap server (I am able to do search)

    I tried to add new entry by doing
  7. Why is objectClass attribute different from others?

    Hello,

    I was trying to create new entry on my LDAP, the process always running into

    objectclass: value #0 invalid per syntax

    Here is the error stack:

    ...
  8. Replies
    6
    Views
    2,023

    I got my issue to solved. My issue is a...

    I got my issue to solved. My issue is a combination of not updated common-lang jar file and not fully understand the sample code.

    Thank you all for the help!
  9. Replies
    6
    Views
    9,420

    Hello, there, I got the same error, I upgraded...

    Hello, there,

    I got the same error, I upgraded the commons-lang to commons-lang-2.3jar and still got the same error. Do I have to upgrade anything else to get it work? How do you find out the...
  10. Replies
    6
    Views
    2,023

    Thank you rasky for you trying to help! Here is...

    Thank you rasky for you trying to help!
    Here is the full stack.

    --------------------------------------------------------------

    Mar 13, 2008 2:04:55 PM org.apache.catalina.core.StandardContext...
  11. Replies
    6
    Views
    2,023

    Thanks for reply/help! I did have an instance...

    Thanks for reply/help!

    I did have an instance for ldapTemplate and

    ldapTemplate.setContextSource(contextSource);

    But I always got
    Uncaught Exception java.lang.NullPointerException
    ...
  12. Replies
    6
    Views
    2,023

    Diff b/w LdapCtxFactory and LdapContextSource

    Hello, there,

    I am new to the Spring and LDAP world. I was trying to get the LDAP working on my existing Spring. I wrote a simple Java code to connect my LDAP, the connect
    ...
Results 1 to 12 of 12