I am running DSpace 5.1 with XMLUI and I am banging my head right now with 
regards to changing the login options.  Originally in 
dspace\config\modules\authentication.cfg I had as the last line:

plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
        org.dspace.authenticate.PasswordAuthentication

That did exactly as it should - i.e. rendered a login/password pair when I 
click "login"

I then changed the authentication.cfg to allow both password and LDAP:

plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
        org.dspace.authenticate.LDAPAuthentication, 
org.dspace.authenticate.PasswordAuthentication

That did exactly the right thing - i.e. when I click "logon" I get a login 
method choice page

Now, I just want LDAP, so I changed authentication.cfg to:

plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \
        org.dspace.authenticate.LDAPAuthentication

I have re-built my DSpace and redeployed, but I sill get the login method 
choice page with LDAP and Password listed as choices.  What am I missing?  
I just want LDAP only with no method choice page.

Regards,

Don

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to