Top "Userprincipal" questions

Encapsulates and exposes some principals or constructors of the active directory userprincipal class.

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: …

c# properties active-directory principal userprincipal
HttpClient set credentials for Kerberos authentication

I am trying to authenticate with a kerberos/HTTP host. Using Apache HttpClient as my client - and a slightly …

java authentication httpclient kerberos userprincipal
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"; …

c# active-directory userprincipal
How to get Roles from UserPrincipal in Java?

I created a class(Named as CustomRequestWrapper) which is implementing HttpServletRequestWrapper .In CustomRequestWrapper class i am setting user principal.Now …

java servlets servlet-filters userprincipal
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) …

c# wmi user-accounts userprincipal
UserPrincipal from Active Directory

I have problem with getting UserPrincipal from Active Directory. First of all I have used on my local environment (using …

c# asp.net active-directory userprincipal
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 …

asp.net impersonation userprincipal
How to search for users in Global Catalog within AD forest with multiple trees

I have the following AD forest with two trees: Domain1. Has two child domains Domain2 and Domain3 Domain4. Doesn't have …

c# dns active-directory userprincipal
How to get number of connected users and their role using j_security_check?

I get the username of the connected user (using j_security_check) this way, through a managed bean: ...... username = FacesContext.…

jsf java-ee-5 j-security-check userprincipal
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 …

c# .net directoryservices userprincipal