active-directory
How to use ASP.NET Membership with Active Directory for a company
I am new to the world of ASP.NET Web Forms and I was a Java developer for 3 years and I have a good knowledge of C# but I just used it for developing simple console applications.[详细]
2023-04-10 12:25 分类:问答GroupPrincipal.IsMemberOf always returns false
I have a function that checks if a group is a member of a group. I have 2 variation开发者_开发技巧s of the function, neither work as expected:[详细]
2023-04-10 07:18 分类:问答concurrent requests to Active Directory
I am using python-ldap to connect to a remo开发者_高级运维te Active Directory. Is there a way to find out/ tweak the number of concurrent connections supported by Active Directory?According to this KB[详细]
2023-04-09 23:06 分类:问答Limiting the attributes returned in an LDAP query
How do I limit the attributes that are returned in an LDAP query through System.DirectoryServices? I have been using a DirectorySearcher and adding the properties that I want to DirectorySearcher.Pr[详细]
2023-04-09 20:05 分类:问答LDAP : Check if a user is member of a group
I found several sample on Stackoverflow and over the web but any work. I\'d like to check is a user is member of a specific group (or subgroup). When I try with a username who not exist in the Active[详细]
2023-04-09 19:13 分类:问答Remove user account from administrators group on remote machine using C# and AccountManagment namespace
I have the code: public bool RemoveUserFromAdministratorsGroup(UserPrincipal oUserPrincipal, string computer)[详细]
2023-04-09 16:42 分类:问答Programmatically access to TFS 2010 from outside the domain
I\'m trying to access my TFS server programmatically from outside the domain where the server is installed. A basic test program would look like this :[详细]
2023-04-09 04:21 分类:问答How can I access the Advanced Security Options Tab from .net?
I have a problem with regarding Active Directory programming.I need to access开发者_Go百科 the Security Tab to assign “Permissions for SELF” with .net.How can I do that?This is fairly easy to do wit[详细]
2023-04-09 01:38 分类:问答System.UnauthorizedAccessException calling UserPrincipal.SetPassword
when I run this code PrincipalContext ctx = new PrincipalContext(ContextType.Domain, adHost, adRoot, ContextOptions.SimpleBind,[详细]
2023-04-08 11:48 分类:问答How to filter AD with a concatenated variable in Powershell
I\'m using PowerShell v2 and Microsoft\'s AD module to search our AD for accounts whose EmployeeID match a particular ID.The ID is usually stored in AD as \"00000123456\" but the value i have to searc[详细]
2023-04-07 20:07 分类:问答