NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: estadok on April 23, 2012, 05:05:46 AM

Title: Local app + NTWS app + SecWin
Post by: estadok on April 23, 2012, 05:05:46 AM
Hi all!
There are two applications one local ABC another NT. Both applications use the same database (SQL). In local application, I integrated the SecWin. The question is, how to make the NT application use the same security tables?
Title: Re: Local app + NTWS app + SecWin
Post by: kevin plummer on April 23, 2012, 03:07:36 PM
where are you storing the security info? If in SQL tables then you have access. If in TPS file then you need to make sure that file is accessible to both web and windows app.
Title: Re: Local app + NTWS app + SecWin
Post by: estadok on April 23, 2012, 09:52:52 PM
Thanks Kevin!
Title: Re: Local app + NTWS app + SecWin
Post by: estadok on April 24, 2012, 03:05:34 AM
If in SQL tables then you have access

Yes, in SQL. How i get access to this tables from web app?
Title: Re: Local app + NTWS app + SecWin
Post by: kevin plummer on April 24, 2012, 04:28:01 AM
access needs to be via Secwin added to your web app - you can't access direct.
Title: Re: Local app + NTWS app + SecWin
Post by: estadok on May 02, 2012, 02:11:16 AM
Well, I was able to connect to the same tables from a web app. The question is the following. How do I determine which user belongs to a local application, and what not? And if I add a usergroup in a Web application, it does not appear in the list, although I see it in the local application. In other words I need to divide the existing tables in the local security and the web.