如果我在 Active Directory 中使用电子邮件作为帐户名,则无法将用户添加到共享点

发布于 2024-11-08 04:05:25 字数 774 浏览 0 评论 0 原文

我使用的是 moss 2007 版本 12.0.0.6421。和 Active Directory 版本 6.0...我的 AD 域是 siamint,所以如果我添加一个用户为 vikas。如果我现在将其添加到 AD 中,登录名称为 [email protected]将用户[电子邮件受保护]添加到广告中。它被添加为[电子邮件受保护]@siamint。现在,当我尝试从共享点站点中的人员和组、站点设置添加用户时;我在人员选择器中获取用户 siamint\sahil。相反,它应该是 siamint\[电子邮件受保护]。这意味着该名称是从@截断的。这是共享点错误还是什么。最终我认为这意味着我们无法在用户名中添加带有 @ 的用户。

I am using moss 2007 version 12.0.0.6421. and Active directory version 6.0.. . my AD domain is siamint so if i add a user as vikas. it gets added in AD with logon name as [email protected] now if i add a user [email protected] into ad. it gets added as [email protected]@siamint. now when i try to add user from peoples and groups,site settings in a sharepoint site; i gets user siamint\sahil in people picker. rather it should be siamint\[email protected]. it means the name is truncated from @. Is this a sharepoint error or what. Ultimately i think it means we cannot add users with @ in their usernames.

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

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

发布评论

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

评论(1

等数载,海棠开 2024-11-15 04:05:25

当您将用户添加到 Active-Directory 时,您提供一个“用户会话名称”(1),该名称与域名 (2) 组成,以提供一个属性,该属性是存储在名为“userPrincipalName”的属性。

在此处输入图像描述

所以“[电子邮件受保护]不是邮件地址,而是您的用户在 Active-Directory 中的 UPN (userPrincipalName)。

由于 Windows 2000 UPN 应该替换旧的登录字符串 (3)


已编辑

user Creation with @

抱歉,它是法语,但正如您所看到的,UPN 的登录部分允许使用“@”。有关详细信息,请参阅 Microsoft 文档(Active Directory 命名)

When you add a user to Active-Directory you give a "user session Name" (1) which is composed with the domain name (2) to give an attribute which is the real login name stored in an attribute called "userPrincipalName".

enter image description here

So "[email protected]" in the preceding picture IS NOT a mail adress but the UPN (userPrincipalName) of your user in Active-Directory.

Since Windows 2000 UPN is supposed to replace the old login string (3)


Edited

user Creation with @

Sorry, it's in french, but as you can see '@' is allowed in the logon part of the UPN. Look in Microsoft documentation (Active directory naming) for more information.

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