search for: jaswin

Displaying 20 results from an estimated 96 matches for "jaswin".

2008 May 13
3
creating a master share
I am trying to create a master share that contains all the other shares. I created a group that needs read+write permission to all the other shares. However, rather than adding this group in each share configuration, I was wondering if there is a way to overwrite the permission. I tried this but gave read-only access. Also in the linux level, I don't have this master group as the owner. Any
2008 May 23
3
Somewhat bizzare share issue
I have 19 servers with this smb.conf share definition working: [export] comment = Exported Files path = /tmp/export guest ok = Yes On the 20th server however, this just doesn't want to work. I've gone through the basics of guest access and permissions more than a few times trying to figure this one out. Approaching this from another angle, I tried the following
2009 Sep 02
6
Password-less share, for certain users.
Is it possible to have a "password-less" share available to only certain users? I've been searching all over and could not find anything.
2008 Dec 09
2
Any possibility to apply policies on WinXP machines using samba 3.2.3 ?
Any possibility to apply policies on WinXP machines using samba 3.2.3 ? In samba documentation in : http://us1.samba.org/samba/docs/man/Samba-HOWTO-Collection/PolicyMgmt.html There is references to apply policies in NT/2000 Server and winxp clients, but it's not clear to me that will run fine or not using samba 3.2.3+winxp machines. If exist a way, How ? I was create a local policies using
2009 May 14
2
Moving premises, new server at new building
...the moment the first option is looking like the way to go but I would be interested to hear of any other options and people's opinions. I would also be very happy if anyone can point out any possible pitfalls we are likely to face. Thanks, -- *Michael Heydon - IT Administrator * michaelh@jaswin.com.au <mailto:michaelh@jaswin.com.au>
2008 Feb 13
1
acl, no rights and possibility to delete files
Hello, I've a samba 3.0.24 and a share in ext3 with acl. I've set on a file the following permissions on a file a.txt : vssamba:/# getfacl /mnt/samba/partage/a.txt getfacl: Removing leading '/' from absolute path names # file: mnt/samba/partage/a.txt # owner: herve # group: users user::rwx group::r-- other::r-- The rights for share "Partage" are : [partage]
2007 Oct 09
1
recycle: touching failed operation not permitted
Hello In /var/log/messages I have got a lot of errors such as : "recycle: touching .recycle/jankowski/500/500_U/21-10-5U.~TIF failed, reason = Operation not permitted " ~~.tif it's a temp file and I noticed that samba deletes this files to recycle . My smb.conf comment = Rastry public = yes invalid users = @geodeta,@ewidencja, path = /home/samba/rastry
2008 May 14
2
monitoring file access levels?
I've got a paranoid client who has a samba server on a small LAN who wants to know if and when any of his employees 'transfer' (read, copy off etc) any more than a certain threshold of data a day from the server, I think he's worried that some employee may grab a lot of stuff off the server and then share it with his competition. I tried to explain that this wasn't a very
2008 Oct 16
3
How does the "guest account" param work?
smb.conf states "This user must exist in the passwd file, but does not require a valid login" What exactly does this mean? As I understand it, adding a user with 'smbpasswd -a nobody' automatically gives it a valid login. My reasons for asking are; I added myself to passdb.tdb with my passwd. I added the 'nobody' user to passdb.tdb with no passwd. I then logged in to
2008 Sep 18
4
WG: WG: Strange!!! Clients only log on to samba bdc
...pt = logon.bat logon path = \\%L\%U\profile\%U logon drive = S: domain logons = Yes os level = 65 preferred master = Yes domain master = No wins server = 192.168.135.150 -----Urspr?ngliche Nachricht----- Von: Michael Heydon [mailto:michaelh@jaswin.com.au] Gesendet: Donnerstag, 18. September 2008 09:46 An: mueller@tropenklinik.de Cc: samba@lists.samba.org Betreff: Re: WG: [Samba] Strange!!! Clients only log on to samba bdc Daniel M?ller wrote: > Suddenly all clients log on to my BDC not longer to the PDC. > What happens if the BDC...
2008 Mar 16
8
HP Deskjet 6940 and 6988
Hello all, Does anybody share HP Deskjet 6940 and HP Deskjet 6988 off a samba server successfully? I currently using Samba versions 3.0.24 Ubuntu Fiesty Fawn in my production environment. I also the issue occurs on my laptop which is running Gutsy Gibbon 7.10 which uses Samba 3.0.26. The issue is when my users try to print multiple copies they can not through the samba server. These printers
2009 Apr 21
1
error 1310 when installing to a Samba share
I'm trying to install some income tax software to a Samba (Debian 3.2.5 i386) share and I'm getting the above error. I've tried resolving it through the Windows knowledge base, which suggested it was the Windows Installer running as a local system account but even granting guest access to the directory and granting everyone rwx rights didn't help. They also suggested
2009 Feb 19
1
XP local policy vs Samba pdbedit?
If I set up a room of Win XP Pro w/SP2 systems, hardened via local policy and gpedit.msc, and add them to a samba domain running from an unpatched, out-of-box install of RHEL 5.0, how will the local XP policies differ from any changes I make to pdbedit on the Samba side? Which takes priority/preference? Thanks. Scott
2008 Feb 27
1
Lower and Upper Case and MS C# FilesystemWatcher
Hi all, I'm trying to find a way to make the C# FilesystemWatcher class distinguish between Linux mixed lower and upper case files on a Samba share. E.g., file A is called abc.JPG and file B is abc.jpg, and Linux knows that's two files - now, when I delete such a file via a Samba share, both files A and B are deleted. I did not find a solution at Google or in this list, so any help or
2007 Nov 19
1
Question about printer sharing
Hello List, I have a samba pdc and a network of windows workstations, i would like to share a printer via the samba server but it is directly connected to a workstation (parallerl port) . It is possible via the smb.conf ? If so, i will appreciate any tip to do it. Regards, --Ivan.
2007 Nov 22
2
Wondering if there is an option like banner
Hi everyone, I have been googling quite a bit and going through the samba documentation looking for something like a banner for a share and nothing came up. I need to setup a public share on a server that is currently running with server security, so I addedd the nobody account to the smbpasswd with null password, but I want to set a banner on the share that let people know this. Is this
2008 Feb 27
1
Re: Windows C# unable to access Samba directories.
Hi, I have written a simple c# program that move file from windows to a Unix path via samba. The user that do the work is a full privilege user. Using a win application this works fine but when I activated the prog. as a win service, I got a strange activity and the prog wasn't been able to find the folders. So I?m very much interested in troubleshooting the problem. Can you
2007 Dec 03
1
Samba Mount Problem
Dear Tux Friends, I am migration a MS Windows 2000 file server to OpenSuse 10.3. In the current working scenerio, there is one directory on Windows Server named "Common" with two shared directories 1) Inter Department 2) Intra Department This will will help to understand the directory structure: ===>> Common-> Inter Department -> Intra
2007 Dec 17
2
accessing samba over the internet with dreamweaver
Hello, I've got a friend who publishes his site via dreamweaver. He connects to his site via a samba share and opens and saves files. Now the sites have tempoarily relocated. I'm wanting him to still be able to access his site files with his dreamweaver over the internet. Is this doable with either samba, directly through dreamweaver, or something else? This needs to be as simple
2007 Dec 18
2
Enabling Profiles
HI there guys. Sorry for disturbing you with a very basic question, log time ago, searching in the archives I found that profiles can be enabled or disabled for everyone, and that cannot be enabled for a gorup of users or a specific user. I read the how-tos, they explain very well how to manage them, but could not find that doubt, nor even I could not find that thread in the arvhives. Can some