Active Directory 注释字段最大字符长度

发布于 2024-12-26 11:27:34 字数 29 浏览 0 评论 0原文

有谁知道AD注释字段中的最大字符长度是多少?

Does anyone know what is the max character length in the AD notes field?

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

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

发布评论

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

评论(2

长安忆 2025-01-02 11:27:34

答案就在 Active-Directory 服务器的架构中

根据 W2K8 R2 的以下对话框,它是: 32768

The answer is in the Schema of your Active-Directory server

According to the following dialogbox for a W2K8 R2 it's : 32768

enter image description here

野侃 2025-01-02 11:27:34

我使用了这个:

dsquery * "cn=Schema,cn=Configuration,dc=mydomain,dc=org" -Filter "(LDAPDisplayName=info)" -attr rangeUpper

对于它返回的注释/信息字段:

rangeUpper
1024

希望这有帮助。

I used this:

dsquery * "cn=Schema,cn=Configuration,dc=mydomain,dc=org" -Filter "(LDAPDisplayName=info)" -attr rangeUpper

And for the notes/info field it returned:

rangeUpper
1024

Hope this helps.

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