Hello all,
We have a Java application running on Unix box and we want to authenticate intranet users with IE browsers on their windows desktops.
Basically when they get to our application, we want to know their windows username and do our custom authentication against our application user database.
I searched around and a lot of them are solutions running tomcat on windows box (such as WAFFLE). Any pointers as how to achieve this one a unix box is greatly appreciate it.