NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Jane on August 20, 2022, 06:04:21 PM

Title: SecWin example app with Active Directory
Post by: Jane on August 20, 2022, 06:04:21 PM
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

Title: Re: SecWin example app with Active Directory
Post by: Bruce on August 21, 2022, 10:59:38 PM
thanks Jane. Looking into it, but I need to get the xFiles build out today first.
Title: Re: SecWin example app with Active Directory
Post by: Jane on August 27, 2022, 02:30:08 PM
Thanks for fixing the Active Directory username/password login in 7.36, Bruce.