I\'m trying to load tokenGroups from Active Directory but it isn\'t working once deployed to a Windows Server (2003). I cannot figure out why, since it works fine locally...
I am using Active Directory to authen开发者_StackOverflow中文版ticate users for an intranet site. I would like to refine the users that are authenticated based on the group they are in in Active Direc
I\'m writing code to parse through a list of file directories and identify which AD groups have access.That info is available in the operating 开发者_开发问答system under the file properties security
I\'m trying to do something like this... Redirect mysite.com/directory/ To mysite.com/directory/do But ONLY when \"/directory/\" is 开发者_JAVA技巧opened without pointing to a file. I am aware that
I am trying to do a LDAP Search however I keep getting the following error: Unhandled Exception: System.Runtime.InteropServices.COMException (0x80072024): T
I am using ruby\'s net/ldap library for this problem but in reality the driver language shouldn\'t really matter. I need to find a way to be able to get all the users from a system and find out which
The below search term seems to return match if a user simply exists in the active directory: NamingEnumeration<SearchResult> ne = dirContext.search(
I am trying to authenticate users on my site with their LDAP credentials. However the bind to the active directory seems to require my credentials first before I can authenticate any other username/pa
I am connecting to a Microsoft Active Directory server in a DMZ from my .net application (asp.net VB .net 4.0). I need to create a new \"inetorgperson\" in an orgunit called \"SingleCustomerAccount\".
I\'m still trying to find a Java based solution for SSO (running on *nix), which I can use on JBoss to authorize against an Active Directory/domain controller. I initially tried to do this via NTLM, b