Changes between Version 17 and Version 18 of WikiStart


Ignore:
Timestamp:
May 18, 2007, 2:42:02 PM (17 years ago)
Author:
guest
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v17 v18  
    11111) set unixroot=x: where x: is the drive that has a /etc/ path
    1212
    13 2) Unzip ftp://ftp.netlabs.org/pub/gcc/alpha/baselayout.zip to the unixroot drive, then editing \etc\master.passwd and add the users that you need. You might want to add user pcguest.
     132) Unzip ftp://ftp.netlabs.org/pub/gcc/alpha/baselayout.zip to the unixroot drive.
    1414
    15 Note the syntax of master.passwd - first field before the colon is username, second is password (leave this blank), third is usernumber which much be unique - others aren't important right now.
     153) Edit \etc\master.passwd and add the users that you need. You might want to add user pcguest.
    1616
    17 3) Remove the old pwd.db and spwd.db files from \etc then run pwd_mkdb
    18 from \usr\sbin: pwd_mkdb \etc\master.passwd
     17Note the syntax of master.passwd - first field before the colon is username, second is password (leave this blank), third is usernumber which must be unique - others aren't important right now.
    1918
    20 4) Edit smb.conf which should be put into %ETC%\samba\*
     194) Remove the old pwd.db and spwd.db files from \etc
     20
     215) Run pwd_mkdb.exe from \usr\sbin: pwd_mkdb \etc\master.passwd
     22
     236) Edit smb.conf which should be put into %ETC%\samba\*
    2124
    2225Note that the default config file smb.conf has provision for a guest account pcguest this user must be either added to master.passwd, the guest access commented out of smb.conf; or the user changed to a user that does exist in master.passwd
    2326
    24 5) Note that Samba expects the users to be added using smbpasswd.exe, too.  To add a user called 'psmedley' run:
     277) Now Samba '''requires the users to be added using smbpasswd.exe, too'''. You have to add all users twice: First to etc\master.passwd (see step 3), then using smbpasswd.exe.
     28To add a user called 'psmedley' run:
    2529
    2630smbpasswd -a psmedley (enter password).