Hi, Bruce,
As mentioned in my earlier email today, I?m just dipping my toe into SecWin. I?m using the web88 example (since I couldn?t get the other SecWin example web51 to compile.)
I?m able to do local user logins with this example. But when I switch the login type for the company to Active Directory, it doesn?t work.
I put a trace statement in the ActiveDirectory_ValidateUser procedure and that never gets called.
In secwin.clw the code runs through SecwinLoginWebClass.StartLoginType, hits the CASE of sw:ActiveDirectoryLoginUserPassword condition, and from that calls to SecwinLoginWebClass.ShowLoginAndPasswordTab.
But that SecwinLoginWebClass.ShowLoginAndPasswordTab method is empty.
Is it overridden somewhere? What should be calling the ActiveDirectory_ValidateUser procedure?
I think I'm probably missing something basic.
??
Jane