anonymous page

Hi all,

In enterprise sample, It has 2 tabs.Home is anonymous and Myportal is not. This is my question :

1. How do I create new page in this sample and it is a anonymous tab?

2. How can I set the tab to be anonymous or not?

The last things, I create new desktop and create new authless user. I already adds its in the Top level in portal.But When I goes to url that links to the new desktop. I must login first before I see the tab in that.

Any suggestion?

regards,

zeazah

[521 byte] By [ankanit] at [2007-11-26 7:20:54]
# 1

what you see on the authless page is a result of the user profile for the authless user. when you access the page authless, it is really just silently assuming a particular user. in the case of the enterprise sample, that user is:

uid=authlessenterprisesample,ou=People,o=EnterpriseSample,dc=red,dc=iplanet,dc= com

therefore, to control the authless page for the enterprise sample, you edit the profile for this user. to add a tab to the authless page, you would use psconsole. portals>thePortal. you'd then add the user DN above with the "add DN" button. then select that user, and proceed to modify their profile as you would for an org, role, or whatever.

let me know if this does not make sense.

farble1670 at 2007-7-6 19:03:02 > top of Java-index,Web & Directory Servers,Portal Servers...
# 2

you might find the following document helpful

http://docs.sun.com/app/docs/doc/819-5027

specifically, chapter 4 details how to setup the anonymous portal desktop.

You may need to restart the webcontainer for the anonymous portal desktop settings, defined in the TopLevel [Global] Desktop Tasks and Attributes, to take effect. In addition, make sure you have specified the "User DN" correctly in the "Valid UIDs for Anonymous Desktop" list. The "User DN" value must be a valid user DN. If this DN is incorrect and configured to be the default anonymous Portal Desktop you will be presented with the AM Login page . Likewise, if you are trying to directly access the anonymous page via the URL:

portal/dt?desktop.suid=uid=authlessuser,ou=People,o=EnterpriseSample,dc=com

and the DN in this URL does not match the "User DN" specified in the "Valid UIDs for Anonymous Desktop" list, you will also be redirected to the AM Login page.

thanks, dean.

__dean__ at 2007-7-6 19:03:02 > top of Java-index,Web & Directory Servers,Portal Servers...
# 3
Thanks for every suggestions.I get its. But I don't know " How to change theme for new organization?"Now, I use the sun theme. It shows the logout button. Then I want to change theme to enterprise sample theme. How should I do?regards,zeazah
ankanit at 2007-7-6 19:03:02 > top of Java-index,Web & Directory Servers,Portal Servers...
# 4
It works perfectly as described in the doc.Thank you very much :)
pascal25 at 2007-7-6 19:03:02 > top of Java-index,Web & Directory Servers,Portal Servers...