使用从 ldap 到 Alfresco 的导入,我试图移动用户主文件夹以使用用户的组织(o),所以我在我的 alfresco-global.properties 中使用正则表达式
spaces.user_homes.regex.key=organization
在我的 common-ldap-context.xml
<entry key="cm:organization">
<!-- OpenLDAP: "o" -->
<!-- Active Directory: "???" -->
<value>${ldap.synchronization.userOrganizationalIdAttributeName}</value>
</entry>
我现在在 Alfresco 的用户资料中看到,我可以看到该组织已被填满。
但是当我启动服务器 Alfresco 时运行异常
org.alfresco.repo.security.person.PersonException: 06190000 Can not create a home folder when the {http://www.alfresco.org/model/content/1.0}organization property is null or empty
我错过了什么?,不可能使用 Alfresco Person 的任何属性?我检查了 content-model.xml 并且组织属性在那里。