DO NOT REPLY [Bug 33492] - When using LDAP realms Tomcat floods the LDAP server with searches instead of binding as a DN

2005-05-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33492


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2005-05-03 16:09 ---
No further comments or data from OP, closing.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33492] - When using LDAP realms Tomcat floods the LDAP server with searches instead of binding as a DN

2005-03-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33492





--- Additional Comments From [EMAIL PROTECTED]  2005-03-29 17:32 ---
Nothing is done asynchronously in the JNDI realm, and it should limit itself to
one connection to the backend. If you have a problem, you need to look into the
JNDI realm sourcecode, as your asumptions on the realm do not correspond to how
it works (or at least, how it is supposed to work).

Anyway, since this was not reported against Tomcat 5.5, I will not close the 
report.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33492] - When using LDAP realms Tomcat floods the LDAP server with searches instead of binding as a DN

2005-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33492





--- Additional Comments From [EMAIL PROTECTED]  2005-03-25 04:12 ---
There's one Realm instance per declaration in server.xml typically.  The
exception is if you define it in , in which case there's one
realm instance per actual context.

Please comment on Andrey's remark.  Please also test on Tomcat 5.5.7 if
possible.  And since it seems you know LDAP fairly well, a patch to JNDIRealm
would be appreciated ;)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33492] - When using LDAP realms Tomcat floods the LDAP server with searches instead of binding as a DN

2005-03-24 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33492





--- Additional Comments From [EMAIL PROTECTED]  2005-03-25 04:05 ---
JNDIRealm by itself performs search only once per authorization.
I guess what you see is a result of authorizing multiple element referred by
HTML page (pictures, css, jafascript, etc.)
I've seen that too. It happens for first requests. Than the information
(User/Roles) is getting cached (I'm not sure where).
I'm not sure how Catalina handles Realm instances, I guess it has some kind of
pool, so each request is performed in it's own Thread via separate Realm 
instance...

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 33492] - When using LDAP realms Tomcat floods the LDAP server with searches instead of binding as a DN

2005-02-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33492





--- Additional Comments From [EMAIL PROTECTED]  2005-02-11 15:33 ---
BTW, I'm using Sun JDK-1.5.0.01 from jPackage nosource RPM
(java-1.5.0-sun-1.5.0.01-3jpp).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]