Shadow of Socrates
unread,Jan 21, 2008, 11:15:04 PM1/21/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
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