[OpenAFS] !@#$ integrated logon

Noel Burton-Krahn noel@bkbox.com
Fri, 26 Sep 2003 09:07:52 -0700


Right Rodney,

I just want to point out that the "LogonOptions" key
(HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Para
meters\LogonOptions)
by itself does not actually disable integrated logon, as advertised.  You
can see it in the afslogon.c code.  If LogonOptions is 0, afslogon.dll will
still wait for afsd_service.exe to start, then always fail with "Integrated
login failed".

Does anyone use integrated login?

--Noel


----- Original Message -----
From: "Rodney M Dyer" <rmdyer@uncc.edu>
To: <openafs-info@openafs.org>
Sent: Friday, September 26, 2003 7:09 AM
Subject: Re: [OpenAFS] !@#$ integrated logon


> At 02:49 PM 9/25/2003 -0700, you wrote:
>
> >You can totally disable afslogon.dll by removing this key from the
registry:
>
>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Netw
o
> >rkProvider\AuthentProviderPath
>
> There seems to be some problem here some people are having that we've
never
> seen.  You can easily turn the afs logon authentication on and off
> programatically by using the following...
>
> The following registry keys turn on logon authentication...
>
>
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Para
meters]
> "UseIntegratedLogin"=dword:00000001
>
>
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\NetworkProvider\Order]
> "ProviderOrder"="LanmanWorkstation,TransarcAFSDaemon"
>
> So turning off logon authentication would be...
>
>
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Para
meters]
> "UseIntegratedLogin"=dword:00000000
>
>
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\NetworkProvider\Order]
> "ProviderOrder"="LanmanWorkstation"
>
> That is about it.
>
> Rodney
>
> _______________________________________________
> OpenAFS-info mailing list
> OpenAFS-info@openafs.org
> https://lists.openafs.org/mailman/listinfo/openafs-info
>
>