Re: Finding user name without authentication

2011-08-03 Thread Vibhor Kumar Agarwal
combination to access HTML pages hosted by tomcat. -- View this message in context: http://old.nabble.com/Finding-user-name-without-authentication-tp32146111p32184387.html Sent from the Tomcat - User mailing list archive at Nabble.com

Finding user name without authentication

2011-07-27 Thread Vibhor Kumar Agarwal
Hello Folks, Looking for an option to find the user name opening the web server portal. Don't want to authenticate via LDAP, NIS, etc. Does the web server know the login id of windows? Thanks in advance. -- View this message in context: http://old.nabble.com/Finding-user-name-without

Re: Finding user name without authentication

2011-07-27 Thread Joseph
to authenticate via LDAP, NIS, etc. Does the web server know the login id of windows? Thanks in advance. -- View this message in context: http://old.nabble.com/Finding-user-name-without-authentication-tp32146111p32146111.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Finding user name without authentication

2011-07-27 Thread Chema
2011/7/27 Vibhor Kumar Agarwal vibhor_agarwa...@rediffmail.com: Does the web server know the login id of windows? Thanks in advance. Windows OS ? You can look at http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html

Re: Finding user name without authentication

2011-07-27 Thread Mark Thomas
On 27/07/2011 09:10, Vibhor Kumar Agarwal wrote: Hello Folks, Looking for an option to find the user name opening the web server portal. Don't want to authenticate via LDAP, NIS, etc. That is logically impossible. If a client hasn't authenticated there is no user associated with the request

Re: Finding user name without authentication

2011-07-27 Thread André Warnier
Vibhor Kumar Agarwal wrote: Hello Folks, Looking for an option to find the user name opening the web server portal. Don't want to authenticate via LDAP, NIS, etc. Does the web server know the login id of windows? The way you phrase things above is self-contradictory, because 1) The /only/

Re: Finding user name without authentication

2011-07-27 Thread Vibhor Kumar Agarwal
/Finding-user-name-without-authentication-tp32146111p32146570.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Finding user name without authentication

2011-07-27 Thread André Warnier
Vibhor Kumar Agarwal wrote: Hello Folks, Looking for an option to find the user name opening the web server portal. Don't want to authenticate via LDAP, NIS, etc. Does the web server know the login id of windows? The way you phrase things above is self-contradictory, because 1) The /only/

Re: Finding user name without authentication

2011-07-27 Thread André Warnier
Vibhor Kumar Agarwal wrote: Thanks for the replies, Forgot to mention the page can be run from Windows or Unix. In fact any OS. Not a well versed person with web server NIS. Suggestions given above seem to be applicable for Windows only or will work for any OS? Except for the code which