|
Prev: [C#] How to measure the time of your code's execution
Next: Place objects in threads and processes in UML
From: Shadow of Socrates on 21 Jan 2008 23:15 For AD Programing See below for Vista The error message "A referral was returned from the server." means that the account, group, container or OU can not be found in the specified active directory path. Checklist: � Is the domain part OK? � Example: domain name = "D09.acme.com" -> "dc=com/ dc=acme/dc=D09" � Try to ping the domain name. Example: start the command prompt and type "ping D09.acme.com" � Is the OU or container part OK? � Each ou should be preceded with "/ou=". Example: OU "SubOU" in OU "RootOU" -> "/ou=RootOU/ ou=SubOU" � Containers should be preceded with "/cn=". "Users" is a container, not an OU. Example: "/ cn=Users" � Try replacing variables with the actual full path to get a clearer view, example: SET ADDomainPath=dc=com/dc=acme/dc=D2 SET ADOU=Students ... Look for more at http://www.homeoftester.com/viewtopic.php?p=956 "Employ your time in improving yourself by other men's writings, so that you shall gain easily what others have labored hard for." -- Socrates http://www.homeoftester.com - Shadow of Socrates SHARE FOR MORE |