Binding to an ADSI Object
Connecting to an object in a directory service is known as binding. Binding to an ADSI object is the first step to communicating with the underlying directory system. An object must be bound to in order to navigate its namespace, search for data, modify data, or impersonate a user. It is also possible to supply additional binding characteristics, such as user name, password, server name, encryption methods, and secured authentication. The actual additional binding characteristics that can be used will depend on the provider.
For more information about ADSI binding, see:
- Binding String
- Binding Types Specific to Active Directory
- Binding Issues for Mixed Environments
- Binding Programmatically Using an ADSI Interface
- Connection Caching
- Binding to Child Objects
- Binding to an Object's Parent
- Fast Binding Option for Batch Write/Modify Operations
- Choosing an Interface for Binding