Where to modify anonymous login channel?

Hi,
Q1. I know we can modify the anonymous login channel as I manage to do it for all the others but for the login, I can;t seem to find the Login folder as mentioned in the docs. i am using portal 6.2 (JES 2004Q2).
Also the doc says not to modify LoginProvider so how to I modify the login channel when I go to http://<machine name><domainname>/portal/dt
Q2. Next the header.jsp for anonymous login can be changed in the /etc/opt/SUNWps/desktop/anonymous/JSPTabContainer/header.jsp however the search component is "included" as a code "searchbox.jsp". Where is this searchbox.jsp? I tried modifying all the searchbox.jsp in sampleportal directory, default directory and even my own directory created by "cp --rp" from sampleportal but still cannot see the changes reflected. Any idea?
Please help.

Adam,
Would you consider the SAP classes for J2SE and J2EE a good place to begin learning how to work with the CRM2007 package?  We're likely to be upgrading late this year/early next and I need to get up to speed on how to do the ISA UI work.
To this point I've just used Dreamweaver on the .jsp's and it's worked well enough if a bit cumbersome.
I've been trying to teach myself the NWDS, but need to dedicate more time to it than I've had the past couple months.

Similar Messages

  • Another Login Channel Question?

    I want to use the Login Channel such that my user is presented with static content and along with Login Channel. When the user enters Login & Password he/she is taken to the domain they belong to. And, when they do Login I also want to capture their username & password to access use in channels that allow the user to log into another application (database, CRM, etc).
    I guess I want to do some custom authentication, but how at login can I direct the user to the appropriate domain? And, what type of Authentication is used by the Default Channel I haven't found any source for the Default Login Channel, if I want to customize the Authentication associated with it where/how would I start?

    You are directed to a domain even before login, you login based on the authentication configuration for that domain.
    For e.g.if you are using portal, the way you authenticate is
    http://portalserver:8080/login/domain_name_1 and ofcourse you can appropriately configure the domain also to be mapped to any url like
    http://myportal.mydomain.com for domain_name_1
    What the login channel does is load the authentication screen based on the appropriate display.html present in
    /etc/opt/SUNWips/desktop/default/iwtLoginProvider
    What you can do is write a custom auth provider that takes the password token string and help you handle your backend authentication you need to do with your backend server . You can then configure iwtLoginProvider to use your authentication module instead of the default Membership login ..
    Details of how to configure the Login Provider for any authentication is given in sp3a release notes, look for the topic Modifying the Login Channel ..
    To write your own authentication module, there are samples provided and the membership auth module code is also distributed through support based on request ..
    HTH ...

  • Anonymous login doesn't show user login channel

    Recently i am doing some R&D work on portal server. Whenever the user logs in to portal server, it will bypass the authentication menus and login as anonymous user because i have set in the admin console to disable all the authentication methods except anonymous login. In order for the user to login again using membership login inside the anonymous login, at the advanced option under "Non Interactive Mode", i added "membership" as one of the variable. Now the problem comes when i added in a generic provider into my channel.I can't see the user login channel anymore whenever i log into the anonymous page. I have uncheck "the persistent cookies" at the advanced option in admin console but the problem still persist.Even if i never log in using the login channel at the anonymous user page, it will display "welcome new user" and bypass the page with "login channel". I hope you guys understand my question. :). Anyone out there knows what's going wrong here?

    Make sure the iwtLoginProvider is present in the selected channel list for the anonymous user.
    Go to the anonymous user profile /Manage_Domain/Role/Users and then anonymous user profile and check to see if you have the iwtLoginProvider added in your list of available and selected channels, if it is not present you have to add it.
    Below the available channel list box
    type iwtLoginProvider in the Channel Name text box. For the Class Name text box, type: com.iplanet.portalserver.providers.login.LoginProvider
    Click the add button
    Now move the channel to selected channel list and then click the submit button in the bottom of the page.

  • Using the Login Channel to login to a new domain.

    I currently have a domain that is setup for anonymous login. I have the iwtLoginProvider channel on the desktop for the anonymous user. I have setup the Login Channel to authenticate to a NT server and this is working correctly. What I want to do is when the user is authenticated I want them to be authenticated and transfered to a different domain. The other domain is a secure domain that uses NT authentication for verification.
    So domain Alpha is setup for anonymous login. On the desktop for Alpha is the login Channel. When the user logs in using the loginChannel I want them to be logging into domain Bravo, and for them to see that domain and their secure information for Bravo.
    Anyone got any ideas on how to do this? I have tried the following in the GET/POST call of the display.html for the iwtLoginProvider channel.
    login/NT?domain=/<mydomain>&arg=newsession login?goto=<URL>
    TIA,
    Brian

    A better option might be to write a custom auth module that invokes ogin/NT?domain=/<mydomain>&arg=newsession login?goto=<URL> and then call that custom module from the iwtLoginProvider instead of having the login provider call do the GET/POST ..
    HTH ..

  • [svn] 4323: Bug: LCDS-544 - Scenario where two components have seperate channel sets with overlapping channels not working .

    Revision: 4323
    Author: [email protected]
    Date: 2008-12-15 19:23:10 -0800 (Mon, 15 Dec 2008)
    Log Message:
    Bug: LCDS-544 - Scenario where two components have seperate channel sets with overlapping channels not working.
    QA: Yes
    Doc: No
    Checkintests Pass: Yes
    Details:
    * Hunting to a new channel within a channelset never triggered a disconnect from the previous channel(s). This isn't a problem in general, but does becomes a problem when an app defines two distinct channelsets containing at least one shared channel at the head of the list. In this case, the first channelset hunts past it and connects on a later channel. But when the second channelset hunts through (triggering a connect fault when it hits that initial shared channel that can't connect), the fault is processed by the first channelset as well (incorrectly).
    Ticket Links:
    http://bugs.adobe.com/jira/browse/LCDS-544
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    Running the script by python2 solves it for me:
    su - mythtv -c "nice -n 19 python2 /usr/bin/tv_grab_nl_py --output ~/listings.xml"
    Best regards,
    Cedric

  • Anonymous Login in EP6.0 SP2....Please Help

    Hello,
    I am currently working on SAP Enterprise Portal 6.0 SP2.
    I am trying to create anonymous content using Simple Anonymous Logon method (i.e without using any logon ticket).
    As per the instructions given in help.sap.com, I tried the following steps:
    1. Created a new Portal Launcher iView
    2. Also created an iView containing some data (text).
    3. Set ume.login.anonymous_user.mode = 0 (where 0 is for simple anonymous logon & 1 for named anonymous method).
    4. Have replaced the previous path in <b>location.replace</b> with the current path of (my) portal launcher iView, using the syntax as given in help (: replaced with !3a and / with !2f).
    But this did not work.
    5. Then, replaced the above given path in <b>location.replace</b> with the path of my another iView containing data (mentioned in point 2), but this did not work either.
    In either of the above steps (4 & 5), I dont get an error but receive the same loginpage as before.
    Dont understand whether it has worked or not...Cant find any difference....?
    Am I missing any step(s) here.....?
    On discussing the same with my collegaue, he said that I have to follow the steps with point 4.
    If this is so, kindly let me know how can I customize anonymous/static data for this anonymous login?
    Do I need to customize some code in the my Portal Launcher iView....?
    Please help me.......
    Thanks and Warm Regards,
    Ritu R Hunjan

    Solved on my own

  • File Adapter - anonymous login (or )User name ,password login - Efficient?

    Hi Folks,
    In File Adapter processing , anonymous login (or) proper user name password based login is recommended ?
    Because we have faced many issue while using username based login in File adapter  .
    Which one is best ?
    Regards.,
    Shiva

    Hi Shiva ,
    We will go one by one :
    You can go for the Anonymous login  but the problem is the any body can access the FTP server and it is not the secure one,that is why business generally don't allow the Anonymous login.
    Coming to Proper user name password login ,I would advice you to use this one as the connection is more secure in this case.But this also comes with a problem that the username password generally expires after some time as per security policy and you have to change the username password for the FTP server as well as in File adapter which you are using.But this problem can be solved by going for a permanent username and password.
    I would recommend you to go for Proper user name and password.
    Regards
    Ravi Anand
    Edited by: Ravi Anand@85 on Mar 12, 2010 7:56 AM

  • Anonymous login in sender,reciever file adapter

    hi all xi's
    i dont know what is the need of anonymous login option in sender,reciever file adapter and the other thing is if i use check anonymous login there is no option for
    specifing username,pwd,ftp server ip.
    early anser will be appreciated.
    bye.
    regards.
    seeta ram.

    Hi,
    when you configure your FTP server you can opt for anonymous login.
    It means anyone can log on to this server just by using the IP address.
    No user creation.. so ..No need for user id or pwd. i mean no authentication.
    FTP connection parameters.. i.e. server n port will always be there if you are going for FTP.
    It wont ask for these if you select NFS.
    Being Anonymous only removes the user id n pswd option.
    Anonymous login is "Never suggested"..Pretty insecure..
    Dont forget to award SDN points Seeta.
    Regards
    Pushkar
    Message was edited by:
            pushkar anand

  • Anonymous login

    Hi,
       I created a Anonymous user and add it in UME as it was mentioned in the Anonymous Logon creation guide. Then i assigned a new desktop and role which i created and meanwhile i redirected the URL to "com.sap.portal.navigation.portallauncher.anonymous".
    Now when i try to check I get error that " No portal roles are assigned for this user.If this problem persists, contact your system administrator."
    I checked the UME tool in portal and try to look at the property "ume.login.guest_user.uniqueids" and found out that it is always shows default "Guest" user but I have assigned another user in UME through "Visual Admin" tool.
    is this normal behavior or this is the reason why my Anonymous login is not working.....
    Regards
    Yasir Noman

    Hi Yasir, have you created an anonymous user ?
    the steep are this:
    1.- create anonymous user and add it in the anonymous group
    2.- add it in system admin - system config - UM configuration - direct editing- ume.login.guest_user.uniqueids
    3.- Create desktop and role
    4.- assign permissions to anonymoys access to both
    5.- configure rules in System admin - Portal display and
    portal administrators - super_admin
    You need to appoint this desktop to this user
    6.- if you don't have configured this user as "default anonimous user" you need to add "&j_user=user" int the link.
    Regards.

  • Use ZBEX Anonymous Login Service in BIApplicationFrame in ABAP Web Dynpro

    Hello,
    We created a ZBEX Service as an alias of the BEX Service as per SAP OSS Note 516884 to allow users to anonymously access BW reports.
    Now we want to embed the BI Web Application in an ABAP Webdynpro as a BIApplicationFrame.
    Note that the ABAP Web Dynpro is on the SAP R/3 ERP side while BI is a separate BW instance.
    The problem we are facing is the standard BIApplicationFrame element uses the SAP standard BEX service when it forms the URL and we do not seem to have a way to make it use the ZBEX Anonymous login service. Hence it always asks for the logon screen defeating our purpose.
    Has anybody done been able to make the BIApplicationFrame use ZBEX service and if yes, what is the solution to this problem?
    Thanks and regards,
    Atul Kulkarni

    Hi Ankur,
    Someone will somewhere call the EJB (not: "Java Bean"!). As an EJB isn't part of a request/response cycle but mainly thought for business logic, it is of course the task of the calling component to deliver the user (his logonID for example) to the EJB.  There is not other way!
    Hope it helps
    Detlev

  • FTP adapter settings for Anonymous login

    Hi All,
    Can any one tell how to configure the oc4j-ra.xml under the FTP adapter as i am using FTP adapter which did not have any login credentials(Anonymous login)
    Thanks andRegards,
    Nagaraju .D

    Hi ,
    I have an FTP server which dont require any credentials when i using the settings i am leaving blank for username and password then it is throwing runtime error
    Thanks and Regards,
    Nagaraju .D

  • Where did multiple saved login names go in ios8 Safari?

    Where did multiple saved login names go in ios8 Safari? In io7 you could have multiple logon names for a given webpage, and select which one you wanted, and even though these different names are saved in saved passwords in the Safari settings, I can't access them.  Safari now just allows one saved name/password per webpage, and if you want to change this name, you have to turn off saved passwords, and type in the new name and password.  Ios7 worked great, why did you mess around with something that worked?  If I could, I would roll back to ios 7.

    You should get an Open In window that pops up in Safari that allows you to choose the app in which you want to save the PDF. If you do not have an app that works with PDF files (iBooks, Adobe Reader) you cannot save the file anywhere.

  • Tnftpd anonymous login

    Hi,
    It appears the tnftpd server as supplied with Tiger Home version has anonymous logins disabled by default, as I cannot do an anon login.
    Reading through the ftpd and ftpd.conf man pages seems to imply anonymous login is enabled by default and so therefore there is no explanation as to how to enable anon logins via any config file/startup option.
    Does anyone know how to enable tnftpd to allow anon logins please?
    TIA.
    PowerMac Gigabit Ethernet G4   Mac OS X (10.4.8)  

    Hi,
    this is a guet User ID
    the anonymous login will use to have User ID as "anonymous" and enter the password as anything (any password will work).
    this will always have guest permissions and will not be able to temper any of the data without permission.
    the administrator can assign the required permissions and roles to this user ID.
    Thanks
    Swarup

  • Anonymous login failed [solved]

    pacman -Syu gives...
    error: anonymous login failed
    Control socket read failed: Success
    I tried commenting out the nethat line in /etc/pacman.d/* and rebooting but still get the same error.
    Last edited by tony5429 (2007-06-09 15:07:14)

    Snowman wrote:
    Agent69 wrote:So this is a server issue?
    yes.
    iam having the same problem with the extra server and my pacman.conf file uses this line /etc/pacman.d/extra how can that be wrong ? please help me ..

  • Active LDAP with Anonymous login

    hello all,
    We are using LDP as a method to authenticate users.
    How can we set up the Active LDAP with Anonymous login .
    Thanks in advance.

    It's not clear what you want to do.
    Do you want to set up LDAP for authentication?
    Or
    Do you want to set up a custom authentication scheme that tries to authenticate via LDAP and if unsuccessful, logs the user in as an anonymous user?

Maybe you are looking for

  • I am unable to click on a layer mask for editing. CS6 OS10.10

    I have been working on a file and all of a sudden I am unable to click on a layer mask in order to edit that mask. I am still able to do the following things: Create a new adjustment layer. When I do this a new mask is formed for that layer and autom

  • No Program generated after creation of new report via Report Painter

    Hello, I have created a new report after copying an existing report from report painter GRR1. The new report has also been assigned to a new Report Group relevant to the same library. There is no Syntax error. The only change has been to the Title of

  • Photoshop doesn't render a pdf file correctly.

    When i opened a pdf file made in Illustrator (Mac version) it showed a preview like this: But when it was opened, the file looked like this: As you can see, the text "RADIO TV" is missing, though it must be there. That happens only when I open it in

  • How can I stop the N8 synchronising BBC iPlayer vi...

    Hello, Each time I run the sync of Photos in OVI suite it synchronises all the BBC iPlayer videos I have as well as my personal videos. This is a problem because I might have five or six full 1 hour programmes at any one time so it has to sync over 1

  • Capturing Low Res?

    Im new to Final Cut... i have used Avid for years... but i am now trying out Final Cut Studio... so far so good... but i have one problem. Is there anyway to capture low res footage? I am shooting on a Canon HV20 mini dv tape... and when i capture sa