I'm not using what you are using, or even using samba in any similar way. My uses are more simplistic, but I do know a bit about the registry. And I believe if you want it system-wide it would go under HKEY_LOCAL_MACHINE not HKEY_CURRENT_USER, if I'm wrong feel free to correct me.
--- Dragan Krnic <[EMAIL PROTECTED]> wrote: > | We are running a samba server 2.23 on FreeBSD 4.8 > | and have to open a .mdb file which nominally is no > > | problem (we access the file with our accounting > | program and it is fine) however when I try to open > > | it with MS access 2002 itself I get the error that > | "the file is on an unsecured server or outside the > > | Intranet copy the file locally to access it blah > | blah" > > Perhaps you may add the trustable domain names as > subkeys to the following registry key: > > HKEY_CURRENT_USER\ > Software\ > Microsoft\ > Windows\ > CurrentVersion\ > Internet Settings\ > ZoneMap\ > Domains > > If the domain you work in and should trust is > yourdom.eu then add a key with that name and put > the following value in it: > > "*"=dword:0000001 > > This registration is on per-user basis, so you may > create a file "trusted-doms.reg" containing: > > Windows Registry Editor Version 5.00 > > > [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet > Settings\ZoneMap\Domains] > @="" > > > [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet > Settings\ZoneMap\Domains\yourdom.eu] > "*"=dword:00000001 > > and let it be loaded by the logon script. The > command > in the logon script should be: > > %SystemRoot%\regedit.exe /s trusted-doms.reg > > It works for me, but perhaps someone knows a better > way or how to make it system-wide instead of > per-user. > > > ____________________________________________________________ > Get advanced SPAM filtering on Webmail or POP Mail > ... Get Lycos Mail! > http://login.mail.lycos.com/r/referral?aid=27005 > -- > To unsubscribe from this list go to the following > URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
