Displaying 20 results from an estimated 110 matches similar to: "Password protecting sharing"
2006 Sep 12
1
One way sharing
Hi,
I am using Samba to share my computer over a windows network. I can access any
computer(there are over 400 computers) on LAN but no one can access. They
can't do it..
I am pasting the output of testparam for your reference..Any pointers will be
helpful
linux-fh4f:/etc/samba # testparm /etc/samba/smb.conf
Load smb config files from /etc/samba/smb.conf
Processing section
2008 Sep 24
2
climatological standard deviation- (question re-posted)
Sorry for re-posting the question, I did not get any reply.
Kindly reply please if any one can.
###
Hello R users,
I have a montly time series over a several year period.
It's easy to compute a monthly climatology (12 values), Now, I would like to
calculate the corresponding standard deviation, ie the 12 values
calculated from the january values, february values, etc.
What's the best way
2006 Feb 08
2
Protecting controllers - looking for a DRY solution
Hello everyone,
I''ve got several different user roles (i.e. admin, user, guest, ...)
and have set up a bunch of controllers for each user role.
I''m trying to set up some sort of validation that the user accessing
e.g. the admin/subjects controller has the ''admin'' role. The brute
force way to do this would be something like:
- for each controller, put in
2006 Jan 24
2
Security Code for protecting forms?
Hi all
What''s the easiest way to protect my forms using a security code? Is
there any plugin available for this?
Thanks a lot. :-)
Josh
--
Posted via http://www.ruby-forum.com/.
2006 Jan 25
1
Protecting Your Apps against Cross Site Scripting Attacks
This has been in the news lately, so I wrote up an article about a
method I use to protect my app against XSS attacks. It''s easy to use
if you don''t care how it works, and I go through some of the
metaprogramming techniques I used if you do. Check it out:
http://blog.explorationage.com/articles/2006/01/25/how-to-protect-your-rails-apps-against-cross-site-scripting-attacks
2006 Jan 26
0
Article about protecting Rails apps from XSS attacks
Cross-Site scripting (XSS) attacks have been appearing lately, so I
wrote up an article about one way to protect yourself. It''s pretty
easy to use and, for those who care, I go into some of metaprogramming
techniques I used to create it. Check it out at
http://blog.explorationage.com/articles/2006/01/25/how-to-protect-your-rails-apps-against-cross-site-scripting-attacks
Justin
p.s. My
2006 Mar 09
0
Problems protecting one share folder...?
Hi people.
I have been reading about shares access protection with samba, i found
some sites googling but i still dont know how to implement this problem,
this is my situation:
smb.conf for that share:
[test]
comment = Test System
path = /opt/test
writeable = yes
valid users = @inges @notelaacabas @mfonseca @mvalencia
read list = mfonseca mvalencia
create mode = 0660
2013 Jun 04
0
[REGRESSION] nouveau: Resume hung after protecting against client races (MBA3, 1)
Hi Ben,
The new mutexes in nvc0/nv50 (fadb17190/b509656) break resume on my
MBA3,1. A dead-lock somewhere, perhaps? Reverting fixes the problem.
Thanks,
Henrik
2012 Jun 21
1
Password protecting menu entries using simple menu
Gents,
I've come across an issue using 4.0.5 -- not sure what I'm doing wrong
here, but I've tried a hundred different ways to password protect an entry
in one of my pxe menus, but every time I invoke the entry in the menu, it
prompts for the password (I've tried using MENU PASSWD xxxx and tried it
without, supplying a MASTER PASSWD and a blank MENU PASSWD after both a
BEGIN MENU
2012 Oct 02
0
[LLVMdev] Protecting a register value in the LLVM backend
Marcello Maggioni <hayarms at gmail.com> writes:
> I'm working on an LLVM backend for a new target architecture which has
> some instructions that when executed implicitly produce a result in a
> particular register after a certain amount of cycles.
>
> The situation is this :
>
> 1: Execute instruction
> 2: Wait for result
> 3: Wait for result
> 4: Wait
2012 Oct 02
1
[LLVMdev] Protecting a register value in the LLVM backend
Hi David,
can you point me to an instruction in the X86 architecture that uses this?
The MUL instruction would be a good example?
Thanks
Marcello
2012/10/2 <dag at cray.com>
> Marcello Maggioni <hayarms at gmail.com> writes:
>
> > I'm working on an LLVM backend for a new target architecture which has
> > some instructions that when executed implicitly produce
2008 Feb 18
1
Password Protecting a Root Directory
I have apache running with virtual hosting.
I have a customer who wants to password protect their /user/public_html
directory using htaccess. I've done this many times on directories
inside of that directory with positive results. However, I don't seem to
be able to password protect the document root directory.
Any ideas?
John Hinton
2006 Dec 04
1
Protecting folders
Hi.
Is it possible to prevent certain folders from being deleted via
IMAP using Dovecot?
I don't want to write protect the folders, just prevent people
from deleting their Junk, Trash, Drafts, etc.
--
Daniel Mikkelsen
Copyleft Software AS
2006 Aug 29
1
protecting files from deletion, and using --delete-excluded
Hi all,
I am trying to write a script based on rsync to help users select what
they want to mirror, what they want to skip and what they want to delete
on the remote side.
Let's say that I have 1 directory per release:
r1.0 r1.1 r2.0 r2.1 r3.1 r3.2 r4.0 r4.1
At some point I have mirrored all of them, but now I want to be able to
tell rsync to:
- remove all r1.* and r2.* releases
- skip
2012 Jan 29
0
HTPasswd format and protecting XSL pages
Hi,
I had a need to look at icecast.org yesterday. Despite the fact that it
had been there for over 3 years (since the last release), I only just
noticed that XSL pages can be password-protected using the same auth
mechanism available to other items. I was very interested in this as I
wanted to be able to protect our stats info without giving those with a
right to access it the admin
2002 Jul 12
1
Write protecting objects
Is there a function to write protect a matrix or list ?
I have considered making a duplicate copy. But I am wondering if
alternatives exist. Thanks.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the
2007 Nov 17
1
protecting "..."
Dear expRts,
I just realized that the "..." argument in a function cannot be used without
taking precautions sometimes. The following behaviour is what I stumbled
upon:
> myrepl <- function(length, fun, ...) {
+ replicate(length, fun(...))}
> myrepl(20, sample, 1:5)
[1] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
> myotherrepl <- function(length, fun, ...) {
+ args <-
2010 May 07
1
Protecting elements within a function
Hi all, previously I submitted this thread through Nabble which seems fail therefore sending it again....
suppose I have written following function :
> fn = function(x) return(x+x^2)
> fn
function(x) return(x+x^2)
Here you see, if I type only the function name all inside information of this function are visible. Is there any way to protect them i.e. make them invisible?
Thanks
2001 Nov 27
0
Protecting files - help?
Hi,
OK, I'm perplexed by this and I know it has to be possible, but having
poured through the Samba docs and various Samba books, I can't find
anything other than what I've tried....
I need to protect certain files within a users home directory, so they
cannot be deleted. Some of these files need to be readable and writeable
so I can't restrict it with Linux file permissions.
2009 Nov 26
1
Protecting .baseA and .baseB files
Most Xapian database files are locked while the database is open, but it seems
that .baseA and .baseB files are not, so any other application can delete them
(I am talking about the Windows package).
Is there a way to protect them as rest of the Xapian database files?
Regards,
PK