Displaying 3 results from an estimated 3 matches for "as_us".
Did you mean:
asus
2011 Dec 05
5
Spec'ing a block
Hi folks
How would you spec something like this:
as_user username do
FileUtils.chmod_R 0755, "#{directory}/*"
end
Where as_user fires off a new process (and set uid to username).
It seems that this won''t catch FileUtils.chmod_R:
FileUtils.should_receive(:chmod_R).with(0755, "#{@domain.directory}/*")
I guess th...
2009 Feb 26
2
When ODBC native support in wine?
Hello, first , I would like to thank you for your great work with wine.
When will be possible I fine implementation of ODBC support in wine? the actual with MDAC25 /27/28 are not very fine and a lot of people have a lot of problem .... where are a very high application number that need this feature for run proporty.
Thanks a lot
1999 Dec 09
0
Solution to: Inoculan incompatible with Samba?
...ion along with the open files, and create a new
one. :(
So, here's the patch I solved this problem with:
--- source/smbd/process.c.orig Wed Dec 8 21:19:21 1999
+++ source/smbd/process.c Wed Dec 8 21:19:31 1999
@@ -504,7 +504,7 @@
if (flags & AS_GUEST)
flags &= ~AS_USER;
else
- return(ERROR(ERRSRV,ERRinvnid));
+ return(ERROR(ERRSRV,ERRaccess));
}
/* this code is to work around a bug is MS client 3 without
introducing a security hole - it needs to be able to do
If I see no comment on this in a few weeks, I'...