Changes between Version 16 and Version 17 of WikiStart
- Timestamp:
- May 16, 2007, 6:24:58 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v16 v17 5 5 URL for Samba Netdrive plugin based on 3.0.25rc3 code is ftp://ftp.netlabs.org/incoming/ndpsmb-3.0.25-b15.ZIP 6 6 7 As mentioned - this doesn't currently rely on Security/2 7 The 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. 8 8 9 Instead - it uses libc's user/group functions to determine if a user is 10 valid or not. 9 '''How to get going:''' 11 10 12 11 1) 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 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. 14 14 15 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. … … 19 19 20 20 4) 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.passwd22 21 23 5) Note that Samba expects the users to be added using smbpasswd.exe too. To add a user called 'psmedley' 22 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 23 24 5) Note that Samba expects the users to be added using smbpasswd.exe, too. To add a user called 'psmedley' run: 25 24 26 smbpasswd -a psmedley (enter password). 25 27 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:''' 32 29 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''' 34 38 1. EA's not working correctly with Netlabs Samba client v3.0.9 (Bug in Samba client not Samba server) 35 39