we have systems that may or may not be connected to our network. I would like to configure AFS client to 1) NOT start up automatically on boot 2) NOT try to do any afs auth automatically
so, I went into the windows service control manager and set the IBM AFS Client service to 'manual' startup.
This was correct. This will prevent the afsd_service.exe from starting.
Still, afs throws and error when logging in. I have also 'unchecked' the get afs tokens at logon feature.
This is caused by having AFS Logon Authentication enabled at startup. You go into control panel and run the AFS config tool to change that. If that is failing then you need to look at two things.
The following registry keys turn on logon authentication...
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TransarcAFSDaemon\Parameters] "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\Parameters] "UseIntegratedLogin"=dword:00000000
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\NetworkProvider\Order] "ProviderOrder"="LanmanWorkstation"
That is about it.
Is there any other way to make afs shutup on startup? -- David Bear phone: 480-965-8257 fax: 480-965-9189 College of Public Programs/ASU Wilson Hall 232 Tempe, AZ 85287-0803 "Beware the IP portfolio, everyone will be suspect of trespassing" _______________________________________________ OpenAFS-info mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-info
_______________________________________________ OpenAFS-info mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-info
