On Tue, Aug 20, 2013 at 5:31 PM, George Stanley Kozak <g...@cornell.edu>
wrote:
> I have the authentication (config/modules/authentication.cfg)  setup as
> follows:
>
> plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
>         org.dspace.authenticate.IPAuthentication, \
>         org.dspace.authenticate.PasswordAuthentication

This looks correct, there must be a typo (the backslash should immediately
precede the newline, there can't be other whitespace) or some other gotcha.
Try typing it on a single line:

plugin.sequence.org.dspace.authenticate.AuthenticationMethod
= org.dspace.authenticate.IPAuthentication,
org.dspace.authenticate.PasswordAuthentication

Also make sure you're looking at
[dspace]/config/modules/authentication.cfg, not
[dspace-source]/config/modules/authentication.cfg.

Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to