The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
15 views

Worker queue and user context

We have a worker queue that a user can add work to. When the worker item is added the context is the users (HttpContext). But its a background thread that polls the queue and executes the items one by ...
0
votes
1answer
47 views

UserPrincipal.FindByIdentity throws PrincipalServerDownException

I have an application that needs to bind against a remote customer's Active Directory to perform authentication tasks. using (var ctx = new PrincipalContext(ContextType.Domain, "customer.org", ...
0
votes
1answer
75 views

System.DirectoryServices.AccountManagement PrincipalContext impersonation to create new user

In Sharepoint (or any ASP.NET web application) I want to have a function to create AD users. I'm using System.DirectoryServices.AccountManagement for this task, but I'm getting into trouble. Here is ...
1
vote
0answers
67 views

System.DirectoryServices.AccountManagement.Principal.GetGroups returns only one group “Domain User” for some users

The code below was working a few weeks ago, but recently it stopped getting the groups for many user accounts, and I can't figure out what changed. The code has not changed. The .GetGroups() method ...
0
votes
0answers
97 views

Upgrade to JSF 2.0 - Login not working - getUserPrincipal() is null

We are upgrading to JSF 2.0 (JBoss 6) and had a lot of issues with facelets and I think we have resolved most of the issues. But the login is still not working. The issue is with the ...
0
votes
1answer
71 views

Getting EmailAddress NULL from Active Directory (AccountManagement UserPrincipal)

I have a problem and can not find solution: I have the code below to retrieve the e-mail (EmailAddress) user that is accessing the web application. var pc = new ...
1
vote
2answers
182 views

Getting UserPrincipal with Windows authentication and anonymous authentication on

The following code only works while only Windows Authentication is enabled in IIS for local users on our network. using (PrincipalContext ctx = new PrincipalContext(ContextType.Domain)) { ...
0
votes
1answer
39 views

If a user has not authenticated himself to a web module in Java EE, what will EJBContext#getCallerPrincipal() return?

For a Servlet to get the Principal of a web user, he will call HttpServletRequest#getUserPrincipal(). According to the docs, this method will return null if the user has not authenticated himself. ...
1
vote
0answers
192 views

AccessDenied while using UserPrincipal SetPassword method

I am getting an AccessDenied exception while changing user's password using UserPrincipal class. I am logging to an Asp.Net application through Windows Authentication (domain user). If I try to ...
0
votes
0answers
114 views

Active Directory related AppDomainUnloadedException in MVC4

I have an ASP.NET MVC application. It's run on a domain and we determine the user by calling UserPrincipal.Current. This works beautifully, most of the time. Every once in a while (maybe 1 out of 5 ...
0
votes
0answers
61 views

How can I find out if the client has a certificate in case of needClientAuth=false under https?

This question is from the previous topic but it is the root issue I tried to solve. I use Jersey 1.16 in my project under https. I set the needClientAuth to false because some of the clients have ...
1
vote
0answers
628 views

How I get Active Directory User Properties with System.DirectoryServices.AccountManagement Namespace?

I want do get Active Directory Properties from a user and I want to use System.DirectoryServices.AccountManagement. my code: public static void GetUserProperties(string dc,string user) { ...
1
vote
1answer
141 views

Calling getUserPrincipal in SecurityFilter led to IllegalStateException:Handshake is not completed

I just tried to use Jersey 1.16 and add https support in my application. Using Jersey https_grizzly example as a reference, I added a line of code in the SecurityFilter.authority() final Principal ...
0
votes
1answer
331 views

Unable to find User after specifying a container for PrincipalContext

I'm attempting to find a User by username in Active Directory. This works: const string Domain = "SLO1.Foo.Bar.biz"; const string Username = "sanderso"; PrincipalContext principalContext = new ...
1
vote
0answers
62 views

System.ServiceModel: A call to SSPI falied, Target Principle Name is incorrect

I am attempting to hit a WCF service endpoint. However, I keep getting the above exception on the server (when I check the logs) whenever I attempt to hit the service. The service basically has ...
0
votes
1answer
198 views

“The specified directory service attribute or value already exists” error when updating Active Directory thumbnail

I'm tring to programatically update various AD properties from a c# webservice. I can update phone / office / title etc no problem, but when I try to update the ThumbnailPhoto I get the error: The ...
1
vote
0answers
83 views

What is WCF userPrincipalName value attribute format for using a local account?

assuming the local account name is "JohnDoe" & the local machine name is "Development"... In a clear, unambiguous functional example what should the value for userPrincipalName be? ...
1
vote
0answers
544 views

Using DirectoryEntry.Invoke(“SetPassword”, …) to set initial AD account password, I get “RPC server is unavailable” error

The company I'm working in has a web service that can create new Active Directory accounts based on information that is typed in e.g. username, firstname, lastname, OU1, OU2, etc. This web service ...
1
vote
1answer
179 views

UserPrincipal.GetGroups crashing on only one server in the domain

I'm having issues with .NET's UserPrincipal.GetGroups() method. On nearly all system in my domain I can call var groups = UserPrincipal.Current.GetGroups().ToArray() and it returns the groups the ...
1
vote
2answers
97 views

Principal get lost after one request

I have the function AffiliateLogin in a controller that sets the Principal. the row principal.User = user; is actually the one storing the Principal. But after I redirect to another controller, and ...
2
votes
2answers
689 views

How can I get a list Local Windows Users (Only the Users that appear in the windows Logon Screen)

How can I get a list of Local Windows Users (Only the Users that appear in the windows Logon Screen) I have tried many methods using Windows Principle library & WMI Select commands. I keep ...
0
votes
1answer
1k views

UserPrincipal from Active Directory

I have problem with getting UserPrincipal from Active Directory. First of all I have used on my local environment (using not IIS but ASP.NET development Server): User usr = new User(); usr.SoeId = ...
2
votes
0answers
308 views

PrincipalOperationException 1355 but WireShark indicates success

I have an application that performs a UserPrincipal (and GroupPrincipal) FindByIdentityWithType outside the applications domain. This worked until last week. Since then I installed Visual Studio 2012 ...
1
vote
0answers
148 views

Active Directory UserPrinciple GetAuthorizationGroups does not return local groups

We have an authorisation routine written using .Net DirectoryServices.AccountManagement namespace and (UserPrinciple).GetAuthorizationGroups() which is nicely returning nested global security groups ...
0
votes
1answer
282 views

Adding an AD User to a Machine Local group via AccountManagement

I wanted to implement adding an AD user to a local machine group via User and GroupPrincipals, and I thought it would work nice and easy. Unfortunately, I continue to get a General Access Denied ...
0
votes
0answers
109 views

UserPrincipals not completed filled

I have a strange behavior of UserPrincipals. In a special case some properties are not set (e.q. "UserPrincipal.Enabled") and I have to rebuild the Principal using FindByInentity(). Afterwards all ...
0
votes
1answer
625 views

Using UserPrincipal to check if local admin

I am trying to have a method that takes in a username and will return true if that user is a local administrator (not on the entire domain, just the local machine) and false otherwise. I've tried to ...
5
votes
1answer
1k views

System.DirectoryServices.AccountManagement.UserPrincipal - localhost but not iis

Why does the code below work fine when I run my web application localhost but not when I install it to an IIS server? using (HostingEnvironment.Impersonate()) { UserPrincipal activeUser = ...
2
votes
4answers
807 views

Memory Leak when using PrincipalSearcher.FindAll()

I too have a long running service using plugins and appdomains and am having a memory leak due to using directoryservices. Note that I am using system.directoryservices.accountmanagement but it is my ...
2
votes
1answer
2k views

ASP.NET MVC Windows Authentiaction and DirectoryServices - Get Mail Address of the current user throws an InvalidCastException

I am using ASP.NET MVC 4 and Windows Authentication. When I am using VisualStudio everything works fine, but when I deploy my site an exception is thrown. var emailAddress = ...
0
votes
0answers
114 views

how to use ServletTester with UserPrincipal in request?

Is it possible to add a UserPrincipal to a HttpTester request? I would like to test a login Servlet with ServletTester where the user is read from the request: public void doPost(HttpServletRequest ...
0
votes
1answer
309 views

Changing AD User Account Property by using the UserPrincipal

I am trying to change the User Account Property in Active Directory by using the UserPrincipal. I have read that we have to use the special account which has the write access to the Active Directory ...
2
votes
1answer
564 views

Get the list of Groups for the given UserPrincipal

I want to get the list of groups which the user is in. This is my code: PrincipalContext ctx = new PrincipalContext(ContextType.Domain, "mydomain.ac.uk", "DC=mydomain,DC=AC,DC=UK", "user", ...
2
votes
2answers
300 views

Getting members of an AD group where result type is a custom derived UserPrincipal

I've created my own derived UserPrincipal-type which is used to get some extended AD properties. This works fine. Now I'm looking for a way to use the GetMembers() method of the groupprincipal object ...
0
votes
0answers
999 views

Validate Remote Domain User Via Active Directory

I'm trying to validate username and password against the ActiveDirectory using the following code. public bool GetActiveDirectoryUser(string domainName, string userName, string password) { ...
0
votes
1answer
290 views

UserPrincipal.FindByIdentity returns null if SQL related calls are present else it returns the correct Principal object

I have this weird issue. I am trying to create a service that synchs the users in database to users in Email groups in Active Directory(AD). So if A, B, C are in database and the active directory ...
4
votes
1answer
382 views

Spring Security: setUserPrincipal manually

In a webapplication with Spring MVC and Spring Security. Is there a way to set UserPrincipal manually? I need to switch to another user by an admin part of my webapplication. In my controller, is it ...
1
vote
0answers
219 views

Timeout exception calling UserPrincipal.GetGroups from a Windows service

When I run simple console app that calls UserPrincipal.GetGroups, it enumerates the users groups with no problems. However when I run the same code as the same user on the same server but from a ...
3
votes
1answer
699 views

Prevent subcontainer objects in PrincipalSearcher Query C#

How can I prevent subcontainer objects in queries to a specific OU with subcontainers (child OU)? To clarify, I don't want to include user objects in children OUs (subcontainers) in the result set. ...
8
votes
2answers
2k views

Determine if user is in AD group for .NET 4.0 application

I am trying to determine if a user is a member of an Active Directory (AD) group for an internal ASP.NET 4.0 application. The code below throws an "Attempted to access an unloaded appdomain" ...
4
votes
4answers
242 views

Confused with C# 'using'

I have seen some code for working with AD in this stackoverflow question I am getting confused about the using statement. I thought that it was just used for things that you are worried could become ...
1
vote
1answer
727 views

Access denied when trying to add Windows User account

I am trying to programmatically add a user like this below but get an access denied message on the Save. I'm running locally on Windows 7 and the code resides in a console app. /// <summary> ...
0
votes
1answer
410 views

Looking for a Full S.DS.AM Sample with many AD extensions already written

System.DirectoryServices.AccountManagement can be extended to support additional properties for reading and writing AD properties. Is anyone aware of a full/complete sample implementation that works ...
6
votes
2answers
3k views

JSF J_security_check How to get number of connected users and their role?

I get the username of the connected user (using j_security_check) this way, through a managed bean: ...... username = ...
8
votes
4answers
2k views

Get nETBIOSName from a UserPrincipal object

I am using the System.DirectoryServices.AccountManagement part of the .Net library to interface into ActiveDirectory. Having called GetMembers() on a GroupPrincipal object and filter the results, I ...
4
votes
1answer
2k views

Extending UserPrincipal; FindByIdentity() fails

Extending UserPrincipal to take advantage of its built-in properties... running into an issue when we overload the FindByIdentity() method. From Microsoft's example at ...
4
votes
1answer
1k views

Why does “request.getUserPrincipal().getName()” sometimes return a blank string?

Has somebody an idea, why the getName() method of the UserPrincipal sometimes provides an empty String? Most of the time it returns the correct user name but not every time. This behaviour does occur ...
2
votes
1answer
2k views

Get users full name from Machine Context

I have and ASP.NET application that runs on our intranet. In production I can get the user from the domain context and have access to lots of information including their first and last name ...