cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple LDAPS

Former Member
0 Kudos
105

Folks,

I am getting this error while I am integrating Multiple LDAPs ... I have checked the individual LDAPs connectivity ..they are fine .. XML is also fine .

<!LOGHEADER[START]/>

<!HELP[Manual modification of the header may cause parsing problem!]/>

<!LOGGINGVERSION[1.5.3.7185 - 630]/>

<!NAME[./log/system/security.log]/>

<!PATTERN[security.log]/>

<!FORMATTER[com.sap.tc.logging.ListFormatter]/>

<!ENCODING[UTF8]/>

<!FILESET[0, 5, 10485760]/>

<!PREVIOUSFILE[security.4.log]/>

<!NEXTFILE[security.1.log]/>

<!LOGHEADER[END]/>

#1.5 #001B78B666FB002300000003000014400004433DAB63DAAA#1199832054360#/System/Security/Usermanagement##com.sap.security.core.persistence#######SAPEngine_System_Thread[impl:5]_89##0#0#Fatal#1#com.sap.security.core.persistence#Java#DataSource :Initialization of connection manager, recheck configuration. Reason: ##DataSource :Initialization of connection manager, recheck configuration. Reason: #2#CORP_LDAP#Initialisation of connection pool failed for UACC

* poolname wcdc003:389_UACC*

* java.naming.provider.url= ldap://wcdc003:389/DC%3DBallHort%2CDC%3Dcom*

* java.naming.factory.initial= com.sun.jndi.ldap.LdapCtxFactory*

* java.naming.ldap.version= 3*

* com.sun.jndi.ldap.connect.timeout= 25000*

* connection_pool_name= wcdc003:389_UACC*

* java.naming.security.authentication= simple*

* [EXCEPTION: No connection to the ldap server: [LDAP: error code 1 - 00000000: LdapErr: DSID-0C090627, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, vece*

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

how many LDAPs are you talking about? If you check the configuration/authentication in the config-tool -- is it working there?

Regards,

Holger.

Former Member
0 Kudos

I am trying to connect two LDAPs ... ADS and ADAM ... they work fine when I test them individually ...but when I put together in XML files ..it fails ...

Former Member
0 Kudos

Could you post the relevant parts of the xml ?

You are probably setting up the same user and password for both of them and therefore it fails.

Dagfinn

Former Member
0 Kudos

I have set the passwords in global configuration and now Its working !!! .. Thanks for your help

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The error message say that a bind has not been performed.

This probably means that the username/password you have entered for the LDAP is incorrect.

See also:

Dagfinn