C# - Populating uidNumber attribute in AD.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vectorsc
    New Member
    • Feb 2008
    • 1

    C# - Populating uidNumber attribute in AD.

    I am using ASP.NET 2.0 with C#. I need to populate the uidNumber field from my provisioning app, and can't seem to find a good way of doing it.

    I know that ADUC is capable of getting the next one off the stack, so to speak, but I don't know what it's calling to do that.

    I have written code to search the entire directory and get the next uid based on what is already there, but don't want to have to do that because it's slow (30k users).

    I also don't want to break the ability to provision users through ADUC by using a file or non-standard LDAP entry to track the changes.

    Any tips? I see no documentation on this particular problem anywhere. Thanks!
  • rmidford
    New Member
    • Mar 2008
    • 1

    #2
    I have the very same issue.
    Please advise if possible.
    Thanks
    Russ

    Comment

    Working...