Fórum

LDAP Authuntication Failed

balakrishna vadlamudi, modificado 6 Anos atrás.

LDAP Authuntication Failed

New Member Postagens: 8 Data de Entrada: 17/11/14 Postagens Recentes
I am able connect the LDAP server with the below Details , But While user login into application ,He/She can'able to login into application .
I am using LDAPS port. I was not import the LDAP certificate (.cer) file on JVM cacerts . But Directly I was created truststore fie and imported LDAP cert file on that truststore. Those certificates details cofigure in the standalone.conf file.Please find the below details .
AM I import the LDAP certificate on JVM cacert or not ?

Standalone.conf Details :
JAVA_OPTS="$JAVA_OPTS -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true -Duser.timezone=GMT -Xmx1024m -XX:MaxPermSize=1024m
-Dfile.encoding=UTF8
-Djavax.net.ssl.keyStoreType=jks
-Djavax.net.ssl.keyStore=/opt/softwareag/951_IS1/Liferay/G3/Production/Certificates/GCG_SG_Keystore.jks
-Djavax.net.ssl.keyStorePassword=Password1
-Djavax.net.ssl.trustStore=/opt/softwareag/951_IS1/Liferay/G3/Production/Certificates/GCG_SG_TrustStore.jks
-Djavax.net.ssl.trustStorePassword=Password1
-Djavax.net.debug=true"


LDAP Details :
These Details configured in Portal with below datilas
Base Provider URL: ldaps://scbldap1.hk.standardchartered.com:7501
Base DN: o=standardchartered
Principal: cn=gcgliferayadmin,ou=gcgliferay,ou=apps,o=standardchartered

I can able to login into application without LDAP , but I am unable to login with LDAP connection . Kindly check attachment and help on this .

Kindly help on this .