|
Home > Archive > WebSphere Portal Server > April 2005 > Portal 5.1 and Domino Directory 6.5.3
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Portal 5.1 and Domino Directory 6.5.3
|
|
|
| I am trying to setup WPS 5.1 to use LDAP on a Domino 6.5.3 server.
Ive configured my domino server and wpserver according to article:
Configuring Websphere Portal and Lotus Domino for the Common PIM Portlets.
(http://www-128.ibm.com/developerwor...ary/common-pim/)
Running:
WPSConfig.bat lcc-configure-dominodirectory
gives a Build Successful.
Running:
WPSConfig.bat validate-ldap
gives following error:
action-validate-ldap-connection:
[ldapcheck] ########################################
#######################
[ldapcheck] ldapURL : mfs20no.symfoni.no:389
[ldapcheck] ldapUser : cn=wpsadmin,ou=NO,o=SYM
[ldapcheck] ldapPassword : *
[ldapcheck] ldapSslEnabled : false
[ldapcheck] javax.naming.AuthenticationException: [LDAP: error code 49 - Failed,
invalid credentials for cn=wpsadmin,ou=NO,o=SYM]
[ldapcheck] ERROR: 4
[ldapcheck] Invalid or insufficient authorization privileges.
BUILD FAILED
file:../config/actions/validation.xml:425: ERROR: 4
Is the ou, o config correct? Username on domino is wpsadmin/NO/SYM.
Ive tried the Domino Directory from Outlook and it works fine.
But not with my portal, when I try to log in with one of my domino users I get the
com.ibm.websphere.wmm.exception.InvalidMemberDNException.
What am I missing?
| |
|
| Still stuck here, really need some input.
Thanks!
| |
| James Yannotta 2005-04-07, 6:12 pm |
|
Can you use ldapsearch to query the user's DN?
-James
claes.bergsten@tjgroup.com wrote:
> Still stuck here, really need some input.
>
> Thanks!
| |
|
| Ok now the ldapsearch works with wpsadmin user.
I can lookup all info I need with ldapsearch.
However, when I try to login to the portal with an exsisting dominouser I get one the following errors:
com.ibm.wps.services.authentication.exceptions.UserRetrieveException, com.ibm.websphere.wmm.exception.InvalidMemberDNException, EJPSD0008E, EJPSD0008E, EJPSG0002
Messages are in local language but basically they are saying two things:
1. User doesnt exists in the directory. (With shortname and name w/o cn)
2. Invalid member DN. (With cn and emailadress)
What version of the username am I supposed to use when logging in to the portal?
| |
|
| Running "WPSconfig enable-security-wmmur-ldap" was apparently mandatory, didnt read anything about it in the article.
(Is there any chance of finding a good complete manual on any of this?)
Now I can login using my domino ids, but not a single domino portlet works.
My guess is that it doesnt manage to get IOR over https, cant find a config switch for this either.
(Been playing alot with the domino for java-classes and recognize the stacktraces)
Getting abit annoyed at the BETA feeling over all this.
| |
|
|
|
|
|