如何在 ApacheDS 中创建自定义属性?

发布于 2024-12-25 08:44:57 字数 427 浏览 1 评论 0 原文

我正在尝试在 ApacheDS 中创建自定义属性,我遵循现有属性并创建了一个名为“passwordUpdateTime”的新属性:

enter image description here

但是当我想将其添加到我的 person 对象中时,我在列表中找不到:

enter image此处描述

如果我强制添加该属性,ApacheDS 会阻止我这样做:

在此处输入图像描述

有人遇到过同样的情况吗之前有问题吗?

谢谢, 狮子座

I am trying to create a custom attribute in ApacheDS, I have followed an existing attribute and created a new one named 'passwordUpdateTime':

enter image description here

But when I wanted to add it into my person object, I couldn't find in the list:

enter image description here

If I am forcing to add the attribute, ApacheDS is stopping me to do so:

enter image description here

Has anyone met the same problem before?

Thanks,
Leo

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

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

发布评论

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

评论(2

も星光 2025-01-01 08:44:57

如果 Apache DS 独立运行,您需要重新启动服务器以使属性可见(至少在里程碑 M-17 之前)Apache DS 方案不是动态的。

in case of the Apache DS running stand alone you need to restart the server to make the atrribute visible (at least until milestone M-17) Apache DS scheme is NOT dynamic.

甲如呢乙后呢 2025-01-01 08:44:57

该解决方案对我有用。

从 inetOrgPerson 架构中将任何现有属性导出为 .ldif 文件

1. 使用 ApacheDS 在此处输入图像描述

2. 在 ApacheDS 中打开导出的属性 .ldif 文件并根据您的需要编辑属性并运行文件

在此处输入图像描述

3. 运行文件后,验证您新创建的属性是否列在“ou=attributeTypes,cn=inetorgperson,ou=schema”

在此处输入图像描述

4. 现在将 inetOrgPerson objectClass 导出为 .ldif 文件,列在“ou=objectClasses,cn=inetorgperson,ou=schema”

在此处输入图像描述

5.导出后,验证inetOrgPerson objectClass是否导出成功。验证完毕后,从“ou=objectClasses,cn=inetorgperson,ou=schema”位置删除inetOrgPerson objectClass

< img src="https://i.sstatic.net/eAKv4.png" alt="在此处输入图像描述">

6. 现在打开导出的 .ldif 文件,其中包含导出位置中的 inetOrgPerson objectClass。输入自定义属性的名称并运行文件

在此处输入图像描述

7. 现在您将能够使用自定义添加的属性。添加新条目,并且必须重新加载架构。

输入图片此处描述

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

繁荣

在此处输入图像描述

The solution worked for me.

1. Export any existing attribute as .ldif file from the schema of inetOrgPerson using ApacheDS

enter image description here

2. Open the exported attribute .ldif file in ApacheDS and edit the attribute according to your needs and Run the file

enter image description here

3. After running the file verify that your new created attribute is listed under "ou=attributeTypes,cn=inetorgperson,ou=schema"

enter image description here

4. Now export the inetOrgPerson objectClass as .ldif file, listed under "ou=objectClasses,cn=inetorgperson,ou=schema"

enter image description here

5. After exporting, verify that inetOrgPerson objectClass is exported successfully. After verifying, delete the inetOrgPerson objectClass from the location "ou=objectClasses,cn=inetorgperson,ou=schema"

enter image description here

6. Now open the exported .ldif file containing inetOrgPerson objectClass from the exported location. Put the names of your custom attributes and Run the file

enter image description here

7. Now you'll be able to use your custom added attributes. Add new entry, and must reload schema.

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

Boom

enter image description here

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