After setting the log level to DEBUG, I was able to verify that users
from my subnet are getting added to the "on-campus" special IPAuth
group that I defined dspace.cfg.

However, before authentication, the special group is not assigned:

2009-02-04 12:08:57,647 DEBUG
org.apache.catalina.authenticator.AuthenticatorBase @ Security
checking request GET /handle/10385/102
2009-02-04 12:08:57,647 DEBUG
org.apache.catalina.authenticator.AuthenticatorBase @  Not subject to
any constraint
2009-02-04 12:08:57,648 DEBUG org.dspace.authenticate.IPAuthentication
@ 
anonymous:session_id=3FD40D1479088A5CEE4507C6979DA4F8:authenticated:special_groups=

The special group is only assigned after a successful LDAP login (and
oddly, the check continues to pass even after logout):

2009-02-04 12:10:31,027 DEBUG
org.apache.catalina.authenticator.AuthenticatorBase @ Security
checking request GET /community-list
2009-02-04 12:10:31,027 DEBUG
org.apache.catalina.authenticator.AuthenticatorBase @  Not subject to
any constraint
2009-02-04 12:10:31,030 DEBUG org.dspace.authenticate.IPAuthentication
@ 
anonymous:session_id=8DEB65E4CD326752374D90503281F4F4:authenticated:special_groups=78
2009-02-04 12:10:31,030 DEBUG org.dspace.app.xmlui.utils.ContextUtil @
Adding Special Group id=78

This appears to be the same bug reported here:

http://sourceforge.net/tracker/?func=detail&atid=119984&aid=2088431&group_id=19984

Has anyone found a work-around for this?

Eric Luhrs
Lafayette College

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to