跟踪 LDAP 中已删除的记录

发布于 2025-01-04 20:44:38 字数 195 浏览 3 评论 0原文

我们使用 OpenLDAP 2.3 来存储联系人。

我们使用 Spring LDAP 构建了一个 java 项目来每周导出联系人。在导出文件中,我们会标记是否新添加联系人或是否修改现有联系人。这很好用。问题是在 LDAP 中删除联系人时出现的问题。删除联系人后,LDAP 中的整个记录​​都会被删除。

LDAP 中有没有办法跟踪已删除的记录?

We are using OpenLDAP 2.3 to store contacts.

We have built a java project using Spring LDAP to do weekly export of the contacts. In the export file we flag if a contact is newly added or if an existing contact is modified. This works fine. The issue is when a contact is deleted in LDAP. When a contact is deleted, the whole record is removed in LDAP.

Is there a way in LDAP to keep a track of deleted records?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

潇烟暮雨 2025-01-11 20:44:38

Openldap 有一个您可以添加的审计模块。您必须查询该模块才能查看上一时期删除的内容。 LDAP 之外的另一个选项是保留上次运行导出的联系人列表,并在最后比较两者。

Openldap has an audit module you can add in. You would have to query that to see what was deleted in the last period. Another option outside of ldap is to keep a list of contacts of exported from the previous run and compare the two at the end.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文