Add notes for 2019-05-30

This commit is contained in:
Alan Orth 2019-06-02 10:58:11 +03:00
parent 4d797fe8fc
commit 59049e49f8
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -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'
```
<!-- vim: set sw=2 ts=2: -->