I have to authorise users using its Windows account in a web application. I use LDAP to validate with the Active Directory if the user/pwd in a specific domain is correct, but I need a list of the available domains because the users can be from differents domains. I try a DNS SRV query to list the ldap servers ( _ldap._tcp ) but I don't get the ssl ldap Active Directory servers. The host app is in a Unix machine, not Windows.
|
|
I can't be sure that this will work since I don't have access to the necessary libraries, but it seems that you'll need to do something like this: Get hold of the ADSI JARs. This is the really tricky bit. Perhaps this article can help with the initial configuration or you can go with J++ here, or maybe this one from Isocra consulting. If you're hosting your application on Linux and calling into a Windows based AD server, then see section 3 of the first article. In essence you'll be creating some Java proxies onto the ADSI COM object and then calling through them into a remote AD server. Once that's configured, then this might just do it
Rather than being a complete answer, this may just get you started in the right direction. However, it does look like it could be very difficult to get working. |
|||||||
|