Changes between Version 16 and Version 17 of WikiStart


Ignore:
Timestamp:
May 16, 2007, 4:24:58 PM (17 years ago)
Author:
guest
Comment:

Just did some clarifications. HerwigB.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v16 v17  
    55URL for Samba Netdrive plugin based on 3.0.25rc3 code is ftp://ftp.netlabs.org/incoming/ndpsmb-3.0.25-b15.ZIP
    66
    7 As mentioned - this doesn't currently rely on Security/2
     7The 3.0.24/25 builds do not currently rely on Security/2, instead they use libc's user/group functions to determine if a user is valid or not.
    88
    9 Instead - it uses libc's user/group functions to determine if a user is
    10 valid or not.
     9'''How to get going:'''
    1110
    12111) set unixroot=x: where x: is the drive that has a /etc/ path
    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.
     12
     132) 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.
    1414
    1515Note 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.
     
    1919
    20204) Edit smb.conf which should be put into %ETC%\samba\*
    21     Note 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
    2221
    23 5) Note that Samba expects the users to be added using smbpasswd.exe too.  To add a user called 'psmedley'
     22Note 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
     23
     245) Note that Samba expects the users to be added using smbpasswd.exe, too.  To add a user called 'psmedley' run:
     25
    2426smbpasswd -a psmedley (enter password).
    2527
    26 Currently tested clients:
    27 - eCS v2 beta with Netdrive 3.04 and Samba Client v3.0.9 (EA's partially work with builds later than 20070226 build)
    28 - Windows 2000 running in Svista
    29 - Windows XP Home
    30 - Mandrake Linux 2006
    31 - eCS v1.2 with IBM LAN Client (EA's work correctly with builds >= 20070226)
     28'''Currently tested clients:'''
    3229
    33 Known Issues
     30- Windows 2000 running in Svista[[BR]]
     31- Windows XP Home[[BR]]
     32- Windows XP Pro (in VPC guest and natively)[[BR]]
     33- Mandrake Linux 2006[[BR]]
     34- eCS v1.2 with IBM LAN Client (EA's work correctly with builds >= 20070226)[[BR]]
     35- eCS v2 beta with Netdrive 3.04 and Samba Client v3.0.9 (EA's partially work with builds later than 20070226 build)[[BR]]
     36
     37'''Known Issues'''
    3438   1. EA's not working correctly with Netlabs Samba client v3.0.9 (Bug in Samba client not Samba server)
    3539