编辑共享点中现有的配置文件属性?
我必须在 SSP 中编辑公司名称配置文件属性。它不允许我编辑或删除属性。我需要将长度值从 250 更改为 50。我该怎么做?可以通过代码设置吗?
I have to edit Company Name profile property in SSP. It is not allowing me edit or delete property. I need to change length value from 250 to 50. How can I do that? Can we set through code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
即使您无法删除该属性,您也应该能够隐藏它并创建另一个具有相同显示名称的属性。
Even if you can't delete the property, you should be able to hide it and create another one with the same display name.
如果您有权访问 Sharepoint 数据库,那么您绝对可以直接在那里执行此操作(除非您完全确定自己在做什么,否则我不建议这样做)。
If you have access to Sharepoint database, you can definitely do it directly there (which I do not recommend unless you're completely sure what you are doing).
检查此属性是否映射到 Active Directory 属性。如果是,则转到 AD 管理器并在那里更改属性的属性:)
Check if this property is mapped to an Active Directory property. If it is then go to AD manager and change the propertie's properties there :)