|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
Error connecting to the LDAP server: Failed to parse DNI am getting the following error when testing LDAP settings with some user accounts but not others. I have updated to Spring-LDAP-1.3.0.RELEASE but it did not help.
Error connecting to the LDAP server: Failed to parse DN; nested exception is org.springframework.ldap.core.ParseException: Encountered "\"" at line 1, column 1. Was expecting one of: ... ... " " ... |
|
|
Re: Error connecting to the LDAP server: Failed to parse DNCould you give an example for DNs that pass and for ones that do not?
Thanks, Yoav On Mon, Apr 27, 2009 at 6:34 PM, JeremyMcCully <jeremy.mccully@...> wrote:
------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Artifactory-users mailing list Artifactory-users@... https://lists.sourceforge.net/lists/listinfo/artifactory-users |
|
|
Re: Error connecting to the LDAP server: Failed to parse DNThe DNs that's fail contain a forward slash.
example: Errors: CN=Lastname, Firstname (AA/AA-Company) Works: CN=Lastname, Firstname (AA-AA-Company)
|
|
|
Re: Error connecting to the LDAP server: Failed to parse DNThanks Jeremy.
Looks like it a Spring LDAP bug. I created http://issues.jfrog.org/jira/browse/RTFACT-1687 to follow it up. Yoav On Wed, May 13, 2009 at 7:46 PM, JeremyMcCully <jeremy.mccully@...> wrote:
------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Artifactory-users mailing list Artifactory-users@... https://lists.sourceforge.net/lists/listinfo/artifactory-users |
|
|
Re: Error connecting to the LDAP server: Failed to parse DNThe issue is with backward slashes, not forward slashes.
It is solved in spring's ldap 1.3.0, but you must double escape the slashes
|
| Free embeddable forum powered by Nabble | Forum Help |