How do I grant non-logged in user access to application component?

I want to make the customization page for a report available on
our portal available to users without them having to log on to
our portal. I thought I set up the access rights to the
application component correctly, but the link takes them to the
login screen instead of the customization page. Can anyone give
me an idea of what I may have set wrong?

Hi Greggor,
You say they are still logged in after a restart?? if you open task manager and look under users are the session aside yours listed?
Thanks,
Adam

Similar Messages

  • I forgot my Keychain password and I can't log in or access my applications folder to change it

    I forgot my Keychain password and I can't log in or access my applications folder to change it. Help?

    I've already done that several times. It only changes the admin password, my problem is I can't change the Keychain password, but since i can't log in without it I don't know how to change it.

  • How to create a sling:OsgiConfig property and access it in component Jsp ?

    How to create a sling:OsgiConfig property and access it in component Jsp ?
    I have created a OSGI config property under apps/<Project>/config and it is reflected on OSGI console but I am not able to access ie in component jsp.
    Any pointers are appreciated

    Use this code in the scriplet in your required components jsp:
    <%@page import="org.osgi.service.cm.ConfigurationAdmin"%>
    <%@page import="org.osgi.service.cm.Configuration"%>
    <%
    Configuration conf = sling.getService(org.osgi.service.cm.ConfigurationAdmin.class).getConfiguration("Name of the config");
    String myProp = (String) conf.getProperties().get("property key");
    %>

  • How do I only allow logged in users to see Wiki?

    I have set up a server and the website, but it only works if you forward the urls, in the DNS machine records, to the public ip address of my of my router. I only want to allow logged in users to be able to click on a wiki homepage link to see it. Also, typing in the internal ip address of a device on my network doesn't get me to my server unless I allow the Internet to see the wiki.
    So I would like to...
    1. Make users log in to be able to see anything, like people, profiles, and wikis.
    2. Allow intranet access to server with host names and server ip address
    3. Allow logged in VPN users to see the site (I'm guessing this would go along with number 2)
    4. If I need to add a custom site, how would I add the site so it would pop up when the URL is typed in and have a login window to be able to go the wiki site
    5. I don't want to mess up Profile Manager either
    I've tried many different things and can get one thing to work, but not the other.
    Thanks in advance!!!

    Files to change:
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclientbase/pu blic/javascripts/sprockets.js
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclient/app/co ntrollers/application_controller.rb
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclient/app/he lpers/entity_url_helper.rb
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclient/app/mo dels/sources/my_documents.rb
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclient/app/mo dels/sources/my_favorites.rb
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclient/app/vi ews/layouts/application.html.erb
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclient/config /routes.rb
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclient/config /initializers/register_apple_plugins.rb
    Folder to delete to remove iPad version of wiki
    /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/coreclientmobile/ public
    There are way to many lines of code in these files that are different to go through one by one.  I have put the files in google docs (server 2.2.1 mods). 
    There is a great program at the mac app store called CompareMerge you can go through the files line by line to see what is different. 
    Before doing anything I recommend coping all files that you are changing/deleting some where safe so if something goes wrong you can go back to the originals.
    Once all files have been replaced/deleted you have to open the server app and stop/start wikis

  • How To Get Workspace Current Logged in User?

    Hello All,
    I'm trying to create in workspace a link to an external asp page
    passing as parameter the logged in user.
    I created successfully the link inserting a new MenuItem in WSProduct.xml file,
    but I'm able to pass as parameter only the sso_token.
    This is the part of my WSProduct.xml:
    <MenuItem id="bpm.mnit_ToolsLinksAnalyzer" resourceId="MItem.WebAnalysisStudio" uri="/../WebAnalysis/WebAnalysis.jsp" uriRelativeWebapp="WORKSPACE_WEBAPP" uriMethod="POST" uriWorkspaceParams="sso_token,LOCALE_LANGUAGE">
    <Constraints>
              <Role id="BIPLUS_USER"/>
                   <Product id="Analyzer"/>
              </Constraints>
    </MenuItem>
    <MenuItem id="test" resourceId="test" uri="/../test/test.asp" uriRelativeWebapp="WORKSPACE_WEBAPP" uriMethod="POST" uriWorkspaceParams="sso_token,sso_username">
    <Constraints>
              <Role id="BIPLUS_USER"/>
                   <Product id="Analyzer"/>
    </Constraints>
    </MenuItem>
    with that code, I see the new entry "test" in Tool->Links and I retrieve the sso_token,
    but not the sso_username (it return me an empty string). I tried with sso_user, creator_id, but always unsuccessfully.
    Any Idea?
    Thanks
    Gianlu

    Just for everyone’s info, this is the script I have used to get the logged in windows username into flash ---- not and air app.
    In the html page that publishes with the .swf file under the <head> section:-
    <script language="JavaScript" type="text/javascript">
    function findUserName() {
         var wshell=new ActiveXObject ("wscript.shell");
         var username=wshell.ExpandEnvironmentStrings("%username%");
         return username;
    </script>
    The ActionScript:-
    import flash.external.ExternalInterface;
    var username:String = ExternalInterface.call ("findUserName");
    trace (username); // a quick test to see it in output

  • How to invalidate old sessions when new user access appl  on same machine

    hi all,
    I am using Mozilla browser to access my web application.User one access my application using his credentials .but i left that browser open.after that I am opening the another Mozilla window and accessing my application using different credentials ex:user2 credentials .user 2 also can access my application.but when i open the first browser ..am automatically getting second user session.how can we avoid this problem.
    Application is using session identifier(jSessionID) as the URL parameter for session management.
    is it possible to invalidate the old session when new user access on same machine.
    thanks,
    Vishnu

    VishnuReddy wrote:
    hi all,
    I am using Mozilla browser to access my web application.User one access my application using his credentials .but i left that browser open.after that I am opening the another Mozilla window and accessing my application using different credentials ex:user2 credentials .user 2 also can access my application.but when i open the first browser ..am automatically getting second user session.how can we avoid this problem.That shouldn't occur. Either you explained it the wrong way (or I interpreted it the wrong way), or there's huge bug in your login/logout logic. After opening another window inside the same session, you should still be logged in as the first user.

  • Multiple simutaneously logged in users accessing AFP home directories?

    Hi,
    Many of our problems are described in this guy's blog:
    http://alblue.blogspot.com/2006/08/rantmac-migrating-from-afp-to-nfs.html
    The basic capability we want is to have multiple simultaneously logged in users to have access to their AFP mounted home directory, which is configured in a sane, out-of-the box setup using WGM and Server Admin.
    Multiple user access could take the form of FUS (fast user switching), or simply allowing a user to SSH into a machine that another user is already logged into and expect to be able to manipulate the contents of her home directory.
    From my extensive searches, I have no reason to believe this is currently possible with 10.4 Server and AFP.
    (here's the official word from apple: http://docs.info.apple.com/article.html?artnum=25581)
    I've read that using NFS home directories will work, though.
    I want to believe that Apple has a solution for this by now (it's been almost a year since we first had difficulty), or at least a sanctioned workaround. If Apple doesn't have one, maybe someone else has come up with something clever. I find it hard to believe that more people haven't wanted this capability! (not being able to easily search the discussion boards doesn't help, though...)
    Thanks for your help!
    Adam

    Parallels Issue. Track at http://forum.parallels.com/showthread.php?p=135585

  • How to get the print logs to appear in the application logs folder of windows server 2008 r2

    Dear All,
    I am a SIEM professional at an IT firm. i am facing a problem. My SIEM solution has an agent for windows. this agent reads only logs from the application, security and system folder of windows event viewer. In server 2008 r2 the printer logs are clustered
    in and application and services/microsoft/windows/print services folder. The requirement of my management is that the siem solution should also be able to montior compliance of print policies. that can only be done once the the print logs are viewable in any
    of the three event vieweer folders i.e application, system.security. how can i configure windows to make its print logs visible in any of these three folders ?

    this may be helpful...
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/fe8892cc-fb6d-49c7-8b2d-c1f17df8e085/2008-r2-use-advanced-security-audit-policy-to-log-print-jobs?forum=winserverprint
    or post here...
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserverprint
    Best,
    Howtoto

  • Multiple users accessing single application in HTML DB 2.1 with XE

    Hi,
    I am struggling to setup an application in HTMLDB 2.1 on XE.
    I would like multiple users to be able to access the same application. I have created the application and the users but now I need to give the new users access to the application.
    Can some highlight how to do this? Is it with authorisation schemes?
    Thanks
    Joel.

    Joel,
    Have you reviewed the XE documentation on Managing End Users?
    http://download-west.oracle.com/docs/cd/B25329_01/doc/appdev.102/b25309/wrkspc.htm#CHDDFDCH
    Sergio

  • Limit on users accessing web-application simultaneously

    My web-application's requirement is at any given time only one user should be allowed to access the application. How can I do this in JSP?? Got suggestions from my colleagues here that we can use App Scope variables.. Pls help me on this...
    Thanks in advance...
    Project Environment -- Tomcat 5.0, Java 1.4.2
    NOTE:: STRUTS and EJB NOT USED

    Use servlet context to store some variable.

  • How to get list of logged-in users from Flash Media Server in a Flash programm? (Or login/logout notifications)

    Hi there,
    I'm Very sorry for asking this. I guess it's a very basic problem, but I'm very new to Flash and Flash media Server and I need a very fast answer...
    Currently I'm working on a Director project using a flash program which connects to Flash Media Server (I guess version 3, it's quite old). Unfortunately they forgot to make a flash method to send the actual userlist (or a notification when someone logged in or out) to Director. AND, unfortunately, they lost the source code of that flash programm, so I cannot look into it or alter it *sigh*.
    Now I want to do a new flash programm which covers the old one, letting all known methods "pass trough" and building an additional method to gain the user list (or login/out notification).
    How do I get the login information from Flash Media Server? (Would be good if you could provide an idea already for flash code... as I said I'm a tard at flash till now)
    Thank you so much. And I hope you understand my situation asking here...
    Jana

    hparmar : yes, that's what I feared... I hoped it would be possible to tell the server from which application I do need the login information. What a mess.
    Dimo Hristov: thanks for your offer! I already tried decompiling the flash program with the shareware version of Trillix Decompiler. It only decompiled the UI (in a terrible way) but no source code at all. It was the shareware version where I can decompile 2 or 3 programms to test the software. Are you sure the non-free version of Trilix Flash Decompiler will do..?

  • How to find number of logged in users on NW04s?

    Ah, the fantastic search on sdn!!!
    I'm sure this has been asked before but I can't find it... (either the question or the answer)
    We have a J2EE application on NW2004s and I want to find how many users are logged on to the system.
    (it's not EP)
    Any quick answers will be appreciated and awarded.
    thnx
    kev

    Hello,
    to get list of active user in J2EE start telnet
    telnet <host> <telnet port>
    log in as j2ee_admin, administrator or with any user with administrator priviledges.
    to get list of available server nodes use command LSC.
    You can choose any node by using jump command followed by node id.
    execute for each node following commands:
    add servlet_jsp
    http_sessions full
    List of telnet commands:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/4e/6e723964c11d45ad3aeca71482f084/frameset.htm
    Drabik Radovan

  • How to list granted directories to an user

    I can see the all directories with view all_directories.
    but,
    how can i find the all directories, on that an user has access (READ / WRITE)??
    (Oracle 11gR2)

    Fran wrote:
    select * from all_directories where owner ='your user'Have you checked your query?
    SQL> SELECT * FROM ALL_DIRECTORIES WHERE OWNER='MAIN_DEV';
    no rows selected
    SQL> GRANT READ,WRITE ON DIRECTORY BACKUP TO MAIN_DEV;
    Grant succeeded.
    SQL> SELECT * FROM ALL_DIRECTORIES WHERE OWNER='MAIN_DEV';
    no rows selected

  • How can i pass the logged in user attribute value into looku query ?

    HI,
    Is there any way to pass loggined in user attribute vallue to lookup query directrely in AD Child Group form.(Like '$Form data.UD_ADUSER_AD')
    Thanks in advance
    Edited by: 790561 on 5/12/2011 16:01

    loggined in user attribute vallue can be understood differently:
    - A requester raising a request and you want *Requestor's ID" there.
    - An approver logging in to the system for doing approvals.
    - A System admin logged in to the system for managing the *Forms, Requests' etc
    All the above cases are different and you would expect different values for all. If you requirement was the Requester then
    1) Either create a hidden attribute in the Process Form and pre-populate it from the Request Form. In your query use *$Form data.UD_ADUSER_DUMMYREQID')*
    2) Or directly capture the *$Requester Information.User Login$* attribute in the process form and do manipulations

  • How do I force other logged in user sessions in Windows 8.1 to log off or disconnect?

    I am running Windows 8.1 on a Dell laptop. There are two user that login to Windows using Microsoft Live accounts. The other user is logged in and remains that way even after a Restart and a Reboot.
    I cannot find a way to force the session to terminate and do not have the users password. So far, I cannot find any Forum postings that will help either.

    Hi Greggor,
    You say they are still logged in after a restart?? if you open task manager and look under users are the session aside yours listed?
    Thanks,
    Adam

Maybe you are looking for

  • How to disconnect a file sharing client in Mountain Lion?

    If mac (e.g., a macbook) is connected to my desktop mac as a file sharing client, how can I dissconnect that macbook without having to turn off file sharing on my desktop machine? I could go back to the macbook and disconnect the shared file from the

  • T410 loss of network connectivity - Packet Scheduler Miniport driver

    Hi Our organisation has recently received its first shipment of T410 laptops. After installing our XP SP3 build we're experiencing an issue whereby the laptops are working pefectly, but after a shut down, the next time the device is powered on networ

  • Editing a table

    Hi Forum, I have a table in my view. I want to change it to editable mode in runtime when i click the change pushbutton. Again if i click display pushbutton it should go to non editable mode. How is this possible programmatically. Kindly help me out.

  • IPod displays a folder icon with an exclamation point

    I know ,ive read & tried the 5Rs posted on web but it just don't seems to work. I keep having this icon even when i plugged onto the USB,there's no response at all EVEN when i open the iPod Updater 2006-01-10 to restore factory settings..Why??????? I

  • Where can I download Quicktime for windows?

    Where can I download the free Quicktime for windows? All I found on Apple's site was Macintosh versions.