diff --git a/content/posts/2022-12.md b/content/posts/2022-12.md
index d215689a5..d4ecba60d 100644
--- a/content/posts/2022-12.md
+++ b/content/posts/2022-12.md
@@ -123,5 +123,36 @@ $ wc -l /tmp/2022-12-08-orcids.txt
- I had a hunch it was related to me updating the `last_modified` timestamp after updating a bunch of countries, regions, etc in items
- Then today I noticed this option in `dspace.cfg`: `eperson.subscription.onlynew`
- By default DSpace sends notifications for modified items too! I've disabled it now...
+- I applied 498 fixes and two deletions to affiliations sent by Peter
+- I applied 206 fixes and eighty-one deletions to donors sent by Peter
+- I tried to figure out how to authenticate to the DSpace 7 REST API
+ - First [you need a CSRF token](https://github.com/DSpace/RestContract/blob/main/csrf-tokens.md), before you can even try to authenticate
+ - Then you can authenticate, but I can't get it to work:
+
+```console
+$ curl -v https://dspace7test.ilri.org/server/api
+...
+dspace-xsrf-token: 0b7861fb-9c8a-4eea-be70-b3be3bd0a0b4
+...
+$ curl -v -X POST --data "user=aorth@omg.com&password=myPassword" "https://dspace7test.ilri.org/server/authn/login" -H "X-XSRF-TOKEN: 0b7861fb-9c8a-4eea-be70-b3be3bd0a0b4"
+```
+
+- Start a harvest on AReS
+
+## 2022-12-09
+
+- I found a way to check the owner of a Handle prefix
+ - You query the admin Handle for the prefix, ie: https://hdl.handle.net/0.na/10568
+
+## 2022-12-11
+
+- I got LDAP authentication working on DSpace 7
+
+## 2022-12-12
+
+- Submit some issues to MEL GitHub:
+ - [Links to https://mel.cgiar.org/dspace/limited for Limited Access items on CGSpace](https://github.com/CodeObia/MEL/issues/11081)
+ - [Items submitted to CGSpace without Initiative](https://github.com/CodeObia/MEL/issues/11083)
+- PRMS planning meeting before tomorrow's meeting with researchers and submitters
diff --git a/docs/2022-12/index.html b/docs/2022-12/index.html
index d25d987ec..54af93fb6 100644
--- a/docs/2022-12/index.html
+++ b/docs/2022-12/index.html
@@ -20,7 +20,7 @@ Replace “East Asia” with “Eastern Asia” region on CGSpac
-
+
@@ -46,9 +46,9 @@ Replace “East Asia” with “Eastern Asia” region on CGSpac
"@type": "BlogPosting",
"headline": "December, 2022",
"url": "https://alanorth.github.io/cgspace-notes/2022-12/",
- "wordCount": "843",
+ "wordCount": "993",
"datePublished": "2022-12-01T08:52:36+03:00",
- "dateModified": "2022-12-07T22:59:37+01:00",
+ "dateModified": "2022-12-08T18:59:57+02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@@ -247,6 +247,44 @@ Replace “East Asia” with “Eastern Asia” region on CGSpac
By default DSpace sends notifications for modified items too! I’ve disabled it now…
+I applied 498 fixes and two deletions to affiliations sent by Peter
+I applied 206 fixes and eighty-one deletions to donors sent by Peter
+I tried to figure out how to authenticate to the DSpace 7 REST API
+
+- First you need a CSRF token, before you can even try to authenticate
+- Then you can authenticate, but I can’t get it to work:
+
+
+
+$ curl -v https://dspace7test.ilri.org/server/api
+...
+dspace-xsrf-token: 0b7861fb-9c8a-4eea-be70-b3be3bd0a0b4
+...
+$ curl -v -X POST --data "user=aorth@omg.com&password=myPassword" "https://dspace7test.ilri.org/server/authn/login" -H "X-XSRF-TOKEN: 0b7861fb-9c8a-4eea-be70-b3be3bd0a0b4"
+
+- Start a harvest on AReS
+
+2022-12-09
+
+- I found a way to check the owner of a Handle prefix
+
+
+
+2022-12-11
+
+- I got LDAP authentication working on DSpace 7
+
+2022-12-12
+
+- Submit some issues to MEL GitHub:
+
+
+- PRMS planning meeting before tomorrow’s meeting with researchers and submitters
diff --git a/docs/categories/index.html b/docs/categories/index.html
index 6d5a409df..8d2f96939 100644
--- a/docs/categories/index.html
+++ b/docs/categories/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/index.html b/docs/categories/notes/index.html
index 8a1a11dc7..c790743e5 100644
--- a/docs/categories/notes/index.html
+++ b/docs/categories/notes/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/2/index.html b/docs/categories/notes/page/2/index.html
index 923223da6..ed037bfed 100644
--- a/docs/categories/notes/page/2/index.html
+++ b/docs/categories/notes/page/2/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/3/index.html b/docs/categories/notes/page/3/index.html
index 2409fe364..fc82e505d 100644
--- a/docs/categories/notes/page/3/index.html
+++ b/docs/categories/notes/page/3/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/4/index.html b/docs/categories/notes/page/4/index.html
index 2ed57c34a..e4eac4f83 100644
--- a/docs/categories/notes/page/4/index.html
+++ b/docs/categories/notes/page/4/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/5/index.html b/docs/categories/notes/page/5/index.html
index 43e8d721a..5cb1050fb 100644
--- a/docs/categories/notes/page/5/index.html
+++ b/docs/categories/notes/page/5/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/6/index.html b/docs/categories/notes/page/6/index.html
index 8166eb548..fc16ae5c4 100644
--- a/docs/categories/notes/page/6/index.html
+++ b/docs/categories/notes/page/6/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/categories/notes/page/7/index.html b/docs/categories/notes/page/7/index.html
index 6435d5cdb..bdb62adec 100644
--- a/docs/categories/notes/page/7/index.html
+++ b/docs/categories/notes/page/7/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/index.html b/docs/index.html
index 8113adf96..786ba1d96 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/2/index.html b/docs/page/2/index.html
index 24639b9ca..f0bc12897 100644
--- a/docs/page/2/index.html
+++ b/docs/page/2/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/3/index.html b/docs/page/3/index.html
index 05c19daba..80fb53ac0 100644
--- a/docs/page/3/index.html
+++ b/docs/page/3/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/4/index.html b/docs/page/4/index.html
index 3f06fd96d..7f8f56b69 100644
--- a/docs/page/4/index.html
+++ b/docs/page/4/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/5/index.html b/docs/page/5/index.html
index 68001b922..64b910e71 100644
--- a/docs/page/5/index.html
+++ b/docs/page/5/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/6/index.html b/docs/page/6/index.html
index e50cb69c7..ccb822643 100644
--- a/docs/page/6/index.html
+++ b/docs/page/6/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/7/index.html b/docs/page/7/index.html
index 223fa854e..e7af76ecf 100644
--- a/docs/page/7/index.html
+++ b/docs/page/7/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/8/index.html b/docs/page/8/index.html
index acccbb117..74039a8df 100644
--- a/docs/page/8/index.html
+++ b/docs/page/8/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/page/9/index.html b/docs/page/9/index.html
index af5f88519..830e7b865 100644
--- a/docs/page/9/index.html
+++ b/docs/page/9/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/index.html b/docs/posts/index.html
index 5f5d95f86..ad0946aef 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/2/index.html b/docs/posts/page/2/index.html
index edd2e93e5..a8e3220fd 100644
--- a/docs/posts/page/2/index.html
+++ b/docs/posts/page/2/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/3/index.html b/docs/posts/page/3/index.html
index d32ebf452..6c5648915 100644
--- a/docs/posts/page/3/index.html
+++ b/docs/posts/page/3/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/4/index.html b/docs/posts/page/4/index.html
index 14c88d648..aac663684 100644
--- a/docs/posts/page/4/index.html
+++ b/docs/posts/page/4/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/5/index.html b/docs/posts/page/5/index.html
index 97a4688cd..525325e0d 100644
--- a/docs/posts/page/5/index.html
+++ b/docs/posts/page/5/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/6/index.html b/docs/posts/page/6/index.html
index a64da3b94..7c31cc803 100644
--- a/docs/posts/page/6/index.html
+++ b/docs/posts/page/6/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/7/index.html b/docs/posts/page/7/index.html
index 5b7b10c67..8389e9d22 100644
--- a/docs/posts/page/7/index.html
+++ b/docs/posts/page/7/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/8/index.html b/docs/posts/page/8/index.html
index 673520e99..f7d16caeb 100644
--- a/docs/posts/page/8/index.html
+++ b/docs/posts/page/8/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/posts/page/9/index.html b/docs/posts/page/9/index.html
index c9a8ff9dd..119dd8944 100644
--- a/docs/posts/page/9/index.html
+++ b/docs/posts/page/9/index.html
@@ -10,7 +10,7 @@
-
+
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index db6cea72c..b90588b1c 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -3,19 +3,19 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
https://alanorth.github.io/cgspace-notes/categories/
- 2022-12-07T22:59:37+01:00
+ 2022-12-08T18:59:57+02:00
https://alanorth.github.io/cgspace-notes/
- 2022-12-07T22:59:37+01:00
+ 2022-12-08T18:59:57+02:00
https://alanorth.github.io/cgspace-notes/2022-12/
- 2022-12-07T22:59:37+01:00
+ 2022-12-08T18:59:57+02:00
https://alanorth.github.io/cgspace-notes/categories/notes/
- 2022-12-07T22:59:37+01:00
+ 2022-12-08T18:59:57+02:00
https://alanorth.github.io/cgspace-notes/posts/
- 2022-12-07T22:59:37+01:00
+ 2022-12-08T18:59:57+02:00
https://alanorth.github.io/cgspace-notes/2022-11/
2022-12-03T10:46:29+03:00