Network logon authentication

Ask a Question related to Windows Setup, Administration & Security, Design and Development.

  1. #1

    Default Network logon authentication

    I have a peer to peer network of all WinXP Pro SP1 computers. Lately, I
    have been unable to connect to one particular computer using any sort of
    logon credentials. If I enter any logon ranging from Administrator to other
    administrative accounts, all I get back is access denied...and I am
    definately entering the passwords correctly. The username/password
    combinations are the same on each machine so I should be able to
    automatically and transparently authenticate with the other machine if I am
    currently logged on. For instance, if my username is mrjoe on my computer
    and there is an administrative account on the target computer with username
    mrjoe and the exact same passwords on each, authentication should be
    transparent. Unfortunately, it is not. If I go into the command prompt and
    enter: net use \\computer\c$ and enter the appopriate logon information,
    I get "System Error 5 has occured. Access Is Denied." This goes for any
    logon I throw at it. The reverse procedure, where I try to connect from
    that computer to my normal computer, works. So I'm kinda stumped. Also,
    the logon works when using the Remote Desktop Connection. So, I'm guessing
    there's some messed up setting somewhere. I've looked over the Group Policy
    settings in the management console but I haven't been able to find a setting
    out of whack.

    Any help would be greatly appreciated.
    --Matt Rogers
    [email]technoratjunk@mindspring.com[/email]


    Matt Rogers Guest

  2. Similar Questions and Discussions

    1. LOGON API and persistent cookies (Windows and Form authentication)
      Hi i integrated windows and forms authentication on my apps. I created a logon page and used the windows authentication instead of managing the...
    2. Automatic logon to network printer?
      I have a home LAN with two machines. The printer is physically connected to Machine A. How can I make it so that Machine B automatically logs on to...
    3. Slow Network Logon on NT 4.0 Network
      I recently setup 2 Compaq EVO 2.4 Gig computers with windows XP Professional on our network, and when first setup the computers connected to our...
    4. Wirless network logon
      Hi, I am running a windows 2000 server domain based network with 10 windows 2000 pro clients and 3 xp pro clients accross a wireless network. the 3...
    5. Logon XP network
      OK, so after MANY days - weeks? - of hassle and upgrading both machines to XPPro, I finally have my wireless network up and fully running. Both...
  3. #2

    Default Re: Network logon authentication

    Hi Matt,

    try like this:
    net use \\computer\c$ /user:<otherpcname>\mrjoe <password>

    Replace <otherpcname> and <password> with real data from your environment.

    --
    Mike
    MCSA 2K, MCSE 2K, MCT, ...

    "Matt Rogers" <technoratjunk@mindspring.com> wrote in message
    news:bficd0$lou$1@slb2.atl.mindspring.net...
    > I have a peer to peer network of all WinXP Pro SP1 computers. Lately, I
    > have been unable to connect to one particular computer using any sort of
    > logon credentials. If I enter any logon ranging from Administrator to
    other
    > administrative accounts, all I get back is access denied...and I am
    > definately entering the passwords correctly. The username/password
    > combinations are the same on each machine so I should be able to
    > automatically and transparently authenticate with the other machine if I
    am
    > currently logged on. For instance, if my username is mrjoe on my computer
    > and there is an administrative account on the target computer with
    username
    > mrjoe and the exact same passwords on each, authentication should be
    > transparent. Unfortunately, it is not. If I go into the command prompt
    and
    > enter: net use \\computer\c$ and enter the appopriate logon
    information,
    > I get "System Error 5 has occured. Access Is Denied." This goes for any
    > logon I throw at it. The reverse procedure, where I try to connect from
    > that computer to my normal computer, works. So I'm kinda stumped. Also,
    > the logon works when using the Remote Desktop Connection. So, I'm
    guessing
    > there's some messed up setting somewhere. I've looked over the Group
    Policy
    > settings in the management console but I haven't been able to find a
    setting
    > out of whack.
    >
    > Any help would be greatly appreciated.
    > --Matt Rogers
    > [email]technoratjunk@mindspring.com[/email]
    >
    >

    Miha Pihler Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139