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...
Type: Posts; User: piloud; Keyword(s):
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...
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
ulsa,
This is awesome, thank you so much for your help!!:)
Best,
piloud
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...
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...
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
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:
...
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!
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...
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...
Thanks for reply/help!
I did have an instance for ldapTemplate and
ldapTemplate.setContextSource(contextSource);
But I always got
Uncaught Exception java.lang.NullPointerException
...
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
...