Re: [Dspace-tech] LDAP authentication mail attribute issue

2015-02-09 Thread Olivier Nicole
Hi, > I am using LDAP authentication for autoregister. > > DSpace can communicate with LDAP server and get mail value independently. > > When I configure ldap to match email_field = mail, it doesn't work. > However, it is working as phone_field = mail. > > I can not understand and find any post re

[Dspace-tech] LDAP authentication mail attribute issue

2015-02-09 Thread Hakan Yanaz
Hi, I am using LDAP authentication for autoregister. DSpace can communicate with LDAP server and get mail value independently. When I configure ldap to match email_field = mail, it doesn't work. However, it is working as phone_field = mail. I can not understand and find any post related to this

Re: [Dspace-tech] LDAP Authentication - login.specialgroup property

2015-01-07 Thread helix84
On Wed, Jan 7, 2015 at 1:56 PM, helix84 wrote: > On Wed, Jan 7, 2015 at 1:33 PM, Hilton Gibson wrote: >> Is it possible to map an LDAP filter to a group in DSpace? > > Yes, both a filter and an attribute: > https://github.com/DSpace/DSpace/blob/dspace-5.0-rc3/dspace/config/modules/authentication-

Re: [Dspace-tech] LDAP Authentication - login.specialgroup property

2015-01-07 Thread helix84
On Wed, Jan 7, 2015 at 1:33 PM, Hilton Gibson wrote: > Is it possible to map an LDAP filter to a group in DSpace? Yes, both a filter and an attribute: https://github.com/DSpace/DSpace/blob/dspace-5.0-rc3/dspace/config/modules/authentication-ldap.cfg#L150-168 > Assuming you only have one LDAP ser

Re: [Dspace-tech] LDAP Authentication - login.specialgroup property

2015-01-07 Thread Hilton Gibson
Hi Helix So this all depends on the quality of the metadata in the LDAP tree/server. Is it possible to map an LDAP filter to a group in DSpace? Assuming you only have one LDAP server to refer to, not a separate staff and student LDAP server, just one. Cheers hg *Hilton Gibson* Ubuntu Linux Syst

Re: [Dspace-tech] LDAP Authentication - login.specialgroup property

2015-01-07 Thread helix84
The way it works is anyone who can log in to LDAP can log into DSpace and then is assigned the specialgroup. If you want only those who are students in LDAP to be able to log into DSpace, that's a different matter. There are two ways how your group information may be stored in LDAP: if your DN is

Re: [Dspace-tech] LDAP Authentication - login.specialgroup property

2015-01-07 Thread Hilton Gibson
Hi All When using LDAP auth, does membership rely on the "auto-register" config setting? Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27 84 646 4

Re: [Dspace-tech] LDAP Authentication - login.specialgroup property

2015-01-07 Thread Nada Abo-Eita
Hi helix, I did exactly what you mentioned here http://dspace.2283337.n4.nabble.com/Adding-e-people-into-groups-automatically-td4675556.html Based on my changes if any user log in to dspace then they should become a member of the specified group in login.specialgroup property in my case (students

Re: [Dspace-tech] LDAP Authentication - login.specialgroup property

2015-01-07 Thread helix84
I already answered your question here: http://dspace.2283337.n4.nabble.com/Adding-e-people-into-groups-automatically-td4675556.html Can you specify what exactly doesn't seem to work? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/

[Dspace-tech] LDAP Authentication - login.specialgroup property

2015-01-07 Thread Nada Abo-Eita
Dear DSpace community, I want any user log in to dspace to be member of the students group (Note that this group is already created on dspace). So to do that, I changed the login.specialgroup to "Students" in authentication-ldap.cfg and then restart tomcat. But it doesn't work with me. Can someon

Re: [Dspace-tech] ldap authentication after upgrade 1.8 to 3.2

2014-02-14 Thread helix84
Hi Erik, what does your LDAP configuration look like? Which field do you use as the user identifier and do you use a suffix (@example.com)? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ---

Re: [Dspace-tech] ldap authentication after upgrade 1.8 to 3.2

2014-02-13 Thread Hilton Gibson
Hi Erik I also had problems during an upgrade from 1.8.2 to 3.2 and have documented fixes here: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Upgrading/DSpace/Release_Notes/3.2 One of them was LDAP authentication. Regards *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Roo

[Dspace-tech] ldap authentication after upgrade 1.8 to 3.2

2014-02-13 Thread Erik Guss
Hello, I upgraded from 1.8.2 to 3.2. The ldap new user registration was not working properly after the upgrade. A new user could authenticate, and was registered, but the ldap attributes would not populate (sn,givenname,mail). Existing users were unaffected. I was not using ldap-hierarchical, and

[Dspace-tech] LDAP authentication in Dspace 4.0

2014-01-28 Thread Oscar Sanchez Gomez
Hi all, Before Dspace 4.0, the LDAP authentication recognize the email account from the security server and use it as Dspace userid for persons. In Dspace 4.0 the LDAP authentication process create a new account with the id_field (sAMAccountName in Active Directory) in place of the email_field u

Re: [Dspace-tech] LDAP authentication in v3

2013-02-07 Thread helix84
On Thu, Feb 7, 2013 at 2:34 AM, Poulter, Dale wrote: > After doing some additional research and testing it appears that a missing > "/" at the end of the provider was causing the problem. What is so > perplexing is that it was still authenticating but just not bringing in the > data. Hi Dale,

Re: [Dspace-tech] LDAP authentication in v3

2013-02-06 Thread Hilton Gibson
gt; From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com > ] On Behalf Of helix84 > Sent: Wednesday, February 06, 2013 3:16 PM > To: Poulter, Dale > Cc: Dspace-tech@lists.sourceforge.net > Subject: Re: [Dspace-tech] LDAP authentication in v3 > > I assume you do have search.us

Re: [Dspace-tech] LDAP authentication in v3

2013-02-06 Thread M. Àngels Pulido
ubject: Re: [Dspace-tech] LDAP authentication in v3 I assume you do have search.user/password set. Nothing in your config strikes me as odd. So if you look at the eperson table on the row that was just added, what are the values of the individual fields? Regards, ~~helix84 Compulsory reading: DSpa

Re: [Dspace-tech] LDAP authentication in v3

2013-02-06 Thread Poulter, Dale
m: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Wednesday, February 06, 2013 3:16 PM To: Poulter, Dale Cc: Dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] LDAP authentication in v3 I assume you do have search.user/password set. Nothing in your config strikes

Re: [Dspace-tech] LDAP authentication in v3

2013-02-06 Thread Poulter, Dale
It adds the username null and the remaining fields are empty. Sent from iphone On Feb 6, 2013, at 3:16 PM, "helix84" wrote: > I assume you do have search.user/password set. > > Nothing in your config strikes me as odd. So if you look at the > eperson table on the row that was just added, what

Re: [Dspace-tech] LDAP authentication in v3

2013-02-06 Thread helix84
I assume you do have search.user/password set. Nothing in your config strikes me as odd. So if you look at the eperson table on the row that was just added, what are the values of the individual fields? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.

Re: [Dspace-tech] LDAP authentication in v3

2013-02-06 Thread Poulter, Dale
ple.com -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Wednesday, February 06, 2013 2:51 PM To: Poulter, Dale Cc: Dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] LDAP authentication in v3 Do you need and have search_scope =

Re: [Dspace-tech] LDAP authentication in v3

2013-02-06 Thread Poulter, Dale
Yes, autoregister = true -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Wednesday, February 06, 2013 2:37 PM To: Poulter, Dale Cc: Dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] LDAP authentication in v3 On Wed, Feb

Re: [Dspace-tech] LDAP authentication in v3

2013-02-06 Thread helix84
Do you need and have search_scope = 2? It would be easier if you pasted your authentication-ldap.cfg here. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -

Re: [Dspace-tech] LDAP authentication in v3

2013-02-06 Thread helix84
On Wed, Feb 6, 2013 at 8:57 PM, Poulter, Dale wrote: > We have Dspace 3.0 up and running well. We have been able to get the LDAP > authentication to work but it does not pull in any of the attributes (email, > name, etc.). I have confirmed that our mapping email_field = mail is > correct as far

[Dspace-tech] LDAP authentication in v3

2013-02-06 Thread Poulter, Dale
All, We have Dspace 3.0 up and running well. We have been able to get the LDAP authentication to work but it does not pull in any of the attributes (email, name, etc.). I have confirmed that our mapping email_field = mail is correct as far as the ldap server is concerned. Has anyone else exp

Re: [Dspace-tech] LDAP Authentication issues

2013-01-31 Thread Darren Arsenault
Hi all, Just a quick update for those who responded to my last posting about LDAP authentication issues in DSPace: My user changed their password back to what it had previously been, and then selected a new password once again. The issue (inability to login using the new credentials) is gone,

Re: [Dspace-tech] LDAP authentication failing with: [LDAP\colon; error code 49 - Invalid Credentials]

2013-01-28 Thread helix84
We can always blame it on the user :) No, really, have him change his password under your supervision, I think it will magically work. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -

Re: [Dspace-tech] LDAP authentication failing with: [LDAP\colon; error code 49 - Invalid Credentials]

2013-01-28 Thread Darren Arsenault
] Sent: January-28-13 10:56 AM To: Darren Arsenault Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] LDAP authentication failing with: [LDAP\colon; error code 49 - Invalid Credentials] Hi Darren, I don't think this can be DSpace's fault. Although DSpace can create an

Re: [Dspace-tech] LDAP authentication failing with: [LDAP\colon; error code 49 - Invalid Credentials]

2013-01-28 Thread helix84
Hi Darren, I don't think this can be DSpace's fault. Although DSpace can create an eperson on the first login via LDAP (if autoregister is set to true), it only means that a row in the eperson table is created. The password is not stored in DSpace and the user is always authenticated by trying to

[Dspace-tech] LDAP authentication failing with: [LDAP\colon; error code 49 - Invalid Credentials]

2013-01-28 Thread Darren Arsenault
Hi All, Version 1.8.0, JSPUI. This morning I was contacted by a user who has recently changed their LDAP password as per company security policies. When this user proceeded to login to DSpace they were unable to use their new credentials, triggering the invalid credentials error code in the su

Re: [Dspace-tech] LDAP Authentication (Hierarchical) - Dspace 3.0 (No DN found for user)

2013-01-21 Thread mErRYo
Thanks Helix as this resolved my query. --- On Thu, 1/17/13, helix84 wrote: > From: helix84 > Subject: Re: [Dspace-tech] LDAP Authentication (Hierarchical) - Dspace 3.0 > (No DN found for user) > To: "mErRYo" > Cc: dspace-tech@lists.sourceforge.net > Date: Thur

Re: [Dspace-tech] LDAP Authentication (Hierarchical) - Dspace 3.0 (No DN found for user)

2013-01-17 Thread helix84
The first strange thing from the get-go is that LDAPHierarchicalAuthentication which you're using is no longer in DSpace 3.0, its functionality has been integrated into LDAPAuthentication. So you probably used the old class with the new code. This should work, assuming you compiled it (LDAPHierarch

[Dspace-tech] LDAP Authentication (Hierarchical) - Dspace 3.0 (No DN found for user)

2013-01-17 Thread mErRYo
Hi, I am using Dspace 3.0 jspui with two authentication mechanism i.e. password base and ldap base. My password is working fine but my ldap is throwing me warning that "No DN found for user". I checked my dspace log and there is no other exception. See my log details below:

Re: [Dspace-tech] LDAP Authentication

2012-05-02 Thread helix84
On Wed, May 2, 2012 at 4:29 PM, johnson sikhumbuzo Dlamini wrote: > Hi helix > > Thanks for your informative  response. > I in-fact have the authentication class as you suggested  above   in the > authentication.cfg file. i.e. > > plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \ >

Re: [Dspace-tech] LDAP Authentication

2012-05-02 Thread helix84
On Wed, May 2, 2012 at 10:41 AM, johnson sikhumbuzo Dlamini wrote: > PROBLEM: When you login, you are presented with two links to specify whether > you want password login or ldap login. However, when either of these links > is clicked the resultant  login screen expects similar inputs (i.e. the >

[Dspace-tech] LDAP Authentication

2012-05-02 Thread johnson sikhumbuzo Dlamini
Hi, Please help. I am configuring Dspace 1.8.1 to use LDAP Authentication together with password authentication for our institution. I think I have successfully configured the settings in the authentication.cfg ,authentication-password.cfg and   authentication-ldap.cfg files.  PROBLEM: When you

Re: [Dspace-tech] LDAP authentication stopped working

2011-05-09 Thread helix84
On Mon, May 9, 2011 at 16:14, Savage, Karen R. wrote: > I think I've figured it out. As part of switching over to port 8443, I > copied the certificate from the old server to the new one. The certificate > is in the name of the alias, which hasn't yet been set to point to the new > server, so as f

Re: [Dspace-tech] LDAP authentication stopped working

2011-05-09 Thread Savage, Karen R.
I think I've figured it out. As part of switching over to port 8443, I copied the certificate from the old server to the new one. The certificate is in the name of the alias, which hasn't yet been set to point to the new server, so as far as the LDAP server is concerned, it's invalid. Karen S. On

Re: [Dspace-tech] LDAP authentication stopped working

2011-05-04 Thread helix84
On Wed, May 4, 2011 at 16:56, Savage, Karen R. wrote: > Our live 1.3 instance hasn't been affected, but I'll check with the LDAP > guy in IT to make sure there haven't been any changes made on their end. If the other instance works, then the mistake will probably be at your end. Just copying over

Re: [Dspace-tech] LDAP authentication stopped working

2011-05-04 Thread Savage, Karen R.
Ah, that explains why I wasn't able to find any of the files you were referring to. :) Yes, I set it up to listen through port 8443 rather than 8080. I'm the only admin making changes to this server at this time, and switching to port 8443 is the only thing I remember doing since getting LDAP run

Re: [Dspace-tech] LDAP authentication stopped working

2011-05-04 Thread helix84
Please, disregard what I wrote so far. I didn't notice this came from the DSpace mailing list, not the Xerxes one. Karen, I assume you changed the port your webserver is listening on. This shouldn't have any influence on LDAP authentication in DSpace. Might any other change slip by at the same tim

Re: [Dspace-tech] LDAP authentication stopped working

2011-05-04 Thread helix84
On Wed, May 4, 2011 at 15:37, helix84 wrote: > On Wed, May 4, 2011 at 15:20, Savage, Karen R. > wrote: >> I've had LDAP authentication working on my upgrade for the past couple of >> months, but now I find that it's not working again. The only config change >> I've made since I got it working

Re: [Dspace-tech] LDAP authentication stopped working

2011-05-04 Thread helix84
On Wed, May 4, 2011 at 15:20, Savage, Karen R. wrote: > I've had LDAP authentication working on my upgrade for the past couple of > months, but now I find that it's not working again. The only config change > I've made since I got it working is setting up the server to run through port > 8443.

[Dspace-tech] LDAP authentication stopped working

2011-05-04 Thread Savage, Karen R.
I've had LDAP authentication working on my upgrade for the past couple of months, but now I find that it's not working again. The only config change I've made since I got it working is setting up the server to run through port 8443. Would that affect authentication? Thanks, -- Karen Savage Bay

Re: [Dspace-tech] LDAP Authentication

2011-02-07 Thread Savage, Karen R.
(254) 710-3275 -Original Message- From: Stuart Lewis [mailto:s.le...@auckland.ac.nz] Sent: Monday, February 07, 2011 12:00 PM To: Savage, Karen R. Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] LDAP Authentication Hi Karen, > This is what I'm finding in the

Re: [Dspace-tech] LDAP Authentication

2011-02-07 Thread Stuart Lewis
Hi Karen, > This is what I'm finding in the log file: > > 2011-02-07 10:09:04,284 INFO > org.dspace.authenticate.LDAPHierarchicalAuthentication @ > anonymous:session_id=36F5668310DE405281CC4104721E98AD:ip_addr=129.62.210.158:auth:attempting > trivial auth of user=karen_savage > 2011-02-07 10:

Re: [Dspace-tech] LDAP Authentication

2011-02-07 Thread Savage, Karen R.
baylor.edu (254) 710-3275 -Original Message- From: Stuart Lewis [mailto:s.le...@auckland.ac.nz] Sent: Thursday, February 03, 2011 1:50 PM To: Savage, Karen R. Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] LDAP Authentication Hi Karen, > I'm upgrading our instan

Re: [Dspace-tech] LDAP Authentication

2011-02-03 Thread stuart yeates
However maintains the LDAP at your site almost certainly controls who can access it. If your new server has a different machine name or IP address, their records may need to be updated. There are also all manner of firewall issues that can occur, depending on the configuration at your site. ch

Re: [Dspace-tech] LDAP Authentication

2011-02-03 Thread Andrea Schweer
Hi Karen, On 04/02/11 08:51, Savage, Karen R. wrote: > I'm looking into my log configuration now, because there hasn't been > any activity in the logs since Tuesday, when I last restarted the web > server. That's odd -- does your servlet container have write permissions to the log directory? In f

Re: [Dspace-tech] LDAP Authentication

2011-02-03 Thread Savage, Karen R.
Hi Stuart, I'm looking into my log configuration now, because there hasn't been any activity in the logs since Tuesday, when I last restarted the web server. -- Karen Savage Baylor University Libraries Electronic Library Library Systems karen_sav...@baylor.edu (254) 710-3275 On 2/3/11 1:49 PM

Re: [Dspace-tech] LDAP Authentication

2011-02-03 Thread Stuart Lewis
Hi Karen, > I'm upgrading our instance of Dspace from 1.3 to 1.7 and at the same time, > migrating to a new server. I have the LDAP config information from the old > config file (and have confirmed with our IT guy that it is still correct), > but when I enter it on the new config file, I can't

Re: [Dspace-tech] LDAP Authentication

2011-02-03 Thread Hilton Gibson
Hi Karen Check this out for some tips. http://wiki.lib.sun.ac.za/index.php/SUNScholar/User_Management Cheers hg On 03/02/2011 17:46, Savage, Karen R. wrote: I'm upgrading our instance of Dspace from 1.3 to 1.7 and at the same time, migrating to a new server. I have the LDAP config informatio

[Dspace-tech] LDAP Authentication

2011-02-03 Thread Savage, Karen R.
I'm upgrading our instance of Dspace from 1.3 to 1.7 and at the same time, migrating to a new server. I have the LDAP config information from the old config file (and have confirmed with our IT guy that it is still correct), but when I enter it on the new config file, I can't log in. Is there so

Re: [Dspace-tech] Ldap authentication

2010-08-19 Thread helix84
On Thu, Aug 19, 2010 at 10:07, Webshet, Sisay (ILRI) wrote: > § Base DN =DC=ILRI,DC=CGIARAD,DC=ORG > > § Distinguished name to login =CN=Webshet\, Sisay (ILRI),OU=ILRI > Ethiopia Employees,OU=ILRI Ethiopia,DC=ILRI,DC=CGIARAD,DC=ORG You might try to do this: ldap.id_field = cn Wha

[Dspace-tech] Ldap authentication

2010-08-19 Thread Webshet, Sisay (ILRI)
I used dspace 1.5 on window xp. And want to test ldap authentication against a local ldap server . Here I can login to ldap server as follows. * Base DN =DC=ILRI,DC=CGIARAD,DC=ORG * Distinguished name to login =CN=Webshet\, Sisay (ILRI),OU=ILRI Ethiopia Employees,OU=ILR

Re: [Dspace-tech] LDAP Authentication generating Exception

2010-06-25 Thread Jason Nugent
Aha! I now realize what it is. The ldap.search_scope value is commented out by default in the config file. I mistakenly believed that this implied a default value of 2. If you leave the value commented out and enable Hierarchical LDAP authentication, you generate a NullPointerException. All app

Re: [Dspace-tech] LDAP Authentication generating Exception

2010-06-25 Thread Flavio Botelho
Looking at the code: http://scm.dspace.org/svn/repo/dspace/tags/dspace-1.6.0/dspace-api/src/main/java/org/dspace/authenticate/LDAPHierarchicalAuthentication.java The place where the problem is ocurring seems bizarre.. It is as if ldap.search_scope was not being found in the config file? Kudos, Fl

Re: [Dspace-tech] LDAP Authentication generating Exception

2010-06-25 Thread Stuart Lewis
Hi Jason, DSpace ships with two LDAP options - LDAPAuthentication and LDAPHeirarchicalAuthentication. If all your users are in one branch of an ldap tree (e.g. they all exist in ou=users,dc=unb,dc=ca) then you can use the former. This does not perform an initial bind, it just binds to the user

Re: [Dspace-tech] LDAP Authentication generating Exception

2010-06-25 Thread Jason Nugent
Hi folks, Just to confirm, does DSpace perform a two step check and then bind for authentication? I ask, because I've been talking to the fellow who has access to our LDAP server logs and he has informed me that it appears as though DSpace is attempting to bind with uid=jnugent,dc=unb,dc=ca, whic

Re: [Dspace-tech] LDAP Authentication generating Exception

2010-06-25 Thread Jason Nugent
Hi Flavio, On 6/24/10 6:26 PM, Flavio Botelho wrote: > I dont have the code here with me, but a wild guess would be that uid > isnt the field that stores the complete DN. > >> ldap.id_field = uid I was under the assumption that this field was used to initially search the tree to find the user's

Re: [Dspace-tech] LDAP Authentication generating Exception

2010-06-24 Thread Flavio Botelho
I dont have the code here with me, but a wild guess would be that uid isnt the field that stores the complete DN. > ldap.id_field = uid Probably should be set to something else (the usual name for the field is 'dn' i guess)? Kudos, Flavio Botelho On Thu, Jun 24, 2010 at 12:13 PM, Jason Nugent

[Dspace-tech] LDAP Authentication generating Exception

2010-06-24 Thread Jason Nugent
Hi everyone, I am configuring a DSpace 1.6.0 instance to authenticate users to my LDAP server. I believe I have the necessary configuration options in dspace.cfg specified correctly, but if I add org.dspace.authenticate.LDAPHierarchicalAuthentication to my Authentication stack, I receive a NullPo

Re: [Dspace-tech] LDAP Authentication

2010-05-14 Thread helix84
On 13 May 2010 14:39, Hilton Gibson wrote: > Aaah there it is. > > failed_login:email=UZP0899 > > DSpace is using a email/eperson account details to login a netid/ldap user. > Why ? I do not know !! > Check the DSpace database for user accounts and the fields. > Maybe a bug ?? The reason

Re: [Dspace-tech] LDAP Authentication

2010-05-13 Thread Sean Carte
On 13 May 2010 14:39, Hilton Gibson wrote: > Aaah there it is. > > failed_login:email=UZP0899 > > DSpace is using a email/eperson account details to login a netid/ldap user. > Why ? I do not know !! > Check the DSpace database for user accounts and the fields. > Maybe a bug ?? Well spotte

Re: [Dspace-tech] LDAP Authentication

2010-05-13 Thread Sean Carte
Oops. Forwarding to the lists too. -- Forwarded message -- From: Sean Carte Date: 13 May 2010 13:05:14 UTC+2 Subject: Re: [Dspace-tech] LDAP Authentication To: Hilton Gibson On 13 May 2010 12:45, Hilton Gibson wrote: > Your setup looks good. > What do your DSpace lo

Re: [Dspace-tech] LDAP Authentication

2010-05-13 Thread Hilton Gibson
Hi Sean Your setup looks good. What do your DSpace logs say. Cheers hg On 13 May 2010 11:53, Sean Carte wrote: > I've got a simple ldap server configured primarily to allow > authentication for EZProxy; now I'd like to be able to get DSpace to > use it for authentication. But I can't get it t

[Dspace-tech] LDAP Authentication

2010-05-13 Thread Sean Carte
I've got a simple ldap server configured primarily to allow authentication for EZProxy; now I'd like to be able to get DSpace to use it for authentication. But I can't get it to work. I followed the DSpace configuration steps outlined at , and ha

[Dspace-tech] LDAP Authentication

2009-06-12 Thread Dr. Ahmad Al-Zubi
Hello everybody, I am Dr Ahmad Al-Zubi dspace project manager at King Saud University sorry for resending the same messege, I need your help. I think Mr *Zafeiropoulos Dionisis* had the same problem but unfortunatelly I dont have his email to write him and ask him for help, he sure could'

Re: [Dspace-tech] LDAP authentication

2008-09-19 Thread Stuart Lewis
Hi Eric, > I replaced the getSpecialGroups method in LDAPHierachicalAuthentication.java > with the code you sent. I then ran "mvn package" followed by "ant update" and > "ant init_configs". After restarting Tomcat, I was able to login via LDAP, > but not with a local password. Here several line

Re: [Dspace-tech] LDAP authentication

2008-09-18 Thread Eric Luhrs
Hi Stuart, I replaced the getSpecialGroups method in LDAPHierachicalAuthentication.java with the code you sent. I then ran "mvn package" followed by "ant update" and "ant init_configs". After restarting Tomcat, I was able to login via LDAP, but not with a local password. Here several lines dspac

Re: [Dspace-tech] LDAP authentication

2008-09-18 Thread Stuart Lewis
Hi Eric, > I just patched a fresh install with your latest LDAP patch (along with patch > 2057231). LDAP works fine, but now password authentication fails. I noticed > that your patch replaced: > > plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \ > org.dspace.authenticat

Re: [Dspace-tech] LDAP authentication

2008-09-18 Thread Eric Luhrs
Stuart, I just patched a fresh install with your latest LDAP patch (along with patch 2057231). LDAP works fine, but now password authentication fails. I noticed that your patch replaced: plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \ org.dspace.authenticate.PasswordAuth

Re: [Dspace-tech] LDAP authentication

2008-09-18 Thread Eric Luhrs
Hi Stuart, It turns out that my test user didn't have an email address, and this was causing the failed LDAP logins. The confusing thing was that DSpace got the DN from LDAP, and then just dropped the connection. I figured it out by comparing dspace.log results from a successful login to your lda

Re: [Dspace-tech] LDAP authentication

2008-09-17 Thread Stuart Lewis
Hi all, > Stuart, any chance could you get these patches commited into the > 1.5.x branch so that were not maintaining such fixes in the patch > queue into perpetuity? Nows the time to get in your fixes. All done :) A quick list of the changes: - Addition of a new pluggable authentication clas

Re: [Dspace-tech] LDAP authentication

2008-09-17 Thread Stuart Lewis
Hi Eric, > I think it must be a local configuration issue because I was able to login > against your test LDAP server (thanks for that!). I am fairly sure that my > local LDAP settings are correct, though I'll look more into this. Try using the same settings to log in with an LDAP browser (e.g.

Re: [Dspace-tech] LDAP authentication

2008-09-17 Thread Mark Diggory
Stuart, any chance could you get these patches commited into the 1.5.x branch so that were not maintaining such fixes in the patch queue into perpetuity? Nows the time to get in your fixes. -Mark On Sep 17, 2008, at 7:50 AM, Stuart Lewis wrote: > Hi Eric, > >> Thanks for this message. I thi

Re: [Dspace-tech] LDAP authentication

2008-09-17 Thread Eric Luhrs
Thanks, Stuart. I think it must be a local configuration issue because I was able to login against your test LDAP server (thanks for that!). I am fairly sure that my local LDAP settings are correct, though I'll look more into this. I noticed that "ikandros" posted a comment about failed logins if

Re: [Dspace-tech] LDAP authentication

2008-09-17 Thread Stuart Lewis
Hi Eric, > Thanks for this message. I think it may explain why I haven't been able to > get LDAP to work even after installing LDAPHierarchicalAuthentication.java. > If I read your email correctly, it means I will also have to install patch > 2057231 before hierarchical LDAP authentication will w

Re: [Dspace-tech] LDAP authentication

2008-09-17 Thread Reuben Pasquini
Hi Eric, I submitted the following patch that works with A.D.: https://sourceforge.net/tracker/?func=detail&atid=319984&aid=2100378&group_id=19984 The patched files are also available here: http://erwg.lib.auburn.edu/dspace-ldap_20080828.zip . The patch modifies a few files in the org.ds

Re: [Dspace-tech] LDAP authentication

2008-09-17 Thread Eric Luhrs
Stuart, Thanks for this message. I think it may explain why I haven't been able to get LDAP to work even after installing LDAPHierarchicalAuthentication.java. If I read your email correctly, it means I will also have to install patch 2057231 before hierarchical LDAP authentication will work. Is t

Re: [Dspace-tech] LDAP authentication

2008-09-16 Thread Stuart Lewis
Hi Bin, > I have just installed DSpace 1.5.1 on a Ubuntu server.  I would like to enable > authentication against LDAP server (AD).  From the documentation, it seems > that LDAP authentication only work with JSPUI, not XMLUI.  Is this true?  What > will it take to make it work with XMLUI? It shou

[Dspace-tech] LDAP authentication

2008-09-16 Thread Bin Zhang
I am new to DSpace (and to Java). I have a couple of very basic/dumb questions: I have just installed DSpace 1.5.1 on a Ubuntu server. I would like to enable authentication against LDAP server (AD). From the documentation, it seems that LDAP authentication only work with JSPUI, not XMLUI.

Re: [Dspace-tech] LDAP Authentication failure

2008-08-20 Thread Gagan mandayam
Stuart Lewis [sdl] wrote: Hi, > We are using DSpace 1.4.2; We are facing this problem on a RHEL box. > > 2008-08-12 15:33:33,847 INFO org.dspace.eperson*.*PasswordAuthentication @ > anonymous:session_id=86F90023214655DE8C1AA34B81B2B2B5:ip_addr=10.10.3.205:auth > enticate:attempting > passwo

Re: [Dspace-tech] LDAP Authentication failure

2008-08-19 Thread Stuart Lewis [sdl]
Hi, > We are using DSpace 1.4.2; We are facing this problem on a RHEL box. > > 2008-08-12 15:33:33,847 INFO org.dspace.eperson*.*PasswordAuthentication @ > anonymous:session_id=86F90023214655DE8C1AA34B81B2B2B5:ip_addr=10.10.3.205:auth > enticate:attempting > password auth of [EMAIL PROTECTED] >

[Dspace-tech] LDAP Authentication failure

2008-08-18 Thread Gagan mandayam
Hi , We are using DSpace 1.4.2; We are facing this problem on a RHEL box. 2008-08-12 15:33:33,847 INFO org.dspace.eperson*.*PasswordAuthentication @ anonymous:session_id=86F90023214655DE8C1AA34B81B2B2B5:ip_addr=10.10.3.205:authenticate:attempting password auth of [EMAIL PROTECTED] 2008-08-12 1

Re: [Dspace-tech] ldap authentication for dspace requiringnon-anonymous DN bind

2008-05-11 Thread Stuart Lewis
Hi Jeffrey, > I¹ve set up dspace on a Windows server and am trying to set up the ldap > authentication. I followed all the instructions, but it doesn¹t work. Our ldap > server requires non-anonymous DN for searching, but in the dspace.cfg, there¹s > no such an entry. How can I add this DN login an

[Dspace-tech] ldap authentication for dspace requiring non-anonymous DN bind

2008-05-09 Thread Feng Jeffrey
Hi all, I've set up dspace on a Windows server and am trying to set up the ldap authentication. I followed all the instructions, but it doesn't work. Our ldap server requires non-anonymous DN for searching, but in the dspace.cfg, there's no such an entry. How can I add this DN login and the pas

Re: [Dspace-tech] Ldap authentication on Dspace142 with cn attribute

2007-07-01 Thread Zafeiropoulos Dionisis
Excuse me for resending the previous message but i used wrong mail adress. I am subscriber with the mail [EMAIL PROTECTED] (not that appeared on the previous message). Please consider the following message Thanks again. - Original Message - From: Zafeiropoulos Dionisis To: dspace