Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

ADAMmembership Issue

  Asked By: Urjita Vichare         Date: Dec 28, 2008      Category: Sharepoint      Views: 179
 

I am using ADAMmembership, and having following users

test1
test2
test@...

If I login thru test1 and test2, it works correctly and url is like
http://portal/personal/test1/default.aspx
http://portal/personal/test2/default.aspx

But If I logged in as test@..., thne url is like
http://portal/personal/adammembership_test/default.aspx

FYI, Most of the users will loggedd in using their email address and I
dont want to use "adammembership_" in url.

Tagged:    

 

3 Answers Found

 
Answer #1       Answered By: Jada Clemons          Answered On: Dec 28, 2008       

Check in your membership provider settings to find out which ADAM user attribute
is being used as the regular userid. Then check to make sure that the
test@...<mailto:test@...> user has that attribute set to be just test.
My suspicion is that the attribute isn't set and the membership provider is
generating the name for you.

 
Answer #2       Answered By: Brooke Lewis          Answered On: Dec 28, 2008       

I have checked in ADAM of test@... User profile and here is the attributes
which is cotaining test@...
cn
distinguishedName
canonicalName
name

 
Answer #3       Answered By: Talia Johns          Answered On: Dec 28, 2008       

normally set to use cn. You can't use test@...<mailto:test@...> as
the username for a mySite path. It can't contain special characters like '@' or
'.'

 
Didn't find what you were looking for? Find more on ADAMmembership Issue Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].