Re: [dspace-tech] LDAP Authentication

2016-11-23 Thread helix84
Sure. Here's the Apache configuration I'm using: RewriteEngine on #RewriteRule ^.*$ https://%{SERVER_NAME}/ldap-login [L,R] RewriteRule ^.*$ http://%{SERVER_NAME}/ldap-login [L,R] Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette http

Re: [dspace-tech] LDAP Authentication

2016-11-23 Thread Donald Bynum
Ah, so it does. Thanks. I may end up changing the rendered page then to only display a single link, rather than multiple. Regards, Don. On Tuesday, November 22, 2016 at 3:38:53 PM UTC-5, helix84 wrote: > On Tue, Nov 22, 2016 at 9:14 PM, Donald Bynum > wrote: > > Thanks for that. There is

Re: [dspace-tech] LDAP Authentication

2016-11-22 Thread helix84
On Tue, Nov 22, 2016 at 9:14 PM, Donald Bynum wrote: > Thanks for that. There is a slight inconsistency in the docs (after your > hint I went back and looked again). The docs suggest that when theer are > multiple auth mrthods configured that DSpace will try each method until > success. What I

Re: [dspace-tech] LDAP Authentication

2016-11-22 Thread Donald Bynum
Jeffrey, Thanks for that. There is a slight inconsistency in the docs (after your hint I went back and looked again). The docs suggest that when theer are multiple auth mrthods configured that DSpace will try each method until success. What I am seeing is, in fact, a list of links (one for e

Re: [dspace-tech] LDAP Authentication

2016-11-22 Thread Terry Brady
You should be able to provide multiple authentication methods (if appropriate). When a user clicks login, they will be prompted for the authentication method. You should be able use the create-administrator command from the command line to make your account an administrator account. Look at the

Re: [dspace-tech] LDAP Authentication

2016-11-22 Thread Jeffrey Sheldon
Don, I would recommend enabling both LDAP and Password authentication, at least long enough to log in under the older administrator account and promote any accounts created through LDAP logins (or create a temporary one to feel things out). You can configure for both like so in config/modules/a