Hello everyone. Im not sure what is wrong here, but I cant seem to figure out why one of my users cannot access a share on a file server that we are running here. Running on RH 8.0, samba 2.2.7a. (Planning on upgrading eventually) Anyway, one user for some reason, cannot access the share through his network neighborhood icon. Here is the share info: [AdminDirectory] comment = administrators information path = /backupstorage/admindirectory valid users = @wheel matt read only = No The user is matt, who is also apart of the wheel group: $ groups matt matt : matt wheel Looking at permissions on the share: $ ls -lad /backupstorage/admindirectory/ drwxrwxr-- 26 admin wheel 4096 Oct 9 11:00 /backupstorage/admindirectory/ I pushed the permissions down, recursively...but still, the user 'matt' cannot access the share. I'm having a bugger of a time trying to figure this out. Anyone have any ideas? Lastly, looking in /var/log/samba I see a bunch of logs in there for computers and such. What log file would i use to read to see if I can find the problem? All help is greatly appreciated. Thanks. Jason
This line: valid users = @wheel matt Should read valid users = @wheel, matt Regards, Mark Samba Setup Guide: www.samba.netfirms.com My gpg public key: www.samba.netfirms.com/gnupg/gpg_public.asc Hello everyone. Im not sure what is wrong here, but I cant seem to figure out why one of my users cannot access a share on a file server that we are running here. Running on RH 8.0, samba 2.2.7a. (Planning on upgrading eventually) Anyway, one user for some reason, cannot access the share through his network neighborhood icon. Here is the share info: [AdminDirectory] comment = administrators information path = /backupstorage/admindirectory valid users = @wheel matt read only = No The user is matt, who is also apart of the wheel group: $ groups matt matt : matt wheel Looking at permissions on the share: $ ls -lad /backupstorage/admindirectory/ drwxrwxr-- 26 admin wheel 4096 Oct 9 11:00 /backupstorage/admindirectory/ I pushed the permissions down, recursively...but still, the user 'matt' cannot access the share. I'm having a bugger of a time trying to figure this out. Anyone have any ideas? Lastly, looking in /var/log/samba I see a bunch of logs in there for computers and such. What log file would i use to read to see if I can find the problem? All help is greatly appreciated. Thanks. Jason -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
Anything else I'm missing? Also, could this be a Windows side problem? It works fine for me, but not the other user? Thanks. Jaon At 11:54 AM 10/13/2003 -0700, you wrote:>This line: >valid users = @wheel matt >Should read >valid users = @wheel, matt > >Regards, >Mark >Samba Setup Guide: www.samba.netfirms.com >My gpg public key: www.samba.netfirms.com/gnupg/gpg_public.asc > > > >Hello everyone. >Im not sure what is wrong here, but I cant seem to figure out why one of >my >users cannot access a share on a file server that we are running here. > >Running on RH 8.0, samba 2.2.7a. (Planning on upgrading eventually) > >Anyway, one user for some reason, cannot access the share through his >network neighborhood icon. > >Here is the share info: > >[AdminDirectory] > comment = administrators information > path = /backupstorage/admindirectory > valid users = @wheel matt > read only = No > >The user is matt, who is also apart of the wheel group: > >$ groups matt >matt : matt wheel > >Looking at permissions on the share: > >$ ls -lad /backupstorage/admindirectory/ >drwxrwxr-- 26 admin wheel 4096 Oct 9 11:00 >/backupstorage/admindirectory/ > >I pushed the permissions down, recursively...but still, the user 'matt' >cannot access the share. > >I'm having a bugger of a time trying to figure this out. >Anyone have any ideas? > >Lastly, looking in /var/log/samba I see a bunch of logs in there for >computers and such. What log file would i use to read to see if I can >find >the problem? > >All help is greatly appreciated. > >Thanks. > >Jason > >-- >To unsubscribe from this list go to the following URL and read the >instructions: http://lists.samba.org/mailman/listinfo/samba
I put into the rc.local: smbmount //server/user /home/user/Documents -o username=user,password=xxx,uid=503,gid=503 (one line) -- Best Regards Thomas J Spuhler Manager International Sales TUSONIX, Inc All Tusonix outgoing e-mail has been scanned for viruses On Mon, 2003-10-13 at 23:22, John Simovic wrote:> Has anybody managed to do this automatically (or not) as I am in need of a > solution that DOES NOT require the user to enter the command line. Thanks in > advance.