Re: Cannot authenticate users via ldaps

2013-05-08 Thread Maxim Solodovnik
To be fair I don't know :( I never setup LDAP integration myself Maybe Sebastian can suggest anything? On Wed, May 8, 2013 at 3:11 PM, Vieri wrote: > # java -version > java version "1.6.0_24" > OpenJDK Runtime Environment (IcedTea6 1.11.1) (Gentoo build 1.6.0_24-b24) > OpenJDK Client VM (build

Re: Cannot authenticate users via ldaps

2013-05-08 Thread Vieri
# java -version java version "1.6.0_24" OpenJDK Runtime Environment (IcedTea6 1.11.1) (Gentoo build 1.6.0_24-b24) OpenJDK Client VM (build 20.0-b12, mixed mode) I guess that would be: /etc/java-config-2/current-system-vm/jre/lib/security/cacerts So I'd need to add the CA and only the CA cert to

Re: Cannot authenticate users via ldaps

2013-05-08 Thread Maxim Solodovnik
I guess you need to add your CA to java (global one) On Wed, May 8, 2013 at 2:39 PM, Vieri wrote: > Hi, > > From the same machine where OM is installed I can run the following > command: > > # ldapsearch -x -D "adu...@domain.org" -b "cn=Users,dc=domain,dc=org" -H > ldaps://ldapserver.domain.org

Cannot authenticate users via ldaps

2013-05-08 Thread Vieri
Hi, >From the same machine where OM is installed I can run the following command: # ldapsearch -x -D "adu...@domain.org" -b "cn=Users,dc=domain,dc=org" -H ldaps://ldapserver.domain.org -W sAMAccountName=aduser # search result search: 2 result: 0 Success # numResponses: 2 # numEntries: 1 -