2
votes
1answer
39 views
Authorize an entire security group to perform an Action in ASP.Net MVC
Hello, I'd like to authorize users to perform specific actions within my controllers. I've found the ASP.NET tutorial which explains how to allow individual users to perform spec …
1
vote
2answers
28 views
TSQL: How to get a list of groups that a user belongs to in Active Diretory
I have two queries that retrieve all groups and all users in a domain, Mydomain
--; Get all groups in domain MyDomain
select *
from OpenQuery(ADSI, '
SELECT samaccountname,mail …
2
votes
1answer
26 views
Active Directory Properties
Hi guys,
with help from two people on stackoverflow I've figured out how to set the "user cannot change password" using the code below. I'm now trying to figure out how to remove …
1
vote
2answers
92 views
Test “User Must Change Password” field in .Net 3.5
I'm trying to perform some basic AD User managment tasks in C# using .Net 3.5
I've got a System.DirectoryServices.AccountManagement.UserPrincipal object that contains the user det …
0
votes
2answers
37 views
Setting Active Directory Properties
Hi,
I'm currnetly trying to set the four properties:
"Password never expires"
"Account is disabled"
"User must change password at next logon"
"User cannot change password"
I can …
0
votes
0answers
28 views
Using JavaScript to get an LDAP multi-valued string attribute
I am trying to retrieve an object attribute in Active Directory that appears to be a multi-valued string (See canonicalName). After performing a search:
var conn;
conn.Open = 'Pr …
1
vote
2answers
42 views
LDAP Active Directory path
I am trying to add a user to Active Directory through an MPS Web Service. I've been trying a long time to find the correct LDAP-url to use to tell it to add the new user to the Us …
0
votes
2answers
17 views
Active directory server is not operational. error code 2147016646
New to C#. I am trying to browse AD for a particular OU. I get the following error. error code 2147016646. I tried running the program with higher privl. acct. But still get t …
0
votes
1answer
21 views
Update Full Name in Active Directory
Hi,
I've been thrust into the deep end with Active Directory (I'm a web developer, go fig) I have a user that I've changed first/last name on but the Full Name hasn't changed whic …
0
votes
1answer
32 views
C# : Error while accessing Active Directory
hi. i am facing some problems in accessing Active Directory from my winform app. what I want is to create a user and query user from Active Directory.
here is code snippet for fin …
1
vote
1answer
22 views
New MS CRM contact already has an Active Directory account. How do I pull from AD?
I have some clients that I'd like to put into Microsoft CRM (3.0 Dynamics). These people are already in a small Active Directory group for access to a couple of internal applicati …
0
votes
1answer
17 views
401 Error using HTTPWebRequest with Active Directory Authentication in DotNetNuke
Has anyone successfully used the System.Net.HTTPWebRequest with Active Directory authentication in a DotNetNuke website? I have looked around and found several references to HTTPWe …
1
vote
2answers
39 views
What are the security permissions required to enumerate users on active directory
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 …
0
votes
2answers
48 views
MSMQ and Active Directory Integration
Hi Everyone,
I've got 2 applications that utilizes MSMQ to pass information between 2 servers.
One posts new information hourly, and runs without issue.
The other app runs once …
0
votes
1answer
11 views
What is the current authentication protocol for CRM 4.0 on-premise?
The infrastructure team wants to update the authentication protocol to NTLMv2 and Kerberos. Will this affect CRM 4.0 on-premise installation. What would need to be changed in ord …
