问题标签 [alfresco-ldap]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
alfresco - Alfresco Ldap 为用户创建一个组文件夹作为主文件夹
我正在使用 Alfresco-LDAP 将我所有的 ldap 用户迁移到 Alfresco 服务。
到目前为止,我实现了所有用户的转移,但对于每个用户,在 Alfresco 中为他们创建的主文件夹是他的名字,我想要的是为 ldap 组的所有成员共享一个文件夹,因为我有多个组和每个用户只能从该组获取文件。
这是楼盘
我在 Alfresco 文档中阅读了http://wiki.alfresco.com/wiki/Security_and_Authentication#Creating_home_spaces__-_from_1.4_onwards 但似乎没有考虑到我想要做的事情。
请问有什么建议吗?
java - Alfresco Ldap 在spaces.user_homes.regex.key 中使用组织
使用从 ldap 到 Alfresco 的导入,我试图移动用户主文件夹以使用用户的组织(o),所以我在我的 alfresco-global.properties 中使用正则表达式
在我的 common-ldap-context.xml
我现在在 Alfresco 的用户资料中看到,我可以看到该组织已被填满。
但是当我启动服务器 Alfresco 时运行异常
我错过了什么?,不可能使用 Alfresco Person 的任何属性?我检查了 content-model.xml 并且组织属性在那里。
alfresco - 露天 solr 中的文件索引
我正在使用露天社区 5.0.d 和 solr4。有没有办法通过打开 solr 跟踪通过 web 脚本手动索引 alfresco solr 中的文件?每当创建或修改文件/文件夹时,我们是否可以手动选择性地仅索引 solr 中的那些更改,同时保持 solr 自动跟踪?
alfresco-share - 保护 alfresco 全局属性文件
对于活动目录配置,我需要提供我们的 IT 管理员密码
他认为这是一个很大的安全问题,因为在 alfresco 上工作的其他开发人员可以访问全局属性文件。
是否有可能加密全局属性文件?
露天版本 4.2e
alfresco - Alfresco - 禁用 LDAP 组同步
在我们项目的客户端中,LDAP 没有组配置。他们只有一个平面用户目录/配置。因此,我想禁用组同步,但对于这种情况没有明确和准确的答案。
Alfresco 是否支持禁用群组同步?如果是这样,如何实现这一点。
谢谢,
[巴渝]
alfresco - Alfresco 同步的 ldap 用户未显示在管理工具 -> 用户中
我最近在我的 Alfresco Community Edition 实例(运行 5.1)中启用了 ldap 同步。
我检查了日志,似乎同步工作正常。对于我的测试,我设置了一个运行 OpenLDAP 的实例。
上面显示为零,因为较早的运行已成功同步。我还可以通过检查 postgres 数据库来验证这一点
testuser1 和 testuser2 是我在 LDAP 上添加的。
但是,当我检查在管理工具下添加的用户(http://localhost:8080/share/page/console/admin-console/users
在我的实例上)时,我看不到这些用户
我查看了许多链接和论坛,但似乎没有讨论过。有什么我想念的吗?
alfresco - Not able to select a tag in Alfresco Community 5.0.d
I am using Alfresco Community 5.0.d and when I go to edit properties then click on select tag, I get below error in view.
Below is error in console.
Below is screenshot of the view.
Link for alfresco log file: https://drive.google.com/open?id=0BzmMymYRd2jwemFZSU5lV2MzMlk
Thanks in advance.
active-directory - How to configure full synchronization instead of incremental?
AFAIK Alfresco CE at startup performs only incremental synchronization with LDAP-AD. When I installed Alfresco and configured synchronization with LDAP-AD was performed a full synchronization. All the fields that I declared was displayed in the user profile. Now, I decided to add a few more fields. For example, skype
and companyfax
.
But they are not displayed.
Part of the alfresco-global.properties
(similarly, in /alfresco/extension/subsystems/Authentication/ldap/ldap1/ldap-ad-authentication.properties
):
In the logs I see that the synchronization is not performed:
I changed LDAP queries to (removed whenChanged
):
Then restart Alfresco and each time it performs a full synchronization. It seems that now everything is OK. Or am I wrong?..
How to properly configure the full synchronization at the startup?