diff --git a/common/src/main/resources/config/thunibib-common/mycore.properties b/common/src/main/resources/config/thunibib-common/mycore.properties index 5a8491c29..01a2c97e2 100644 --- a/common/src/main/resources/config/thunibib-common/mycore.properties +++ b/common/src/main/resources/config/thunibib-common/mycore.properties @@ -78,7 +78,9 @@ MCR.user2.matching.lead_id=%UBO.projectid.default% MCR.user2.Realms.URI= MCR.IdentityPicker.strategy=org.mycore.ubo.local.Local +MCR.IdentityPicker.strategy.Local.PID.Filter.enabled = false #MCR.IdentityPicker.strategy=org.mycore.ubo.ldap.picker.LDAP + MCR.IdentityPicker.LDAP.normalization.ORCID.resolver=https://orcid.org/ MCR.IdentityPicker.LDAP.SearchFormMapping.lastName=sn MCR.IdentityPicker.LDAP.SearchFormMapping.firstName=givenName @@ -98,10 +100,10 @@ MCR.URIResolver.Classification.Sort.typeOfResource=false MCR.URIResolver.Classification.Sort.ubogenre=false # ServiceDesk is disabled by default -ThUniBib.ServiceDesk.BaseURL = https://servicedesk.uni-jena.de/ -ThUniBib.ServiceDesk.enabled = false +ThUniBib.ServiceDesk.BaseURL=https://servicedesk.uni-jena.de/ +ThUniBib.ServiceDesk.enabled=false # Enable JSON support for MyCoRe REST-API MCR.ContentTransformer.mods-json-normal.Class=org.mycore.common.content.transformer.MCRObject2JSONTransformer -UBO.Export.Status.Restriction = +(status:confirmed status:unchecked) +UBO.Export.Status.Restriction=+(status:confirmed status:unchecked)