[OpenAFS] aklog/wake on Windows 2003 Terminal Server ?
Holger Brückner
lists@net-labs.de
10 Dec 2003 18:39:22 +0100
hmmm, i didn't have that key.
adding it an setting it to 0x01 (REG_DWORD) didn't help.
any idea why drive mapping doesn't work ? or is this the
reason why it won't work ? (connecting to the smb service without proper
username/authentification) ?
Holger Brueckner
On Wed, 2003-12-10 at 18:14, Jeffrey Altman wrote:
> Sounds like you turned High Security mode on. In High Security mode,
> random user names are created for the drive shares (mount points) to
> ensure that
> other users on the same machine cannot access them by guessing the names
> of other logged in users.
>
> High Security mode is set in the registry when the
>
> HKLM\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters
> LogonOption
>
> has the 2 bit set.
>
> #define LOGON_OPTION_INTEGRATED 1
> #define LOGON_OPTION_HIGHSECURITY 2
>
> Jeffrey Altman