Re: [Dspace-tech] LDAP is not enabling

2013-02-20 Thread LifeH2O
After emailing, I tried tracing the issue again. Found the bug. Corrected it and made a pull request (I am not sure if that is the right way to do). getBooleanProperty("ldap.enable"); was searching for ldap.enable in dspace.cfg instead of its own file. On Wed, Feb 20, 2013 at 2:57 PM, helix84 w

Re: [Dspace-tech] LDAP is not enabling

2013-02-20 Thread helix84
On Wed, Feb 20, 2013 at 7:29 AM, life...@gmail.com wrote: > LDAPServlet.java --> > boolean ldap_enabled = > ConfigurationManager.getBooleanProperty("ldap.enable"); This is the weird thing here. It should be ConfigurationManager.getProperty("authentication-ldap", "enable"); all the way back to D

Re: [Dspace-tech] LDAP is not enabling

2013-02-19 Thread Hilton Gibson
Perhaps this example will help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/User_Management#Example_DSpace_LDAP_config On 20 February 2013 07:30, life...@gmail.com wrote: > I don't think space is an issue. If it is then DSpace has a bad parser. I > tried removing space, still cannot enable l

Re: [Dspace-tech] LDAP is not enabling

2013-02-19 Thread life...@gmail.com
uesday, February 19, 2013 Subject: Re: [Dspace-tech] LDAP is not enabling Based on a quick look, the mistake might be that there is a space before this property: id_field = uid Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPA

Re: [Dspace-tech] LDAP is not enabling

2013-02-19 Thread life...@gmail.com
-tech] LDAP is not enabling Based on a quick look, the mistake might be that there is a space before this property: id_field = uid Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiq

Re: [Dspace-tech] LDAP is not enabling

2013-02-19 Thread helix84
Based on a quick look, the mistake might be that there is a space before this property: id_field = uid Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] LDAP is not enabling

2013-02-18 Thread helix84
Try sending us your authentication.cfg and authentication-ldap.cfg (without any passwords). Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -

Re: [Dspace-tech] LDAP is not enabling

2013-02-17 Thread life...@gmail.com
I have removed the "/" from provider_url, it is still not working. I have even tried the latest version DSpace 3.2 Snaphsot build. Still getting the same problem. Any other suggestion or idea to at least debug it or trace what is actually happening. I don't know even if it is reading the authen

Re: [Dspace-tech] LDAP is not enabling

2013-02-15 Thread Poulter, Dale
] LDAP is not enabling I have added [org.dspace.authenticate.LDAPAuthentication] above password plugin in [authenticaiton.cfg] and also set [enable=true] Now the chooser.jsp appears, but when I click LDAP login from chooser, on the next [ldap-login] page. The password form appears. boolean

[Dspace-tech] LDAP is not enabling

2013-02-15 Thread life...@gmail.com
I have added [org.dspace.authenticate.LDAPAuthentication] above password plugin in [authenticaiton.cfg] and also set [enable=true] Now the chooser.jsp appears, but when I click LDAP login from chooser, on the next [ldap-login] page. The password form appears. boolean ldap_enabled = Configuratio