Skip to main content

developerWorks >  Lotus  >  Forums  >  Domino Portal Integration  >  developerWorks

Does the Domino Web Access (DWA) use PUMA in portal 6.1    Point your RSS reader here for a feed of the latest messages in this thread


     

 
 

My developerWorks
 Welcome, Guest
Sign in or register
This question is not answered.

Permlink Replies: 6 - Pages: 1 - Last Post: Nov 11, 2009 9:35 AM Last Post By: JuanK
JuanK

Posts: 56
Registered: Aug 08, 2008 06:29:10 PM
Does the Domino Web Access (DWA) use PUMA in portal 6.1
Posted: Oct 28, 2009 12:52:21 AM
 
Click to report abuse...   Click to reply to this thread Reply
Does the Domino Web Access (DWA) use PUMA in portal 6.1 when fetching the attributes labeled as mailserver and mailfile.

Now some background

I have a client which wants to use Active Directory as their user registry.

Now from what I read I have to do certain things in order to make this work for instance:

  • Add the Active Directory fully qualified user name in Domino's person documents for each user.
  • Add the following attributes to active directory's schema: mailserver and mailfile; with the information relevant to that user.

Now the current client is a little sensitive about changing active directories schema, so I thought that I could configure the
lookaside table and map those parameters to a database thereby avoiding to modify the schema.

Is this scenario posible?
JuanK

Posts: 56
Registered: Aug 08, 2008 06:29:10 PM
Re: Does the Domino Web Access (DWA) use PUMA in portal 6.1
Posted: Oct 28, 2009 08:15:01 PM   in response to: JuanK in response to: JuanK's post
 
Click to report abuse...   Click to reply to this thread Reply
Hi in order to give a little bit of more detailed information I'm going to reference the info center with my issue.

Automatic detection of mail files

Automatic detection when the portal authenticates to an LDAP directory that is not Lotus Domino, and Collaborative Services authenticate to a Lotus Domino LDAP

This case requires the following tasks:

Extend the LDAP schema on the LDAP directory that is not Lotus Domino, by adding the following attributes:
- mailserver=mailserver.domain.com
- mailfile=mail/usermail.nsf

On the Lotus Domino LDAP directory, take one of the following actions:
- Extend the schema as above.
- If your organization prefers not to extend the schema, populate the directory with a separate Person document for each user.
The document must specify the name the person uses for logging in to the portal in either the Short Name or Common Name field.
You can run an agent to create the documents.

Now I know that the info center says that instead of extending the schema I can create additional documents in the domino server, but I would like to know if
instead of extending the schema I can just add a couple of attributes to the lookaside table named mailserver and mailfile, with the necesary values.
Charlie_Price

Posts: 59
Registered: Jun 22, 2007 02:40:43 PM
Re: Does the Domino Web Access (DWA) use PUMA in portal 6.1
Posted: Nov 03, 2009 08:57:17 AM   in response to: JuanK in response to: JuanK's post
 
Click to report abuse...   Click to reply to this thread Reply
Hi,

This is something we tried to do in portal 6.1, but from what I've seen there are some problems in the code with this. It is worth trying to add mailserver and mailfile as attributes in vmm, then collect com.lotus.cs.*=all debug. My guess is we will find the mail file, but the mailserver will not work correctly, and a pmr will need to be opened to see about getting a fix.

If you want to add the attributes to vmm, and have me review the debug I'd be more than glad to do that, or you can simply add the attributes, collect the debug and open a pmr if the autodetection does not work.

Charlie
JuanK

Posts: 56
Registered: Aug 08, 2008 06:29:10 PM
Re: Does the Domino Web Access (DWA) use PUMA in portal 6.1
Posted: Nov 03, 2009 10:06:22 AM   in response to: Charlie_Price in response to: Charlie_Price's post
 
Click to report abuse...   Click to reply to this thread Reply
Hi, and thank you Charlie

Well actually I'm mostly researching the possible ways of doing this, but this project has not started yet.
Although I'll write back to the forum with my results once I reach this point.

From what you're saying I gather that probably the best approach might be to create that domino agent and
start adding all of those person documents, or edit the current person documents and add the active directory
user to the user name fields.

Now does the password in the person documents need to be synchronized with active directories password?
Charlie_Price

Posts: 59
Registered: Jun 22, 2007 02:40:43 PM
Re: Does the Domino Web Access (DWA) use PUMA in portal 6.1
Posted: Nov 03, 2009 10:21:46 AM   in response to: JuanK in response to: JuanK's post
 
Click to report abuse...   Click to reply to this thread Reply
The password does not need to by synced. What you are talking about now is for SSO, and you can either add the Domino DN to the "portal" ldap or add the portal ldap DN to the person doc.

For autodetect to work, as long as some unique attribute, uid or email is synced in the portal and domino ldap directory, you can get autodetect to work fairly easily.

Let me know if this raises more questions...

Charlie
JuanK

Posts: 56
Registered: Aug 08, 2008 06:29:10 PM
Re: Does the Domino Web Access (DWA) use PUMA in portal 6.1
Posted: Nov 03, 2009 02:08:32 PM   in response to: Charlie_Price in response to: Charlie_Price's post
 
Click to report abuse...   Click to reply to this thread Reply
Hi, and thank you Charlie

Well actually I'm mostly researching the possible ways of doing this, but this project has not started yet.
Although I'll write back to the forum with my results once I reach this point.

From what you're saying I gather that probably the best approach might be to create that domino agent and
start adding all of those person documents, or edit the current person documents and add the active directory
user to the user name fields.

Now does the password in the person documents need to be synchronized with active directories password?
JuanK

Posts: 56
Registered: Aug 08, 2008 06:29:10 PM
Re: Does the Domino Web Access (DWA) use PUMA in portal 6.1
Posted: Nov 11, 2009 09:35:31 AM   in response to: JuanK in response to: JuanK's post
 
Click to report abuse...   Click to reply to this thread Reply
Hi sorry for the double posting I don't know how it happened,
and thanks again Charlie that really was a nail bitter if we
had to synchronize the passwords or not.

Thanks again

Point your RSS reader here for a feed of the latest messages in all forums