I\'m working on getting an MVC app up and running via AD Membership Provider and I\'m having some issues figuring this out. I have a base configuration setup and working when I login as foo@my.domain.
In learning WCF, I\'m a bit confused where to go to figure out how I should be handling user authentication. My MVC 2 app uses an Active Directory Membership Provider and this works and is good, but m
I am writing a utility to audit the configuration of a WCF service. In order to properly pass credentials from the client, thru the WCF service back to the SQL back end the domain account used to run
Just a sidenote: I\'m not sure whether I should post this to serverfault as well, because some MOSS admin may have some info for me as well?
I have the following ASP.NET Membership section defined in the Web.config file: <membership defaultProvider=\"AspNetActiveDirectoryMembershipProvider\">
What is the prefered way to lock an Active Directory account? int val = (int)directoryentry.Properties[\"userAccountControl\"].Value;
I am currently using PrincipalContext and UserPrincipal to return the users primary groupid. How can I take this id and find the actual group name?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answ开发者_如何学JAVAers.
I\'ve setup up a Security Realm in Glassfish to authenticate against an Active Directory server. The configuration of the realm is as follows开发者_开发问答:
I have a situation where I need to store a globally unique identifier that points to an Active Directory user account.I\'m leaning towards th开发者_C百科e Guid because it is easier to store than the S