mgainty wrote:
> 
> NAMES: You cannot change to any names unknown to your (NTLM)
> authentication
> algorithm
> http://tomcat.apache.org/tomcat-5.5-doc/catalina/docs/api/org/apache/catalin
> a/realm/RealmBase.html#authenticate(java.lang.String,%20java.lang.String)
> 
> Martin
> 
> 
Martin,

Thanks for the reply.  So, does what I'm thinking sound do-able?  I want to
use NTLM authentication which is returning:

DOMAIN\username

but, then I want to check to see if that user is in a role (group) from
LDAP.  The format for that user is something like:

Group dn: cn=manager,ou=groups,dc=mycompany,dc=com
member: cn=username,ou=people,dc=mycompany,dc=com

So, I want to go from my user autheticated as DOMAIN\username to finding out
if that user is contained in my LDAP group.  Does that sound possible?

Thanks,
Eric
-- 
View this message in context: 
http://www.nabble.com/Question-about-Tomcat-IIS-and-NTLM-authentication-tp14997483p15033776.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to