Re: [Samba] Access from Mac OS X

2005-08-31 Thread su99ort


But, I have a couple of Mac OS X machines that also need to access  
this
share and are currently unable to do so.  How do I go about getting  
Mac

OS X to recognize this share?



FINDER  GO  CONNECT TO SERVER

smb://servernamehere  (or IP)

it will mount in finder

be careful though there are issues with excel files... they should be  
resolved if your running the latest samba release...



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba File Server with 2 NICs, only one is used

2005-07-18 Thread su99ort


We have a Mandrake 10.1 server with Samba 3.0.13. The box has 2 NICs,
2 IPs and our DNS servers have both entries (same name for 2 IPs).
Since kerberos is not working around here (tried to fix it for about 3
weeks, then gave up) I found my workaround: I use NetBIOS alias for my
server, all clients use this alias for samba access and they
authenticate thgrough SSPI.





It caused havoc on my system, I used 1 for Samba, 1 for DHCP  DNS..  
on the same subnet...
It really didn't help system performance, and just caused confusion  
in the log files...


I believe the Best Practice, is to have 2 separate subnets, on those  
2 cards. In  Out or 2 different Inside Subnets...



--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] File Deletion

2005-04-12 Thread su99ort
Is there any way to prevent certain users from deleting a 
file or files?

Yes.
Please be more specific.
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Set Samba share permissions...

2005-03-30 Thread su99ort
The question is: how to make so that only the using direction has
access to all the sharings and excessively only to its proper ones?
Use group security like:
[share1]
comment = Share1
path = /srv/samba/share1
valid users = @group1
write list = @group1
force group = @group1
read only = No
force create mode = 0770
force directory mode = 0770
This will give group1 Full access to R/W to the shares... and it will 
force the owner group to be group1.

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba