I have AD domain name like MyDomain.com and Windows logon domain name like MD (MD=MyDomain). How I can get win logon domain name from AD domain using DirectoryEn开发者_运维百科try.Properties collectio
This question already has an answer here: Closed 11 years ago. Possible Duplicate: Authenticating users using Active Directory in Client-Server Application
Need your help with authenticating an active directory user ID against LDAP. My problem is unique.开发者_运维问答 Let me explain here. Before posting this question, I\'ve googled it and also searched
I\'m trying to write an LDAP query which will discover if a user is a member of a group which matches a wildcard query and I\'m trying to use the LDAP_MATCHING_RULE_IN_CHAIN OID to do this.I\'m basica
I have a large enterprise network that has multiple forests (5 forests in total). One of these forests has a 2 way forest trust with the other 4 forests. 开发者_StackOverflow社区
I would like to authenticate an user in my ActiveDirectory with the Username and the Password. Is there any chance to do that with开发者_运维百科 powershell and the activeDirectory module.
How can i import a set of users into an Active Directory organizational unit (the only one my user has access to). I want to be able to import the users and passwords from a CSV or Excel开发者_开发知识
I am trying to create and iOS app that takes a users credentials and verifies it with the AD server. Is there some built in library in xCode to do that, or is it third party?
I have an Excel add-on which connects to a WCF endpoint located in our network to collect data. We\'re considering moving the application out to Windows Azure.
I have this line on my JavaScript var objSysInfo=new ActiveXObject(\"ADSystemInfo\"); var objUser=GetObject(\"LDAP://\" + objSysInfo.UserName);