Displaying 2 results from an estimated 2 matches for "unused_by_nt".
2006 May 09
1
Post-Win2k3 Upgrade rsync+ssh Permissions Problem
...864 Jun 9 1999 yes.gif
I installed SSH with privsep=no and had it add the ssh account, and added
the "weblord" account locally and set its uid to 500 so it'd be
Administrator.
cygwin/etc/passwd:
SYSTEM:*:18:544:,S-1-5-18::
Administrators:*:544:544:,S-1-5-32-544::
Administrator:unused_by_nt/2000/xp:500:513:U-ROBOTRON\Administrator,S-1-5-21-3136447401-2129490065-3906172409-500:/home/Administrator:/bin/bash
Guest:unused_by_nt/2000/xp:501:513:U-ROBOTRON\Guest,S-1-5-21-3136447401-2129490065-3906172409-501:/home/Guest:/bin/bash
SUPPORT_388945a0:unused_by_nt/2000/xp:1001:513:CN=Microsoft
Co...
2004 May 02
1
ssh+rsync to Windows
...he file w/ read & write access. Does any have any experience or
explanation for this??
Second attempt---------
I then tried to setup a root user in the following manner. In
/etc/passwd I duplicated the Administrator line and changed the name to
root and the UID:GID to 0:0 like this:
root:unused_by_nt/2000/xp:0:0:U-TOY\Administrator,S-1-5-21-583907252-789336058-1060284298-500:/home/Administrator:/bin/bash
Then in /etc/group I duplicaetd the Administrators line and changed the
name to root and the GID to 0 like this:
root:S-1-5-32-544:0:
I could then run ssh root@xp and login without any probl...