Jefferson Allen
2011-Aug-15 19:51 UTC
[Samba] XP is unable to write to samba shares - Valid users?
I have a client with a linux server with samba installed and I've created users using the smbpasswd command (user1,user2,user3...) but when I go to the XP machines they can see the different shares but are unable to write to the folders or create additional folders based on their user1 and password. I want them to validate themselves to the linux server so that if their domain goes down they can still access their files on the samba file server but currently they cannot write to the folder based on the config so far. Load smb config files from /etc/samba/smb.conf rlimit_max: rlimit_max (1024) below minimum Windows limit (16384) Processing section "[DATA]" Processing section "[USER]" Processing section "[ADMIN]" Processing section "[printers]" Loaded services file OK. Server role: ROLE_STANDALONE Press enter to see a dump of your service definitions [global] workgroup = Office1 server string = Samba Server log file = /var/log/samba/log.%m max log size = 50 unix extensions = No logon path = \\%25N\%25U\profile logon home = \\%25N\%25U domain master = No cups options = raw [SACA_DATA] path = /mnt/DATA valid users = user1, user2, user3, user4, user5, root admin users = user1 read only = No create mask = 0666 directory mask = 0777 guest ok = Yes [SACA_USER] path = /mnt/USER valid users = user1, user2, user3, user4, user5, root read only = No create mask = 0666 directory mask = 0777 guest ok = Yes [SACA_ADMIN] path = /mnt/ADMIN valid users = root, user4, user5, user1 admin users = user1 read only = No create mask = 0666 directory mask = 0777 guest ok = Yes [printers] comment = All Printers path = /var/spool/samba printable = Yes browseable = No Thank you, Jefferson
Does user1 have a local account on the unix box? Dp. On 15 August 2011 20:51, Jefferson Allen <j.allen at mercuryfilmworks.com> wrote:> I have a client with a linux server with samba installed and I've created > users using the smbpasswd command (user1,user2,user3...) but when I go to > the XP machines they can see the different shares but are unable to write to > the folders or create additional folders based on their user1 and password. > I want them to validate themselves to the linux server so that if their > domain goes down they can still access their files on the samba file server > but currently they cannot write to the folder based on the config so far. > > > > Load smb config files from /etc/samba/smb.conf > > rlimit_max: rlimit_max (1024) below minimum Windows limit (16384) > > Processing section "[DATA]" > > Processing section "[USER]" > > Processing section "[ADMIN]" > > Processing section "[printers]" > > Loaded services file OK. > > Server role: ROLE_STANDALONE > > Press enter to see a dump of your service definitions > > [global] > > ? ? ? ?workgroup = Office1 > > ? ? ? ?server string = Samba Server > > ? ? ? ?log file = /var/log/samba/log.%m > > ? ? ? ?max log size = 50 > > ? ? ? ?unix extensions = No > > ? ? ? ?logon path = \\%25N\%25U\profile > > ? ? ? ?logon home = \\%25N\%25U > > ? ? ? ?domain master = No > > ? ? ? ?cups options = raw > > > > [SACA_DATA] > > ? ? ? ?path = /mnt/DATA > > ? ? ? ?valid users = user1, user2, user3, user4, user5, root > > ? ? ? ?admin users = user1 > > ? ? ? ?read only = No > > ? ? ? ?create mask = 0666 > > ? ? ? ?directory mask = 0777 > > ? ? ? ?guest ok = Yes > > > > [SACA_USER] > > ? ? ? ?path = /mnt/USER > > ? ? ? ?valid users = user1, user2, user3, user4, user5, root > > ? ? ? ?read only = No > > ? ? ? ?create mask = 0666 > > ? ? ? ?directory mask = 0777 > > ? ? ? ?guest ok = Yes > > > > [SACA_ADMIN] > > ? ? ? ?path = /mnt/ADMIN > > ? ? ? ?valid users = root, user4, user5, user1 > > ? ? ? ?admin users = user1 > > ? ? ? ?read only = No > > ? ? ? ?create mask = 0666 > > ? ? ? ?directory mask = 0777 > > ? ? ? ?guest ok = Yes > > > > [printers] > > ? ? ? ?comment = All Printers > > ? ? ? ?path = /var/spool/samba > > ? ? ? ?printable = Yes > > ? ? ? ?browseable = No > > > > > > Thank you, > > Jefferson > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: ?https://lists.samba.org/mailman/options/samba >
and the permissions on the directory? Dp. On 15 August 2011 22:14, Jefferson Allen <j.allen at mercuryfilmworks.com> wrote:> Yes. User1 has been created on the linux box and I used the same password > for creating the user1 and when doing the smbpasswd for user1. > > Thank you, > Jefferson