Date:  04/16/2009 12:23:35 PM Msg ID:  003945
From:  FoxWeb Support Thread:  003944
Subject:  Re: authentication and Active Directory
FoxWeb's Auth object does not support AD authentication. One possibility would be to protect your scripts with your web server's native authentication capabilities, but this would apply to all individuals that request access to these scripts. If you wanted to authenticate some users against a table and others against AD, you would need to create two copies of your scripts and place them in separate folders.
FoxWeb Support Team
support@foxweb.com email
Sent by Joël on 04/16/2009 08:21:53 AM:
Hello,

I've developped an Extranet used by customers, and by employees working at home.

Until now, access is granted by userid and password in a dbf defined by Auth.AuthTable

Is there an easy way to allow the employees to log in using their userid from Active Directory ?

Kind regards,