Automatic Logon does not work

G

Guest

I can't get AutoLogon to work anymore.
It used to work but something changed and I can't seem to find what.

I created my custom "NCP Automatic Logon" based on the "Automatic Logon"
component.
Added the following extended properties to my custom component:
cmiAutoLogonUser = "ncp_user"
cmiAutoLogonPassword = "ncp_pass"

When i look at the settings of my custom component in TD i see the values
"ncp_user" and "ncp_pass" are filled in for "user name" and "password"


Next, i looked at [HKLM\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon]
for both pre and post FBA (both SOFTWARE and SOFTWARE.SAV files).
Pre-FBA:

AutoAdminLogon = 0
DefaultDomainName = ""
AltDefaultDomainName = ""
DefaultUserName = ""
AltDefaultUserName = ""
DefaultPassword = "ncp_pass"

Post-FBA:
AutoAdminLogon = 1
DefaultDomainName = ""
AltDefaultDomainName = "MMI_PROJECT"
DefaultUserName = ""
AltDefaultUserName = "ncp_admin""
DefaultPassword = "ncp_pass"

It seems the alternatives only the alternatives get filled in.

Does naybody know what is the cuase of my problem and how to solve it?

Thijs
 
G

Gordon Smith \(eMVP\)

Thijs said:
I can't get AutoLogon to work anymore.
It used to work but something changed and I can't seem to find what.

I created my custom "NCP Automatic Logon" based on the "Automatic
Logon" component.
Added the following extended properties to my custom component:
cmiAutoLogonUser = "ncp_user"
cmiAutoLogonPassword = "ncp_pass"

When i look at the settings of my custom component in TD i see the
values "ncp_user" and "ncp_pass" are filled in for "user name" and
"password"


Next, i looked at
[HKLM\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon] for both
pre and post FBA (both SOFTWARE and SOFTWARE.SAV files).
Pre-FBA:

AutoAdminLogon = 0
DefaultDomainName = ""
AltDefaultDomainName = ""
DefaultUserName = ""
AltDefaultUserName = ""
DefaultPassword = "ncp_pass"

Post-FBA:
AutoAdminLogon = 1
DefaultDomainName = ""
AltDefaultDomainName = "MMI_PROJECT"
DefaultUserName = ""
AltDefaultUserName = "ncp_admin""
DefaultPassword = "ncp_pass"

It seems the alternatives only the alternatives get filled in.

Does naybody know what is the cuase of my problem and how to solve it?

Thijs

I'd have to look at the component script & DHTML that you made for your own
version of that component. If you want, you can send it to me via email and
I'll take a look.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top