G
Guest
I am building a small 2-tier smart application (my first .NET app) that will
be used by some users in our department on a shared terminal. It is required
to authenticate their username and password against LDAP/directory services,
so we know who is really entering the information.
All the sample code I have found for authentication seems specific to
ASP/IIS. I do not have IIS available, so I can't use any of the solutions I
have found, it has to be strictly desktop. In previous applications I used
ADO and an ADs Provider to send the username/password to the LDAP server.
Any ideas?
be used by some users in our department on a shared terminal. It is required
to authenticate their username and password against LDAP/directory services,
so we know who is really entering the information.
All the sample code I have found for authentication seems specific to
ASP/IIS. I do not have IIS available, so I can't use any of the solutions I
have found, it has to be strictly desktop. In previous applications I used
ADO and an ADs Provider to send the username/password to the LDAP server.
Any ideas?