0

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

4

1 に答える 1

1

以下のリンクで私の回答を確認してください。

https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/company-id-field-not-available-user-object

于 2015-07-19T14:34:45.007 に答える