I would like to get a list of Active Directory users along with the security groups they are members of using SQL Server 2005 linked servers. I have the query working to retrieve records but I\'m not
I have users login to my application via Active Directory and then pull from their AD information to garner information about that user like so:
Here is my PHP code: <?php // Enumerate the directories in styles $styles_dir = \'styles/\'; if($handle = opendir($styles_dir))
Is there a way in Java to do a Nslookup search on SRV records? I need to bind to Active Directory and would like to use the SRV records to help determine which of the ADs in the cluster are live.
Can a user be a member of multiple Organization Units (OU) in Active Directory? Also, is there a standard format mentioned by Microsoft on how an OU should be created and what its attributes are?
I like to use wcf (windows communication foundation) with windows authentication. Do I need Active directory for this purpose?
Can anybody help with the above. We\'re using a CMS product called Immediacy, which claims it c开发者_运维问答an handle silent authentication using LDAP / AD but just can\'t get the thing to work.
I am devloping a sharepoint website in Forms authentication mode. I am trying to authenticate myself/ my company users against company\'s active directory.
I\'m trying to add Active Directory single-sign-on support to an existing SOAP server. Since it is written in C++ using third party transport components, adding AD SSO doesn\'t appear to be easy.
Is it possible to create a new user in AD rom Java via JNDI? I tried via trusty Google but nothing came up - maybe I was googling using the wrong terminology (JNDI Active Directory Create User).