I\'m using the following: Dim group As New DirectoryEntry(searchResult.Path) group.Invoke(\"Add\", I\'m looking for the documentation for the active directory domain services object methods.Above, I
I have 3rd part开发者_StackOverflow中文版y application using AD LDS to store its hierarchical data and I need to provide web UI in ASP.NET MVC for this system. It is using DACLs on directory entries t
Our Silverlight 4 / WCF RIA Services application uses windows authentication, but for one area we want the 开发者_StackOverflow中文版user to be able to select a user and further configure the security
Anyone know how I can write an LDAP query to determine what roles exist on a Windows machine (which may or may not be on a domain)?I would like to do this in Ruby, although if it\'s only possible to d
Hey guys, I tried searching online and mostly on here but most answers don\'t satisfy. I want to get all the users that have a certain group in their memberOf attribute, but can\'t seem to LDAP query
I\'m trying write a Ruby script that checks if user credentials are valid using an active directory server. Here\'s what I\'ve tried so far:
I wrote this to get the groups a particular user belongs to: DirectoryEntry AD = new DirectoryEntry(\"WinNT://\" + Environment.MachineName + \",computer\");
i am using role provider and have it managing users on my intranet via their windo开发者_C百科ws logins.
Hey, I need some simple test program which wi开发者_运维知识库ll allow me to set AD group name(e.g. testdomain.groupname) and based on this group name it retrieves me all the users(with subgroups as w
In c# I\'m trying to set the office field When I do this: ADEntry.Properties[ \"office\"].Add( \"Alaska\");