I have a case where sql client applications connect to the server using sql authentication. This is hard coded on the client side when connecting. Now is there a way the same client can connect using LDAP user id assuming that the connection to database shouldn't be made using sql/windows authentication to. Is LDAP user id similar to a sql id or needs a different authentication. This is to be used on windows 2003 OS. ANy advices will be greatly appreciated.
TIA