How to retrieve password character according to user logged on ?

Hi,
Can anybody help on this issue .
How to retrieve password character according to user logged on ?
I have a program will runs on multiple logins.I like restrict so that only an admin can  retrieve the password.
How to do it ?

> I have a report program which uploads sensitive information to presentation server.The program is also used by multiple users for other use.(billing info on excel sheet)
That is the bugger with generic (executable) functionality. When used for multiple requirements which are too far from each other then they break or the "lowest common denominator" calls the shots.
If this data is being uploaded from the application server, then why don't you just protect it there. The S_DATASET for that program context will not be very usefull, because it is generic.... so you can look into using S_PATH.
> Since a user might have already logged on to system i can only ask a password as a authorization to run the program.
Again, this means that anyone who knows the generic password (or can display / debug the code) will be able to access the data.
A better variant of the same would be to create a symbolic service user, and prompt for that user's password before the data is downloaded. You can then use standard functions for prompting for passwords, which also update the lock counter.
=> If the password is locked due to incorrect logins, then the program is locked for this functionality as well.
=> You can periodically lock / unlock / change the access to the program, by administrating the service user in SU01.
=> Do not give this service user any authority at all - you only want to prompt for knowledge of the password, but not actually log the user itself onto the system. (see report RDDPWCHK for some example coding)
In German this is called "von hinten durch die brust", which means something like "unusual approach but still works anyway".
> I like to restrict access of retrieving the password  only to a  basis team.(others user can run the program)
I would still protect the source data itself using unique authority to access it, and then control that.
Cheers,
Julius

Similar Messages

  • How to reset password for a web user via GUI?

    Hi,
    How to reset password for a web user ID via GUI? is it possible?
    Thanks.

    Hi,
    You can  reset the pwd for the user through trascn SU01.
    BR,
    Disha.
    *Pls reward points for useful answers.*

  • How is the password for RemoteApp RDSAdmin user?

    Hello
    I want to Publishing an application but required a user with administrator rights. how is the password for RemoteApp RDSAdmin user?

    Hi Gilberto,
    If you want to publish a custom application, you need to add it to an image and upload the template. The link below explains how to create the custom template:
    How to create a custom template image for RemoteApp
    http://azure.microsoft.com/en-us/documentation/articles/remoteapp-create-custom-image/
    Thanks,
    -Raul

  • How to set password expiration for EBS users

    how to set password expiration for EBS users .
    Regards .

    Please follow below steps:-
    This is available starting in RUP4.
    The script to expire all passwords in the fnd_user table is $FND_TOP/patch/115/sql/AFCPEXPIRE.sql.
    It can be executed from SQL*Plus or as a Concurrent Program: sqlplus -s APPS/ @AFCPEXPIRE.sql
    or Submit concurrent request: CP SQL*Plus Expire FND_USER Passwords
    This script sets the fnd_user.password_date to null for all users which causes all user passwords to expire.The user will need to create a new password upon the next login.
    Thanks,
    JD

  • How to capture the role of the user logged in  CRM

    Hi
    How to capture the role of the user logged in  CRM so as to restrict the Account group selection ; While creating a sales Order .
    Can we deternine the profile in the related view .If so how , and what tables can we use to do so.

    hi,
    I think you should check CRM table AGR_USERS.
    Regards
    Michael

  • How to find the maximum no of users logged in Database

    Hi All,
    How to find the maximum number of users logged in database at particular time? I can find currently logged users or umber of sessions running on Database but I wanted to find at what time maximum number of users or sessions connected to the DB? is that possible? if yes please help me. thanks.

    Vijay wrote:
    Hi All,
    How to find the maximum number of users logged in database at particular time? I can find currently logged users or umber of sessions running on Database but I wanted to find at what time maximum number of users or sessions connected to the DB? is that possible? if yes please help me. thanks.
    select * from v$resource_limit;Lists about 20 different resources with current, maximum and limit on usage. Session count is one of them. I don't think there's any (simple, efficient) way to determine the maximum number of different users of sessions, though.
    Regards
    Jonathan Lewis

  • How to set password policy for apps users

    Hi All,
    Can anyone please help me.
    I am working on apps 11i.
    How to set password policy for users
    Thanks

    Check Note: 189367.1 - Best Practices for Securing the E-Business Suite
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=189367.1

  • How to disable Password field in Oracle User administration

    Hi ,
    How can I personalize the password field on the user - define form not updatable ? I have tried forms personalization on this field but it didnt work. Can anyone have an idea whether this field can be personalized at all
    Thank you in advance !

    See if this works out for you. I tested and it is ok
    Trigger Event - WHEN-NEW-ITEM-INSTANCE
    Trigger Object - USER.USER_PASSWORD
    Processing Mode - Both
    Action Type - Property
    Object Type - Item
    Target Object - USER.USER_PASSWORD
    Property Name - ENABLED (APPLICATIONS COVER)
    Value - FALSE
    Save and close/open both forms. In Enter or Query modes, when ever user navigate to Password field, it is disabled and not editable.
    Hope this works as you expected. Just play around :-)

  • How to trigger a custom code when user log in?

    Hi my friends,
    We are using multiple sharepoint sites at work. Users log in with AD accounts, so they dont see any login page.
    I need to run a custom code when user login to website. Event receivers do not help at this point. Any suggestions?
    thanks in advance

    Hi Ahmet,
    From your description, my understanding is that you want to trigger some custom code when users log in SharePoint.
    As a solution, you could customize a login page for your SharePoint, then you could trigger your code.
    You could also use httpmodule to monitor user login. Please refer to this article about how to use httpmodule:
    http://sharepoint.stackexchange.com/questions/100976/get-the-current-logged-in-user-in-sharepoint-added-httpmodule
    Best Regards,
    Vincent Han
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How do I find the number of users logged on another server?

    I'm trying to ping other servers and find the number of users logged on that server. Any leads?

    Do you need maybe something like this?
    FINGER(1) UNIX Reference Manual
    NAME
    finger - user information lookup program
    SYNOPSIS
    finger [-lmMspho] [user ...] [user@host ...]
    DESCRIPTION
    The finger utility displays information about the system users.

  • How to retrieve passwords from sapinst_dev.log?

    SDN experts:
    I remember that I  could retrieve the password from sapinst_dev.log.
    But I  forget what is the tool I used to  deciper the encrypted password.
    Could you share your ways?
    Thanks!

    Are you using the default providers? How are you creating users? Won't the
    user be authenticated by the relevant container?
    PaulF.
    [email protected] (sun) wrote in news:d7d36a26.0208291721.75a64516
    @posting.google.com:
    We are in the process of developing an application using Weblogic 7.0.
    The application requires us to create users dynamically in the
    Embedded LDAP. We have been successful in creating users, but are
    unable to find an API to retrieve the user's password. What is the way
    to authenticate a username, password against the Embedded LDAP?
    Thanks
    Sunny

  • How to 'overrule' password policy for one user ?

    hi,
    i am system administrator on our ECC 6.0.
    we have 4 clients, test and production.
    so i have 8 users, not everyone has the same password (for some reasons).
    when i want to change the password i get the message that the passwortd cannot be on of the
    last 5 passwords.
    well, i want to set the password the same for ALL of my 8 users.
    how can i 'overrule' the message, so that i can change the password ? any ideas ?
    best regards, Martin
    Edited by: Julius Bussche on Mar 28, 2011 6:46 PM

    >
    Florian LINTNER wrote:
    > But should we really publish such illegal things like USRPWDHISTORY?
    What is illegal about table USRPWDHISTORY. It's a regular table so to think that if you don't mention it on public forum then nobody will find it is a bit naive.
    There are usually 3 reasons why you have to do some dirty trick: you want to do something wrong, there is a technical limitation in solution or there is something serious wrong with the solution. In my experience the first option is the most common and this case looks to me like the first option. It's not clear from your message what is the purpose of those users but as it was mentioned you can change their type or maybe you can use a different authentication method for them (certificates or SSO) to avoid password issues.
    Cheers

  • How to change the password and invalidate the users logged in with old one

    Hi
    I want to change the password of a user and invalidate any sessions created with the old password.. Any idea how this can be done?
    Edited by: 839997 on Feb 25, 2011 10:22 PM

    839997 wrote:
    Hi
    I want to change the password of a user and invalidate any sessions created with the old password.. Any idea how this can be done?
    To changing password you have to use ALTER USER <USER NAME> IDENTIFIED BY <NEW PASS> but old session you can not invalidate but can kill hem using ALTER SYSTEM KILL SESSION 'SID,SERILA' there sid and serial you can find from v$SESSION.

  • How to retrieve password after it is encrypted

    Hi:
    I have developed an application with form based authentication. Right now the user name and password are kept in the "Apps-jazn-data.xml" file and it is encrypted. How can I get the encrypted password from the "Apps-jazn-data.xml" ?
    Because I need to reset the password to something else through the enterprise manager of the application server, I need to know the previous password.
    Thanks

    This fragment from OC4J online documentation may help you:
    Hand-editing jazn-data.xml
    If you prefer, you can directly edit jazn-data.xml with a text editor. The next time OC4J reads jazn-data.xml, it will rewrite the file with all passwords obfuscated and unreadable.
    Setting the clear attribute of the <credentials> element to true enables you to use clear (human-readable) passwords in the jazn-data.xml file.
    <credentials clear="true">welcome</credentials>
    <credentials>!welcome</credentials>
    Regards,
    Luis.

  • HT201240 How to retrieve password when forgotten

    I have forgotten my Apple ID and want guests in my home to be able to use my wifi..... How can I do that

    Not very clear, do want to retrieve a pass ode for a disabled iPod or disable an iPod?
    If the former you cannot retrieve a pass code.  You have to restore and remove the pass code in the process.  Start iTunes, connect the USB end of the cable then while holding the home button connect the dock connector end of the cable...the proceed to restore.

Maybe you are looking for

  • Using PL/SQL in a formula column in Oracle Reports Builder.

    Hi, I need to SUM two record from the result of an SQL interrogation. Here's what it looks like function CF_1Formula return Number is nTot1 NUMBER :=0; nTot2 NUMBER :=0; begin      select sum(:TOT1) into nTot1 from table(Q1) ;      select sum(:TOT2)

  • Stacked Canvas Problem in oracle 6i form builder

    Hello, i have 2 content canvas "DTL and PUNCH",1 tab,1 horizontal canvas in window1 and 1 another content canvas "parameter" in window2. i have created a stacked canvas under dtl canvas because I have a master-details form. my details has more column

  • I had my iphone and ipad synched to a old computer. Need to sync to new computer but don't want to lose data

    I need help on how to sync to a new computer with out losing all of my music and apps off of my iphone and ipod.

  • Randomly sorting dimension values in 11g

    Hi, I know how (for a text dimension) to easily allow users to sort in ascending or descending order. I also know how to enforce a "default" sort order in the logical layer using a numerical column, etc. But I have Brio users that are used to picking

  • Email app/ v1.4.1

    The v1.4.1 email app doesnt seem to alert new emails consitently. When an email arrives, I sometimes get a sound and the phone vibrates but others there is no alert, I just notice blinking LED in the button. Anyone else seeing this?