SRW2016 and ssh user password

Hi,
some hours ago I had asked for help on that given switch. Everything is working so far as expected. There is only one last thing, I want to ask for.
Because I am an Unix-user, I have configured the srw2016 for ssh on port 216. When connect, I am asked for the user name. I have set a password, but it is enough for the console menu, if I only enter admin in the name field. It does not ask for a password. So is that right? So everybody on the switch could change the configuration. How can I change that, please? :-)
Thanks in advance
Christian 

Thx,
formerly I had set a password, but for a reason I dont understand yet, it was cleared. Now everything is fine
Thanks again.

Similar Messages

  • How can i add a new user and change user'password with javamail?

    how can i add a new user and change user'password from a mailserver with javamail?
    email:[email protected]

    Well user creation and updation is a system property..U need to go through that part...as it depends on the system you are hosting pout your application...
    if it is linux...u have to use some shell programming\
    bye for now let me know if this guides you or if you need some more stuff.
    bye

  • SYS and SYSTEM user password expired

    My 11g2 database on Redhat 5 has sys and system user password expiredSQL> select username,account_status,EXPIRY_DATE
    from dba_users where username like 'SYS%';
      2
    USERNAME                       ACCOUNT_STATUS                   EXPIRY_DA
    SYSMAN                         OPEN
    SYSTEM                         OPEN                             15-FEB-11
    SYS                            OPEN                             15-FEB-11But I can still connect the databsae with t expired password.
    Do I need worry about the expiration of these user's password? For a normal user, I connot login with expired password

    Dear user13148231,
    Here is an illustration;
    SQL> alter user sys account lock;
    User altered.
    SQL> select username, account_status, lock_date, expiry_date from dba_users where USERNAME='SYS';
    USERNAME                      ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    SYS                                      LOCKED                           20-AUG-10      23-FEB-09
    SQL> host sqlplus sys/password@opttest as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Fri Aug 20 12:25:43 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> alter user sys identified by password password expire;
    User altered.
    SQL> select username, account_status, lock_date, expiry_date from dba_users where username='SYS';
    USERNAME                      ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    SYS                                EXPIRED & LOCKED                 20-AUG-10   20-AUG-10
    SQL> host sqlplus sys/password@opttest as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Fri Aug 20 12:27:02 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> alter user sys identified by password account unlock;
    SQL> select username, account_status, lock_date, expiry_date from dba_users where username='SYS';
    USERNAME                       ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    SYS                            OPENEven if it shows expired and locked it is OK to connect to the database for the SYS user.
    SQL> alter user ogan identified by password account lock password expire;
    User altered.
    SQL> select username, account_status, lock_date, expiry_date from dba_users where username='OGAN';
    USERNAME                       ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    OGAN                           EXPIRED & LOCKED                 20-AUG-10 20-AUG-10
    SQL> conn ogan/password
    ERROR:
    ORA-28000: the account is locked
    Warning: You are no longer connected to ORACLE.
    SQL> conn / as sysdba
    Connected.
    SQL> alter user ogan account unlock;
    User altered.
    SQL> conn ogan/password@opttest
    ERROR:
    ORA-28001: the password has expired
    Changing password for ogan
    New password:
    Retype new password:
    Password changed
    Connected.
    SQL>Ogan

  • Restrict SU01 to only lock and unlock user passwords

    how  to  restrict SU01 to only lock and unlock user passwords,(should not have acces to create users) What is the auth.obj I need to change ? please suggest.
    Thanks
    sr
    Message was edited by:
            sunny raj

    Restrict authorization object S_USER_GRP to activity '05'
    Cheers,
    Ben

  • Acrobat 9 pro and Admin user/password

    Every time Acrobat 9 pro on my Mac (OSX 10.6.1) is launched it sakes for my admin user/password. If I enter the info in every time I launch Acrobat 9 pro admin it works, but the next time I login with my network user account Acrobat 9 pro want the admin user/password again.  What might be causing Acrobat 9 pro to want admin user/password.

    If, as it it says on top of the page, the question is "possibly answered", the "1 correct answer" is not shown.  The mystery and annoyance remains.
    Acrobat 9 Pro (installed as part of CS4 Design Standard by the same admin user that now wants to use it, OSX 6.7) asks for my password every time I start it:  "Type your password to allow Adobe Acrobat Pro to make changes."  The only necessary change that I see is upgrading back to version 8, which didn't suffer from this bug.
    When I click cancel (twice – the window returns once.), I'm told that "Adobe Acrobat could not install correctly.  An invalid password or user name was entered.  Adobe Acrobat will now quit."
    To repeat it, Acrobat is already installed, and I've entered the username-password combination several times correctly to use the software, but it's not acceptable to do that every time in all eternity.  Please, Adobe, fix this quickly or give solution if one exists.

  • Forgotten Sys and System user passwords

    In the case of forgetting the Sys and the System user passwords, is there anyway of logging on with privilages to be able to change these passwords, if not, are there any other solutions?
    Thanks,
    Nick

    In order for "/ as sysdba" to work, you need to run
    the password file creation utility (orapwd).
    No, it has nothing to do with the password file. In order for "connect / as sysdba" to succeed, it is necessary to have an operating system account which is a member of the "osdba group". In Windows, this OS group is : "ORA_DBA". Any member of this group can and has privileges to connect "/ as sysdba". Again, it has nothing to do with password file.
    In Windows there is another condition for it to work :
    The file %ORACLE_HOME%\network\admin\sqlnet.ora must have the following line :
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    In Unix systems, the osdba group is configured at installation and is conventionally named "dba".

  • DOS command "sqlplus /nolog @file" and "sqlplus  user / password @file

    It's very strange what j've observed:
    J've two files *.sql :
    -- 1:
    file_with_connect.sql which contains 3 lines :
    connect <user>/<password>@tnsname
    select count(*) from <table_name>;
    exit
    -- 2:
    file_without_connect.sql which contains only:
    select count(*) from <table_name>;
    exit
    table <table_name> isn't empty (it contains 1 row)
    -- 1:
    When J execute from DOS (on the client):
    sqlplus /nolog @file_with_connect.sql le result is 0 rows in table <table_name>
    -- 2:
    When J execute from DOS :
    sqlplus <user>/<password>@tnsname @file_without_connect.sql le result is: 1 row in table <table_name>
    I use the same connection, tnsname, table.
    Why the result isn't the same ?
    There is no error in my alertXXXX.log

    Hi Mustafa
    The table <table_name> that j've used exists only in one database.
    It's tnsname is ok on the server, on the client it was defined 2 times ! (but the same) in the file tnsname.ora. J've modify the client tnsname.ora.
    But, j'm not sure it was the reason of our problem: the error isn't regular (sometimes) so j can't verify that it will never appear.
    Any other idea?

  • Used MA and now User password isn't recognized?

    So, unboxed a new iMac and used Migration Assistant to suck up my Time Machine back-up (from older MacBook).  Seemed to go fine but now I can't make it past the initial login screen on the iMac.
    I had one and only one user / Admin on the MacBook which is represented now on the iMac as a coin-sized circle (w/ picture) and asks for a password.  I've tried the known password and it just shakes the box at me like I'm a dummy.  I verified that the password is correct on the MacBook (by re-setting it and then setting it back again).
    So, brand new iMac, totally worthless to me as I can't make it past the login screen.
    I've no Install DVD (Apple didn't include one in the box) and my MacBook's Snow Leopard DVD seems to put the iMac into a fit and it immediately wants to restart.  I was trying to get to the password reset utility in single user mode by using the install disk, BTW.
    Any ideas?  Or do I have to lug this thing to the Apple Store / Geniuses (sp)?

    Hmm, probably not the most elegant solution but this fixed it...
    http://gigaom.com/apple/reset-os-x-password-without-an-os-x-cd/
    New Admin and re-doing Migration Assistant (files and applications only) but, at least, I'm logged in and don't have an expensive silver paper-weight any longer.

  • Considerations to change LINUX and Oracle users passwords

    Dear friends
    i want to change password to the following accounts in my oracle servers:
    - oracle, OS linux user.
    - system, db oracle user
    - sys, db oracle user.
    but, i want to know what considerations must i have in order to do it that.
    VERSIONS:
    - Oracle Database 10g Release 10.2.0.1.0 - Production
    - Red Hat Enterprise Linux AS release 4 (Nahant Update 4) 2.6.9 5.ELsmp (32-bit)
    thanks a lot.

    Madrid, and everybody.
    does anyone knows ...
    - What is the number ID (note) in metalink where are the default account passwords when installed Oracle default database ??? (some days ago i saw but i don't remember the note)
    - Are there any link when describe any consideration about OS LINUX users like "root" and "oracle" ?
    i must to view that document in order to present my boss.
    Thanks a lot !!!!

  • Guest and all users have invalid password

    Dear all,
    os oul5x64
    ebs 12.1.3
    when login from login page no one can connect because somehow guest user password was invalid.
    using note How To Successfully Change The Guest Password In E-Business Suite 11.5.10 and R12 (Doc ID 443353.1)
    and was able to change guest password and now had to change password for every users.
    This is a test ENV so not many users on it.
    Question: How can i find down what happened to GUEST and all users password.
    and where to check.
    Thanks in advance.
    Regards,

    Thanks Hussein,
    there is some error in the application.log file.
    Would you please advise.
    Regards,
    13/09/18 15:27:53.717 html: Servlet error
    java.io.IOException: Broken pipe
            at sun.nio.ch.FileDispatcher.write0(Native Method)
            at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
            at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:72)
            at sun.nio.ch.IOUtil.write(IOUtil.java:43)
            at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
            at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
            at java.nio.channels.Channels.writeFully(Channels.java:81)
            at java.nio.channels.Channels.access$000(Channels.java:47)
            at java.nio.channels.Channels$1.write(Channels.java:155)
            at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
            at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:317)
            at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
            at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
            at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
            at java.lang.Thread.run(Thread.java:662)
    13/09/18 15:32:25.704 html: OABodyBean, localName='body': Could not find partial target: PayablesReviewSettings
    13/09/18 15:33:50.414 html: OABodyBean, localName='body': Could not find partial target: PaymentMethodCode2
    13/09/18 15:33:50.414 html: OABodyBean, localName='body': Could not find partial target: PaymentDocumentName
    13/09/18 15:33:50.415 html: OABodyBean, localName='body': Could not find partial target: BankAccountName
    13/09/18 15:43:05.385 html: OABodyBean, localName='body': Could not find partial target: SendPaymentARFlag
    13/09/18 15:43:05.385 html: OABodyBean, localName='body': Could not find partial target: SSNId
    13/09/18 15:46:30.744 html: OABodyBean, localName='body': Could not find partial target: SendPaymentARFlag
    13/09/18 15:46:30.744 html: OABodyBean, localName='body': Could not find partial target: SSNId
    13/09/18 15:47:34.80 html: OABodyBean, localName='body': Could not find partial target: SendPaymentARFlag
    13/09/18 15:47:34.80 html: OABodyBean, localName='body': Could not find partial target: SSNId

  • DBSNMP User Password

    [Version 10.2.0.2]
    Problem: I am trying to recreate the repository for the enterprise manager and I continue to receive invalid/username password errors for the dbsnmp user.
    What I've done so far:
    1) I've modified the monitoring_profile so that the account will not expire or lock.
    2) Using the emca I've dropped the repository AND configuration files
    3) I've logged into the database using the new password.
    4) I've bounced the database.
    5) When I go to the $ORACLE_HOME/sysman/emd/targets.xml file the file only contains an empty Targets element.
    Any suggestions on how I can recreate the repository or get beyond this dbsnmp user/password problem?
    Thanks in advance.

    Hi,
    Take a look at the following....
    Re: OEM configuration and DBSNMP user Password problem
    Greetings,
    Sim

  • My lock screen just shows a black background and a User Name/Password dialog after opening the screen from sleep. How do I get it back to where it blurs my desktop image with the dialog and my account image displayed?

    I'm not sure when it began, but now my Macbook Air only shows a black background and a User Name and Password dialog box when I wake it from sleep. It used to show my desktop background blurred with my user name and icon displayed with only a text field for entering my password. I'm currently using Yosemite (OS X 10.10.1) and all updates have been done. Any help or suggestions would be greatly appreciated as I know this isn't a real problem, just an annoyance since I couldn't find how to change it back in the System Preferences.

    I just have to point out that after looking at a related post (https://discussions.apple.com/message/22661092#22661092), it brought to memory that my issue most certainly began happening after I added some DoD certificates to the keychain. This obviously has something to do with it, but it still leaves me wondering what actually causes this to happen. :/

  • How do we reset password for SAP* and DDIC user in SAP R/3 ECC 6.0?

    Hi,
    How do we reset password for SAP* and DDIC user in SAP R/3 ECC 6.0?
    I tried with acual method as below from client '000':
    DELETE FROM USR02 CLIENT SPECIIED WHERE BNAME = 'SAP*' AND MANDT = '001'.
    After this when I tried to logon '001' using SAP* with password PASS it is giving  the message that Incorrect logon and password.
    (Also when I checked for 'SAP*' in 001 it looks like it is not got created as I queried as below:
    SELECT SINGLE * FROM USR02 CLIENT SPECIFIED WHERE BNAME = 'SAP*' AND MANDT = '001'.)
    Can anybody throw some light on this? RewardS is guranteed for solutions!
    -B S B

    Hi again:
    I forget to tell.
    You must restart the system. So, that a new user with the name "sap*" gets generated with password "pass"
    Hope this wil help,
    Eric

  • PROBLEMS SETTING UP EMAILS AS DEVICE REFUSES TO RECOGNISE PASSWORD AND/OR USER NAME

    PROBLEMS SETTING UP EMAILS AS DEVICE REFUSES TO RECOGNISE PASSWORD AND/OR USER NAME
    My 9800 ( I have 2 - one spare )  is driving me nuts- will not let me set up email accounts from my other Curve model.
    Repeatedly told that either user name or details are wrong, yet they are RIGHT on website.
    Exasperated 
    Help please??
    Fair winds and kind landfalls

    Thank you- I have read through that thread and can see some resonance with my issue.
    My AOL emails work VERY fast with BB, in fact almost simultaneously received on PC & Torch " ping ping!"
    This issue only raised its ugly head when I had 2 Torches replaced by my insurers. 
    Whilst the claim was in process I used a new Curve, loaded from backup on PC to keep emails going and of course phone & web facilities. ( I use the BB to power internet via bluetooth to my PC / laptop when living on a remote island with no phone lines or power supplies)  All was fine. Swapping email accounts took a few minutes with the usual password confirmations for each AOL screenname etc. 
    Then the new Torches came back from insurers, and I tried to swap devices. Phoning & texting is fine. Al data and contacts swap over fine.
    SETUP email accounts.............stymied every time. It says repeatedly that my user name/password is invalid etc etc etc
    Have tried security wipes. Have tried setting up new BB ID & passwords on PC website. All is OK until I try to setup emails on the Torches.  This has used up ridiculous amounts of time- all wasted.
    I love the BB phones and the fast email push......in fact I recently bought a new Sony Xperia Z1 but sent it back because of wifi coverage meant no emails on that superb phone for lots of the time.
    Good old BB I said..........I always get emails wherever I am. ( Rural Scotland has very patchy radio & wifi coverage)  
    Was about to purchase new Z10s just to get a bigger screen, but now I am averse to buying ANY BB phone again because this present mess means I may never get emails set up again.  How nuts is that?
    Many thanks for all help & suggestions..........boy do I need them!!
    Kind wishes from West of Scotland 
    Fair winds and kind landfalls

  • Apple changed my Apple ID to the email address associated with my iTunes account. I now can no longer access my account because the old user name is no longer valid and has no password. I have been on the phone with tech support for hours trying to fix.

    Apple changed my Apple ID to the email address associated with my iTunes account. I now can no longer access my account because the old user name is no longer valid and has no password. I have been on the phone with tech support for hours trying to fix this. I can not update any of the apps associated with that user name.

    Is this itunes on the iPad or on my computer? Thank you for the reply.

Maybe you are looking for

  • Logging clipboard usage SSGD

    Hello, We are quit happy using SSGD. There is 1 requirement what can't be filled with my current knowlegde. Using the clipboard you can copy/paste data from your desktop into the SSGD session and vice versa. Is there a possibility to log the informat

  • MD5 table

    I have no problem to 'loadjava' a jar file with 6 classes in it as SYS in the SYS schema. However when I try the same with another user who has been granted JAVASYSPRIV, it fails with the following errors : "Error while accessing MD5 table... Error w

  • Songs not showing up in Media Player

    I copied song files (mp3) from my computer to the BB Curve 8330 using the Roxio Media Manager.  The song files show up on the phone through the Media Manager, but when I launch the Media Player on the phone, several bands/albums do not show up in the

  • Tables used for Complaints & Activities

    Hello Experts , What are the database tables used for   Activities & Complaints. Points will be assigned. Thank You

  • My client is unable to save the filled in pdf whilst I can ? Part2

    I followed instructions as per my earler post and enabled the usage rights see image below. I found the path was (thanks to jersey girl) at under Advanced select"Extend Features in Adboe Reader" in Acrobat 9. The pop upbox below appears, I selected t