显示 Active Directory 中用户属性中的属性
是否可以在用户的 Active Directory 帐户的“常规”选项卡下显示隐藏属性、EmployeeID 或 EmployeeNumber?如果是的话,如何......
Is it possible to display the hidden attribute, EmployeeID or EmployeeNumber under the General Tab in a user's Active Directory Account? If so, how.....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以添加这些属性来添加显示列,请参阅修改现有用户界面。本文介绍如何修改 DisplaySpecifiers。
请仔细阅读此知识库,其中解释了修改“
defaul_dsiplay' 还不够,您必须复制“
extraColumns
”属性的所有内容并将其添加到“organizationalUnit-Display
”对象中。您最好使用 LDIF 文件和 LDIFDE.EXE 来完成此操作。
You can add these attributes adding display columns see Modifying Existing User Interfaces. This article explain how to modify DisplaySpecifiers.
Be carefull read this KB that explain that modifying '
defaul_dsiplay
' is not enough, you had to copy all the contents of 'extraColumns
' attribute and add your ones to the 'organizationalUnit-Display
' object.You'd better do this using LDIF file and LDIFDE.EXE.