3
votes
4answers
47 views
What Active Directory field do I use to uniquely identify a user?
I have an Asp.net MVC project authenticating through AD. I would like to store audit information in tables for the current logged in user. What should I be storing in the database? I am currently …
0
votes
1answer
14 views
DirectoryServices.AccountManagement - group membership checking efficiency
We have a group in Active Directory with over 70k user accounts. I need to check whether someone is a member of that group. The code is going to run in a web app with a high volume of concurrent …
1
vote
3answers
53 views
asp.net mvc user authentication/permission
i'm new to asp.net mvc and starting the following project. The company wants an intra-net website for various groups of people to upload files to a database, run reports off the it and amend data in …
1
vote
3answers
33 views
LINQ to Active Directory for accessible files
I am new to active directory and I am trying to put together a query that will return list of users and groups who have permissions to read the contents of any accessible file.
I can not find any …
0
votes
1answer
26 views
how to add lookup/choice field with data from Active Directory to Sharepoint custom content type
Hi,
I am trying to create a custom content type in Sharepoint where one of the multiple choice fields needs to get data from Active Directory. I've been looking on Google but haven't found any good …
0
votes
0answers
15 views
Active Directory and NTLM Authentication
Im writing an IIS Application, which manages AD users. For this purpose Ive configured site to use Negitiate AuthenticationProvider, and everything works. I wonder, is NTLM suitable for operations …
3
votes
2answers
49 views
How to store a users picture in active directory?
If I want to store users pictures in Active Directory, what format do I use?
0
votes
1answer
23 views
Inherit Active Directory permissions via C#
Edit: It seems it doesn't work. Some permissions aren't copied over it seems.
This is inside an Active Directory for Exchange 2010. In the screenshot, there's the user "RTCUniversalUserReadOnlyGroup", …
0
votes
2answers
25 views
Help Required on track active directory changes
I am going to write a small software to track active directory changes. I need an expert opinion from you. I want to display information about What ( with before and after values), When, Where and Who …
1
vote
1answer
59 views
Strange issue with System.DirectoryServices.AccountManagement.UserPrincipal.FindByIdentity
We're writing a system that allows a user to change their account password through a web application on our intranet.
At first, everything appeared to be running smoothly. During development …
0
votes
0answers
25 views
AD LDS on Windows 7
Is there a way to install AD LDS (http://msdn.microsoft.com/en-us/library/aa705886%28VS.85%29.aspx) on a Windows 7 machine? I can only find references to Windows Server 2008 on the net.
0
votes
1answer
41 views
Asp.net, Active Directory authentication not working
I'm having trouble getting AD authentication working on my website. I have the following test code that works fine :
DirectoryEntry entry = new DirectoryEntry(srvr, usr, pwd);
object nativeObject = …
0
votes
0answers
29 views
Active Directory Change Tracking
Hi Everyone,
I am going to write a small software to track active directory changes. I need an expert opinion from members and also validate my findings from you.
What I Need?
I want to display …
1
vote
3answers
59 views
Public Active directory for testing.
I need to write some .NET code for listing user and groups. I am planing to use LINQ. I do not have access to the Active directory for testing. I do not have a server and can not set up my own Active …
0
votes
2answers
40 views
How can I run a command line process that requires AD authentication from a .NET web service?
This is almost identical to this question asked by another user, and is the sequel to a question I asked previously.
Basically, my company recently bought Tidal Scheduler. We need to launch jobs ad …
