Displaying 1 result from an estimated 1 matches for "as_guest".
Did you mean:
is_guest
1999 Dec 09
0
Solution to: Inoculan incompatible with Samba?
...or code made NT abandon that connection 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 comm...