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 を確認すると、組織のプロパティがそこにあります。