diff --git a/content/posts/2019-05.md b/content/posts/2019-05.md index 480b0af07..4771ff017 100644 --- a/content/posts/2019-05.md +++ b/content/posts/2019-05.md @@ -451,4 +451,18 @@ COPY 64871 - I tried to register her and it gave an error, then I remembered for CGIAR LDAP users we actually need to just log in and it will automatically create an eperson - I told her to try to log in with the LDAP login method and let me know what happens (then I can look in the logs too) +## 2019-05-30 + +- I see the following error in the DSpace log when the user tries to log in with her CGIAR email and password on the LDAP login: + +``` +2019-05-30 07:19:35,166 INFO org.dspace.authenticate.LDAPAuthentication @ anonymous:session_id=A5E0C836AF8F3ABB769FE47107AE1CFF:ip_addr=185.71.4.34:failed_login:no DN found for user sa.saini@cgiar.org +``` + +- For now I just created an eperson with her personal email address until I have time to check LDAP to see what's up with her CGIAR account: + +``` +$ dspace user -a -m blah@blah.com -g Sakshi -s Saini -p 'sknflksnfksnfdls' +``` +