Thierry Philipovitch
2004-12-03 12:25:20 UTC
Hi all,
We have a BIG problem with SharePoint Portal Server 2003.
here's the context:
- a sharepoint Portal server 2003 in a forest AD (Windows 2003)
- another forest, container of the users accounts. These accounts were
created using
a script where only the user's UPN was specified. The attribut
sAMAccountName is thus initialized by the OS
(Windows 2003). So it takes the form of a characters string like
$60E000-OGAC1M72NGAU.
This attribute was not initialized by the script so d'éviter with most
possible the conflicts of name (there are approximately 10000 users). UPN
corresponds to email, which is "localised" (a UPN by site), thus
reducing the conflicts in our case to nothing.
- There is a trust between the first and the second forest, which allows us
to register the users of the
second forest in the SharePoint Portal.
Here's the problem: SharePoint uses the sAMAccountName attribut as name of
account,
which makes some administration tasks very difficult (it is necessary to
find who is $60E000-OGAC1M72NGAU ! for example).
Another example: in the forum, if a user posts a message, it is his
sAMAccountName ($60E000-OGAC1M72NGAU)
which is displayed as author's name!
So my first is question:
How can we do so that Sharepoint uses the user's UPN rather than the
sAMAccountName attribut when displaying account name?
One could possibly make a script to change the sAMAccountName attribut of
already created users,
and match it to the UPN value for example, but we will certainly exceed the
20 characters limit
imposed by the SAM base.
So my second question is:
Within the framework of AD (there are only Windows 2003 Servers and XP
clients), can we use sAMAccountName of more than
20 characters (in AD, I believe the limit is 256 characters)? Which problem
that can generate ?
Thanks a lot in advance
We have a BIG problem with SharePoint Portal Server 2003.
here's the context:
- a sharepoint Portal server 2003 in a forest AD (Windows 2003)
- another forest, container of the users accounts. These accounts were
created using
a script where only the user's UPN was specified. The attribut
sAMAccountName is thus initialized by the OS
(Windows 2003). So it takes the form of a characters string like
$60E000-OGAC1M72NGAU.
This attribute was not initialized by the script so d'éviter with most
possible the conflicts of name (there are approximately 10000 users). UPN
corresponds to email, which is "localised" (a UPN by site), thus
reducing the conflicts in our case to nothing.
- There is a trust between the first and the second forest, which allows us
to register the users of the
second forest in the SharePoint Portal.
Here's the problem: SharePoint uses the sAMAccountName attribut as name of
account,
which makes some administration tasks very difficult (it is necessary to
find who is $60E000-OGAC1M72NGAU ! for example).
Another example: in the forum, if a user posts a message, it is his
sAMAccountName ($60E000-OGAC1M72NGAU)
which is displayed as author's name!
So my first is question:
How can we do so that Sharepoint uses the user's UPN rather than the
sAMAccountName attribut when displaying account name?
One could possibly make a script to change the sAMAccountName attribut of
already created users,
and match it to the UPN value for example, but we will certainly exceed the
20 characters limit
imposed by the SAM base.
So my second question is:
Within the framework of AD (there are only Windows 2003 Servers and XP
clients), can we use sAMAccountName of more than
20 characters (in AD, I believe the limit is 256 characters)? Which problem
that can generate ?
Thanks a lot in advance