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 回答