LDAP Referral Technology Sample
This sample demonstrates sending a request that will generate a referral. This sample is available only in Visual C#.
For information about using the samples, see the following topics:
To build the sample
Open a Command Prompt window and navigate to the LDAPReferral\CS directory.
Type msbuild referral.sln at the command line.
To run the sample
Navigate to the directory that contains the built executable file, using the command prompt.
Type referral followed by its arguments and press Enter.
This sample has the following syntax:
referral <ldapServer> <user> <pwd> <domain>
- ldapServer
The server.
- user
Your user name.
- pwd
Your password.
- domain
The Active Directory domain.
Here is an example:
referral myDC1.testDom.fabrikam.com user1 secret@~1 testDom
Note |
---|
This sample is a console application. You must start and run it in a Command Prompt window to view its output. |
Remarks
This sample defines the following methods.
Method | Description |
---|---|
|
Connects to the server using a LdapConnection. |
|
Sends a request that generates a referral and then lists all the referral URLs. |