As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
In my program (jldap-based) I trying to enable user in AD by setting userAccountControl value to 512.
How can I get the Ac开发者_运维百科tive Directory groups the current user belongs to? Is there a way to do this using the DirectoryServices.AccountManagement library?I found how. It turned out to be
I\'m working in a environment where we are authenticating our the application users against active directory.The application is a J2EE application running on WebSphere.
It has been asked, and answered for .NET, but now it\'s time to get an answer for native Win32 code: How do i validate a Windows username and password?
I am trying to figure out how to set the default domain in IIS when choosing basic authentication. I have an LDAP string but I\'m quite clueless as to how to extract the inform开发者_JS百科ation I nee
We have a webserver in a DMZ hosting an IIS website. The website talks to a middleware machine in a private domain, which is hosting WCF services.
I have a question. I have a site on apache2.2. I need provide th开发者_运维技巧is feature for client.
I want to f开发者_如何学Pythonind out how the User.IsInRole function works with Windows Authentication. Does it only put them in one role, or is it somehow hierarchical?
I\'m using Jespa to do transparent ntlm sign on.I want to be able to authentica开发者_如何学Cte the users in multiple windows domains.I have it working with one domain.How do I add another?