User Profile

Collapse

Profile Sidebar

Collapse
bemytthm
bemytthm
Last Activity: Dec 25 '09, 08:35 AM
Joined: Dec 17 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bemytthm
    replied to change password AD using asp.net
    i already read it. But it didn't help.
    The problem here is
    if i had an DirectoryEntry object , i could easily do eveything such as finding, setting properties, getting properties, and so on..
    But when the admin checked that property like that, i cann't login successfully to use DirectoryEntry object.
    See more | Go to post

    Leave a comment:


  • bemytthm
    started a topic change password AD using asp.net

    change password AD using asp.net

    I just want to ask abt communicate with AD using ASP.net. I would want to ask you all to help me correct a problem like this:

    This is a code i use to change password on AD

    Code:
    public bool ChangePasswordAD(string strLogin, string strOldPasswd, string strNewPasswd)
        {
            try
            {   string domainAndUsername = "aloha.com" + @"\" + strLogin;
                DirectoryEntry
    ...
    See more | Go to post
    Last edited by Frinavale; Dec 17 '09, 06:37 PM. Reason: Please post code in [code] ... [/code] tags. Changed bold tags into code tags.
No activity results to display
Show More
Working...