Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Active Directory User

Reply
Thread Tools

Active Directory User

 
 
Mick Walker
Guest
Posts: n/a
 
      10-26-2007
I create a user with the following:

MembershipCreateStatus status;
MembershipProvider mp = Membership.Providers["MyAdMembershipProvider"];
mp.CreateUser("Test2user@domain", "pa344ss123word!*&", "me@here", null,
null, true, null, out status);

This works fine.
The only thing now is the Pre Windows 2000 login name is set to garbage
as far as I can tell. We do have a couple of legacy NT based system
(about 2 I think) but I would like to keep existing compatability.
How can I control the Pre Windows 2000 login name?
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
get user details from Active Directory =?Utf-8?B?RGFuIE5hc2g=?= ASP .Net 6 06-02-2010 04:44 PM
Creating User Accounts with or without Active Directory J'son ASP .Net 0 04-22-2005 06:08 PM
Active Directory Search fails ("The directory service is unavailab ejcosta ASP .Net Security 2 10-08-2004 09:57 AM
How to Retrieve user information using Active Directory Federica ASP .Net 0 04-18-2004 12:59 PM
ASPNET user in active directory server A.M ASP .Net 0 08-28-2003 08:36 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57