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 452225
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T22:03:04+00:00 2026-05-12T22:03:04+00:00

System Specs: Infopath 2007 with c# code-behind Webservices Active Directory I need to get

  • 0

System Specs:

  • Infopath 2007 with c# code-behind
  • Webservices
  • Active Directory

I need to get the users name (First Name and Last Name) from active directory but the user appears to not have permissions to read the active directory listings.

What permissions do I need to give the user in order for them to search AD

I am using code like this

 SearchResult result;
 using (DirectoryEntry de = new DirectoryEntry("LDAP://DC=contoso,DC=com,DC=au"))
 {
     DirectorySearcher search = new DirectorySearcher(de, (string.Format("(&(objectClass=user)(mailNickname={0}))",this.Application.User.UserName)));
     result = search.FindOne();
 }

I have considered creating a webservice that gets the information required but that seems like overkill but would get around having to make sure every possible user of the form is required to have the correct permissions

EDIT:
The code that I am trying to execute is infopath code behind. The form itself connects to webservices to retrieve some of its data. as such it is under infopath’s security model. The form is fully trusted so it should be fine to execute under the current user context.
My fault for not adding the extra detail.

  • 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-12T22:03:05+00:00Added an answer on May 12, 2026 at 10:03 pm

    When you create a new DirectoryEntry without specifying a username and password you’re connecting to Active Directory using the credentials of the executing user – in your case probably the local IUSR_…-account on the web server which is the default account used when a new web site is set up in IIS. Because that’s a local account you won’t be able to access Active Directory.

    You have two options:

    • Create a service account in Active Directory and use that account explicitly, ie DirectoryEntry de = new DirectoryEntry("LDAP://DC=contoso,DC=com,DC=au", "sa-username", "sa-password", AuthenticationTypes.Secure). Of course, passwords in clear text in the code is not a good idea so find a way to encrypt the password.

    or

    • Configure the IIS application pool for your web site (IIS 6+) to run under a domain user account – that way that account is used when connecting to Active Directory.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this query select ts.name as my_name, ss.step_number, p.specs, p.price, ssp.class_id from optional_system_step
I am trying to build a system which lets users reserve a item, let's
I am developing a Windows device-driver and need to delay execution of a system
I'm confronting a big Rails app here. This company has normal web, smartphone web,
What I have now: class User < ActiveRecord::Base has_many :people end ... and... class
I try to make a little program that sorts an array using threads but
Below are 3 random runs using time rspec spec vs time bundle exec spec
I would like to have an application/script that I could use to execute a
I've got 2 time values 1unit == 1sec (derived from timestamps) e.g 1308598131 that
I'm developing a small webserver in C# as part of a larger project (the

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.