I have an existing ADE (Access Data Project compiled) project that has been in use in a production environment for nearly 3 years, and has been working great. It's been working so great, in fact, that my client is asking me to look at porting it over to another take the place of another system.
In going through their requirements, one line caught my attention. The current port of the project uses the Windows NT Authentication method to connect to the SQL Server, and uses a user's table to see if the user opening the project is a valid application user.
The "new port" they are asking for requires that the user enter in their Windows login/password (which is managed by an Active Directory LDAP server). I've never, ever, had a client ask for a Windows authenticated system to prompt for the same username/password again before opening the app. I'm not even sure ADP applications can do this with the way they use OLE to connect to the SQL Server.
I've searched around a bit today and haven't found a clear answer. Can anybody shed some insight?
In going through their requirements, one line caught my attention. The current port of the project uses the Windows NT Authentication method to connect to the SQL Server, and uses a user's table to see if the user opening the project is a valid application user.
The "new port" they are asking for requires that the user enter in their Windows login/password (which is managed by an Active Directory LDAP server). I've never, ever, had a client ask for a Windows authenticated system to prompt for the same username/password again before opening the app. I'm not even sure ADP applications can do this with the way they use OLE to connect to the SQL Server.
I've searched around a bit today and haven't found a clear answer. Can anybody shed some insight?
Comment