mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2019-06-02
This commit is contained in:
@ -28,7 +28,7 @@ But after this I tried to delete the item from the XMLUI and it is still present
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-05/" />
|
||||
<meta property="article:published_time" content="2019-05-01T07:37:43+03:00"/>
|
||||
<meta property="article:modified_time" content="2019-05-27T12:20:07+03:00"/>
|
||||
<meta property="article:modified_time" content="2019-05-29T19:06:52+03:00"/>
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="May, 2019"/>
|
||||
@ -61,9 +61,9 @@ But after this I tried to delete the item from the XMLUI and it is still present
|
||||
"@type": "BlogPosting",
|
||||
"headline": "May, 2019",
|
||||
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-05\/",
|
||||
"wordCount": "3138",
|
||||
"wordCount": "3215",
|
||||
"datePublished": "2019-05-01T07:37:43\x2b03:00",
|
||||
"dateModified": "2019-05-27T12:20:07\x2b03:00",
|
||||
"dateModified": "2019-05-29T19:06:52\x2b03:00",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Alan Orth"
|
||||
@ -693,6 +693,20 @@ COPY 64871
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="2019-05-30">2019-05-30</h2>
|
||||
|
||||
<ul>
|
||||
<li><p>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:</p>
|
||||
|
||||
<pre><code>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
|
||||
</code></pre></li>
|
||||
|
||||
<li><p>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:</p>
|
||||
|
||||
<pre><code>$ dspace user -a -m blah@blah.com -g Sakshi -s Saini -p 'sknflksnfksnfdls'
|
||||
</code></pre></li>
|
||||
</ul>
|
||||
|
||||
<!-- vim: set sw=2 ts=2: -->
|
||||
|
||||
|
||||
@ -718,12 +732,12 @@ COPY 64871
|
||||
|
||||
<li><a href="/cgspace-notes/posts/">Posts</a></li>
|
||||
|
||||
<li><a href="/cgspace-notes/2019-05/">May, 2019</a></li>
|
||||
|
||||
<li><a href="/cgspace-notes/2019-04/">April, 2019</a></li>
|
||||
|
||||
<li><a href="/cgspace-notes/2019-03/">March, 2019</a></li>
|
||||
|
||||
<li><a href="/cgspace-notes/2019-02/">February, 2019</a></li>
|
||||
|
||||
</ol>
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user