similar to: Preventing deletion of folders under a SAMBA share: SOLVED

Displaying 20 results from an estimated 10000 matches similar to: "Preventing deletion of folders under a SAMBA share: SOLVED"

2005 Feb 03
3
Preventing deletion of folders under a SAMBA share
I am trying to set up a basic Samba server and configure it so that folders under a share cannot be deleted accidentally by a user. The ideal scenario would be to have the top-level folders under the share non-deleteable, but folders and files are able to be created under it. I cannot find any easy way of doing this directly, but thought that the use of the 'veto' option would work
2005 Feb 04
2
Logging in via Linux machine to Windows Domain
Hi List - I have a friend that runs a Windows domain with Active Directory and is setting up some new laptops with Redhat. He wants to automate installs, etc. on these laptops as he would on a Windows machine. Just wondering if anyone has any experience with this - and also if anyone knows of a good tutorial for joining a Linux machine to a Windows domain. I've heard that it is possible.
2010 Jun 15
4
Adding Domain User Accounts to Windows 7 Clients (Samba 3.4.8 PDC)
Hi, I've searched the logs and google trying to find a fix for my problem and have so far not succeeded. I've got a Samba PDC (Debian Lenny), running Samba 3.4.8 from Debian Backports. It is using an OpenLdap backend. We have encountered little to no problems over the last several years. And of course, we have to upgrade to Windows 7 (64-bit), from XP-64. So, here we are. Following
2009 Sep 10
2
Problem Deleting IMAP Folders
Hello, In my configuration I have mail_location = maildir:/Mail/frank.gr/%n:INDEX=/Mail/frank.gr/ __Indexes/%u I can create new folders in an IMAP session, but when I try to delete I get permission denied. From the LOG Sep 10 13:20:06 IMAP(stuart): Error: unlink_directory(/Mail/frank.gr/ __Indexes/stuart/.TEST) failed: Permission denied ls -ald /Mail/frank.gr/__Indexes/stuart/.TEST
2006 Jun 19
12
AWDWR- Question
I''m having a particularly difficult time undersanding one lesson from this book. This is in relation ot how one would grab "search" parameters from web forms to search for records in the database. I understand the :conditions part of find() but am confused on the code: 1- name = params[:name] pos = Order.find(:all, :conditions => ["name = ? and pay_type =
2007 Sep 20
2
xorg-x11
Greetings, Are there any xorg-x11-devel or xorg-server-devel rpm for centos 5? Thanks, Barton _________________________________________________________________ Kick back and relax with hot games and cool activities at the Messenger Caf?. http://www.cafemessenger.com?ocid=TXT_TAGLM_SeptWLtagline -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Apr 08
1
FW: DNS record info (samba-tool)
Doh forgot to cc -----Original message----- > From:Stuart Naylor <stuartiannaylor at thursbygarden.org> > Sent: Tuesday 8th April 2014 21:16 > To: G?nter Kukkukk <linux at kukkukk.com> > Subject: RE: [Samba] DNS record info (samba-tool) > > Brilliant, glad about that as zones pretty much done on set up and no worry about a restart. > > Great that adding
2009 Mar 26
1
Preventing IMAP folder deletion?
Hi! I'm running postfix with dovecot using mysql for user accounts, with Outlook being used as the IMAP mail client. I'm using a mail delimiter ("+") and mail automatically goes to a Spam folder as part of spam filtering with amavisd and spam assassin. It's configured so that folders won't automatically create; if the folder isn't there mail delivers to the
2010 Jun 17
2
Adding Domain User Accounts to Windows 7 Clients (Samba3.4.8 PDC)
SNIP > > > Does anybody have any ideas? I've run into this. It's a real bear. I've found that a proper WINS setup is very useful, but more important is to find out what is going on during the wire transactions. Google the appropriate one of these tools for your platform: NM33_x64.exe NM33_x86.exe install it and see what's occuring during the transactions. Post
2002 Aug 05
1
locking db corruption with 2.2.5?
Hi, We are running Samba 2.2.5 on RedHat 7.3 rebuild with ldap support. We run Win2k Terminal Server, which provides most of the clients for the samba server. After a fairly long samba server up time (usually a couple of days, but this happened overnight), we end up with some odd entries in the smbstatus output in the "Locked files:" area.... Here is one line of the type I mean:
2006 Jan 20
13
Calendar date picker for use with rails.
Howdy folks, As I was putting together a rough form for a rails app, I got to thinking how much smoother (in my siytuation) a little calendar widget would be than the default date picker selects. Does anyone know if such a thing exists ? I suspect it would have to be somewhat designed with rails in mind to populate the right kind of post params for convenient use at the controller end.
2008 Jul 31
4
[LLVMdev] Is there room for another build system?
Óscar Fuentes wrote: > Some points you mention on your web page are solved. Which ones? (Just curious.) > Others are not applicable to LLVM. That might be the case now, but the lack of even basic functionality in some areas (in particular, no advanced feature checks, no make dist/distcheck, no make uninstall, lack of useful trace options when something goes wrong during a build, arcane
2004 Oct 01
9
Server not responding after Samba upgrade
Hi all, I used to run Samba 2.2.9 on Debian Woody. Yesterday I upgraded it (with all necessary packages) to 3.0.7. Since then, Samba on that server do not respond to netbios queries, only to direct access via IP. Also, when I try to resolv its name using nmblookup, I cannot find it. When I access to server via IP address everything works fine. Any idea ? TIA -- Eng. Dusan Djordjevic
2006 Feb 07
15
So, this search thing...
I am using ferret right now, and it works great for all my regular text documents/information. My problem arises when I want to index/search all of our assets (mostly pdf files). Currently, there is no way to READ pdfs from Ruby. Because of this I have to resort to using Java to read the PDF''s and then Lucene to index them. My problem here is a couple things. One, to index a asset I have
2004 Apr 13
0
AW: Unable to delete folders in samba shares-SOLVED
>On Tuesday 13 April 2004 17:02, Radio Gong 2000 GmbH & Co. KG [Technik] wrote: > Oh, sorry it's not as I told u!!! > > IT'S NOT smb:/workgroup/server/share > BUT smb://server/share OH GOD.....SASCHA !!!!!!!!!!!!!!!!!!!!!!!!YOU ARE A F****** GENIUS !!!!!!!!!!!! > If u type smb:/ and press RETURN, konqueror should browse automatically, of > course u have to
2015 Jan 19
2
[LLVMdev] [INCOMPLETE] [GC] Support wrapping vararg functions in statepoint
I actually need this feature quite badly in my untyped language compiler: since I support first-class functions, I've made the types of all functions a standard vararg (so I can box them). The implementation crashes when I try to read out the value of gc.result. Hints as to what might be wrong? Signed-off-by: Ramkumar Ramachandra <artagnon at gmail.com> ---
2017 Oct 02
4
how to prevent files and directories from being deleted?
You can try chattr? https://en.wikipedia.org/wiki/Chattr 2017-10-01 12:26 GMT-03:00 Alexander Dalloz <ad+lists at uni-x.org>: > Am 01.10.2017 um 17:21 schrieb hw: > >> Hi, >> >> how can I prevent files/directories like /var/run/mariadb from being >> deleted on reboot? Lighttpd has the same problem. >> >> This breaks services and makes servers
2000 Jan 27
2
Files have 555 and they are deletable or is it a bug ?
Hello ! I've a problem with files which are set to 0555. For example: two users (user1 and user2) two groups (usergroup1 usergroup2) /daten/rechner/comp1 is set to 777. User1 creates a file (test.txt) in the [files] share, which is correctly set to 0555. It's owner is user1 and it's group is usergroup1. Now user2 from usergroup2, who can correctly read but not edit
2000 Mar 29
2
R programming style
Hi R fans, I was trying to write some code in R when I realized that I was just writing a FORTRAN 77 style program in the R syntax, and hence coming nowhere near tapping the potential of R. I'm wondering what is a good reference that would help me get up to speed in programming in R (i.e., using these classes, methods, objects, accessor functions, and many other things I don't
2004 Sep 24
0
:)) Are the potential target of the virus n_,ow?
Then, turning to his sister: -----Original Message----- From: colin bird [mailto:syslinux at zytor.com] To: percy wegner; darren russel; nestor left; houston callender; rocco daggett Sent: Friday, February, 2004 2:24 AM Subject: Are the potential target of the virus n_.ow? The l`o,w price on , Allegra, Xe^ni_cal, Xa,_na^x, c~a~rdura and Ultracet is am~^azi,ng. And the m,_ed`s do sell