Displaying 6 results from an estimated 6 matches for "local_machin".
Did you mean:
local_machine
2001 Oct 04
5
msdfs
Hello,
Last week I submitted a problem with msdfs on samba.
I didn't receive any reaction. I've also tried the samba-cvs version but
this
has also problems.
We really like to use msdfs from samba, because we want to put all our
homedirectories
( more than 4000 ) in one dfsroot. This is not possible with Microsoft's
dfs because this
has a limit of 1000 .... I didn't found this
2002 Sep 08
1
%L substitution...
...substitution to lowercase (in standard_sub_basic)?
This was causing me a big headache as I was using a %G later in the
string, and this was being translated into a %g...
Here's the relevant section of code from lib/substitute.c:
case 'L' :
if (*local_machine)
string_sub(p,"%L", local_machine,l);
else {
char *ns = p;
string_sub(p,"%L", global_myname,l);
while (*ns)...
1997 Dec 31
1
security = server not working properly (PR#2786)
...ging in if they give a bogus
username/password. You may have a NT server that is affected by the
bug that this code is designed to avoid.
--- password.c 1997/10/21 10:09:28 1.25.2.4
+++ password.c 1997/12/31 06:43:06
@@ -1619,6 +1619,7 @@
}
+#if 0
if (!cli_NetWkstaUserLogon(&cli,user,local_machine)) {
DEBUG(1,("password server %s failed NetWkstaUserLogon\n", cli.desthost));
cli_tdis(&cli);
@@ -1638,6 +1639,7 @@
cli_tdis(&cli);
return False;
}
+#endif
DEBUG(3,("password server %s accepted the password\n", cli.desthost));
Cheers, Andrew
--
=-=-...
2005 Feb 07
1
System directory L"%SystemRoot%\\system" is not accessible
...gistry. This is a well-documented issue, so I was able to find the
correct Registry entries and add them to system.reg, and the main game
now runs well (with a couple of caveats that now seem related to this
problem).
But I must have done something wrong (even though I only added three
keys to LOCAL_MACHINE/Software, and didn't touch anything else at that
time), because now I'm getting the above error when I try to run ...
well, anything.
Weirdly, this does not affect Septerra Core, which runs fine-- except
for the Quicktime movies scattered throughout the game, which do not run
at all,...
2011 Nov 11
3
COPILOT Glucose Meter COM problem
...port. I am running COPILOT with WINE (which lets Windows programs run under Ubuntu).
I have yet to master the secrets of Wine REGEDIT:
WINE Regedit
If I navigate to .wine and then to drive_c and then to windows I can issued the REGEDIT command and edit the wine registry and navigate to the HKEY_LOCAL_MACHINE -> HARDWARE -> DESCRIPTION -> SERIALCOMM
I have tried to add "COM1"="COM1" to that SERIALCOMM, and the add shows but then it disappears the next time I run REGEDIT.
I found THIS excerpt which seems pertinent:
BEGINNING OF EXCERPT
I have COM1 on wine apps. I symlink...
2017 Apr 13
0
Wine release 2.6
...gEXT.
opengl32: Directly link to glu32.
Alistair Leslie-Hughes (9):
odbccp32: Implement SQLInstallTranslator.
winhttp/tests: Added multi Authenticate header test.
odbccp32: Implement SQLRemoveTranslator/W.
odbccp32: Implement SQLConfigDriver/W.
odbccp32: Look in LOCAL_MACHINE for the driver.
include: Add interfaces IWMHeaderInfo/2/3.
wmvcore/tests: Add initial tests.
winhttp/tests: Test when large amount of data is returned from a 401.
mtxdm: Implement GetDispenserManager.
Andrew Wesie (1):
wined3d: Support render target array index seman...