Directory Programming .NET

Active Directory and ADAM programming support for .NET developers
Welcome to Directory Programming .NET Sign in | Join | Help
in Search

Active Directory User

Last post 10-26-2007, 1:59 PM by materialised. 0 replies.
Sort Posts: Previous Next
  •  10-26-2007, 1:59 PM 1925

    Active Directory User

    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?

View as RSS news feed in XML