Re: Is it decnet problem or Thruway problem ?

From: Jignesh Vyas 'Jigs' (jignesh_vyas_at_hotmail.com)
Date: 08/03/04

  • Next message: Larry Kilgallen: "Re: Bind a socket to a low port number without privilege"
    Date: 2 Aug 2004 20:01:43 -0700
    
    

    Keith Cayemberg <keith.cayemberg@arcor.de> wrote in message news:<410e1947$0$7322$9b4e6d93@newsread2.arcor-online.net>...
    > Jignesh Vyas 'Jigs' wrote:
    > . . .
    > [snip]
    > . . .
    > > Thanks a lot. /Default has solved the issue but is there any why where
    > > i can simulate the other user's user id from system account. this will
    > > enable me to simulate the other user id's less priv. user environment
    > > to check the scripts without troubling them.
    > >
    > > -Jigs
    >
    > You can use the Authorize utility to COPY the user, but changing only
    > the USERNAME and the PASSWORD. You will then have a username and
    > password to an account with the same UIC, Quotas, Privileges,
    > Identifiers, Default Directory, and Login procedures as the user having
    > problems. However, you must watch for the possibility that the login
    > procedures or the application are checking the USERNAME. In that case
    > you need to change the login procedure or register the new USERNAME with
    > the application as well.
    > You should normally then be able to recreate the conditions which lead
    > to the user's problem and analyse it, without needing or changing the
    > user's password.
    >
    > EXAMPLE (creation):
    >
    > $ set default sys$system
    > $ show default
    > SYS$SYSROOT:[SYSEXE]
    > = SYS$SYSROOT:[SYSEXE]
    > = SYS$COMMON:[SYSEXE]
    > $ r authorize
    > UAF> show cayemberg /brief
    > Owner Username UIC Account Privs Pri Directory
    > CAYEMBERG CAYEMBERG [150,1] All 4 DKA0:[CAYEMBERG]
    > UAF> copy cayemberg kmberg /password=fooey
    > %UAF-I-PWDLESSMIN, new password is shorter than minimum password length
    > %UAF-I-COPMSG, user record copied
    > %UAF-W-SAMEUIC, new user record has the same UIC as the source record
    > UAF> show kmberg /brief
    > Owner Username UIC Account Privs Pri Directory
    > CAYEMBERG KMBERG [150,1] All 4 DKA0:[CAYEMBERG]
    >
    > I have done this often, but also needed to register my test username
    > with the application in my case.
    >
    > Be careful when deleting the test account, since the real user has the
    > same UIC. You don't want to delete the original account as well. It is
    > always best to first test such procedures on a dummy account, to be sure
    > you have found and understood all issues before doing it on a production
    > system. You may also need to check, and maybe follow or change, your
    > companies security policies or procedures to perform such an account
    > copy for testing puposes.
    >
    > EXAMPLE (removal):
    >
    > UAF> remove kmberg
    > %UAF-I-REMMSG, record removed from system authorization file
    > UAF> show kmberg
    > %UAF-W-BADSPC, no user matches specification
    >
    > Cheers!
    >
    > Keith Cayemberg
    > IBM Business Services - Hannover, Germany

    Hi Keith,

    Thanks for your information but my biggest problem is that I can't
    touch SYSUAF at all, we have a seperate QA department for it and to do
    any change in SYSUAF requires a long chain of approvals. :) I just
    saw one application called "jump" in freeware which says

    "JUMP allows a user to login exactly as another user without a
    password.
    It also allows a more restricted (non-exact) impersonation of
    another
    user."

    -Jigs


  • Next message: Larry Kilgallen: "Re: Bind a socket to a low port number without privilege"

    Relevant Pages

    • RE: cannot log on to user account following password change
      ... cannot log on to user account following password change ... I changed the username on the account in ... | on the sbs box. ...
      (microsoft.public.windows.server.sbs)
    • Re: logon failure
      ... MSSQLServer service after you change the username of administrator account. ... username for the SQL Server startup service account or the SQL Server Agent ... Microsoft SQL Server service account on the SQL Server host computer. ...
      (microsoft.public.windows.server.sbs)
    • RE: cannot log on to user account following password change
      ... home box with an existing local profile in conjunction with the sbs account. ... a local profile on the xp home box called Fiona Bavester had a username ...
      (microsoft.public.windows.server.sbs)
    • DirectoryServices error: Authentication mechanism is unknown: Solution
      ... passing username and password credentials, ... if you are running under a system account ... rather than an account that belongs to the domain you're connecting to. ... packet sniffing I was doing trying to find what happens when you bind. ...
      (microsoft.public.dotnet.general)