I am at a University wherein , use OpenLDAP for the central security. I am
trying to create a standard MemberShip provider to allow those of us who
like to program in asp.net to develop identity aware applications for IIS
servers. (asp.net 2.0)
I can bind to the LDAP server anonymously. I ...
more >>
I can’t decrypt a file using the corp\EFSRA account, which is configured to
be the EFS DRA for the domain, in the domain GPO, Cert thumbprint = 60e8…3991
..
Method:
1) Logon as a different user(domain admin) to the CA server (new user
profile), create and then encrypt a text file on th...
more >>
I would like to check if a user is currently a member of a Local Group on the server. I am able to
do the test for the current user and all is ok, however I would like to be able to take a list of
users from a table in the database and check if the user is in the specified group. is it possible ...
more >>
I have a group (TESTGROUP) defined on my machine. I'm running this
code as a member of that group. It succeeds because I'm a member of
TESTGROUP:
class Program
{
static void Main(string[] args)
{
try
{
AppDomain.CurrentDomain.SetPrincipalP...
more >>