Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7022323
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:34:00+00:00 2026-05-27T23:34:00+00:00

So I managed to get some code rolling for updating the AD from an

  • 0

So I managed to get some code rolling for updating the AD from an external sourced. However, I’m a bit confused about how it works.
I have a person with sAMAccount xxxx existing in different OUs.
Now, I only want to update the info in a specific OU, so I put that in my LDAP path. Still, it seem that the info has been updated in different OU’s as well?

Could that be possible? Is it because there’s only one “Person” object, or do the “GetDirectoryEntry()” not put me where I thought in the tree? Or.. am I only imagine and the weird things I see is becausde of something else.

Some code

            DirectoryEntry entry = new DirectoryEntry(LDAP://my.path/ou=myou, dc=my, dc=path);
            entry.Username = myUser
            entry.Password = myPass
            DirectorySearcher searcher = new DirectorySearcher(entry);
            searcher.Filter = @"(&(objectClass=Person)(SamAccountname=" + person.id + "))";
            SearchResult result = searcher.FindOne();

                    try
                    {
                        DirectoryEntry user = result.GetDirectoryEntry();
                        user.Properties["displayName"].Value = person.DisplayName;
                        user.Properties["givenName"].Value = person.Firstname;
                        user.CommitChanges();
                        user.Close();
                    }
                    catch (DirectoryServicesCOMException ex)

EDIT: It did update the Person object in all the OU’s. So either the Person object is one and the same in the whole AD, whick makes my attempt to update them in only the specific OU pointless, or does the “result.GetDirectoryEntry” ignore the fact that I thought I was working only in my specific OU declared in my LDAP path.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T23:34:01+00:00Added an answer on May 27, 2026 at 11:34 pm

    Functionality confirmed, still wonder why I needed a specific test-ou since it’s still the same users. Anyway, here we go!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I managed to get some help from a previous question and I have the
Im having a problem, I have managed to get some code to make a
With more than a little help from daviderossi.blogspot.com I have managed to get some
I have three apps in a Spring 2.5 managed project that share some code
I'm trying get some licensing code from AndroidPit.com working, but I get Unable to
I am writing some simulation code and managed to get my model running as
I am confused about dispose. I am trying to get my code disposing resources
I have some code in an app that creates a CoreData managed object. In
I have some code that I've managed to narrow down to the following smallest-code
After some struggling I managed to get boost smart pointers to build for Windows

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.