I have a series of applications that all use the same C#, .Net 2.0 code that I\'ve created to check and see if a user is a member of an Active Directory group.
I have a SQL Server 2008 Express R2 instance authenticating from Active Directory. Users have records associated with their AD account stored in a database. I would like to have stored procedures for
I am attempting to authenticate users against an existing LDAP server (Active-Directory) using the LdapExtLoginModule provided by JBoss 4.2.3.I have had some success connecting, but the LDAP server se
I have an issue using c# on .Net 4 in a MVC web application, where when I query Active Directory, I frequently get an error: Attempted to access an unloaded appdomain. (Exception from HRESULT: 0x80131
I have been banging my head for hours trying to figure out why this wont\' work. I found an example of getting a list of users from an AD group but I can\'t get it to work. Here is what I\'ve been try
Is there a way of exporting all the members of multiple Active Directory groups at once using a VBScript?Preferably the output would be the usernames listed under the grou开发者_JAVA技巧p they are a m
I have a Java Applet that uses LDAP to get a lis开发者_如何学Pythont of all the servers on Active Directory. The Applet puts all of the servers into a drop down list.
I am running a test Active directory and am trying to query with ldap. I created a searchrequest object with distingueshed name empty and a filter this is开发者_如何转开发 throwing noSuchObject error
I want to cache the active directory data i.e Email,firstname and last name two times a day. This should happen behind the scenes maybe in global.aspx application.start(). And now whenevr I want to fe
I need to impersonate the my code to run with a different windows user id, right now i am using some code which i got from web which is calling some native libraries.