写入 Active Directory 属性 14 时出现以下错误
00002082:AtrErr:DSID-03151314,#1:0:00002082:DSID-03151314,问题 1005(CONSTRAINT_ATT_TYPE),数据 0,Att 2025a(extensionAttribute14):len 34686
我的猜测是,我编写的字符串对于该属性来说太长了。我还认为 rangeUpper 是 LDAP 属性,它控制在 AD 中可以放置多大的值。
我现在遇到了麻烦,无法在 adsiedit.msc 中找到自定义属性 14。有人能告诉我它在哪里吗?
答案1
CN=ms-Exch-Extension-Attribute-14,CN=Schema,CN=Configuration,DC=example,DC=com
其rangeUpper
值为 2048。
有关更多详细信息,请参阅 MSDN:http://msdn.microsoft.com/en-us/library/ms980479(v=exchg.65).aspx