IP Property

This property specifies the Internet Protocol (IP) address the LDAP server instance will use along with a specified port to bind a socket and listen for client requests.

IDL Definition

[propget] 
HRESULT IP([out, retval] VARIANT* pData);
[propput] 
HRESULT IP([in] VARIANT Data);

Type

VT_BSTR (string)

Remarks

Set this property to the empty string to allow the instance to bind using any of the available IP addresses on the local machine.

The list of valid IP Addresses on the machine can be obtained from the SupportedIPs read-only property. This valid IP address list is checked whenever an IP change is attempted. An error is returned on an attempt to change the LDAP server IP to one that is not valid on the machine.

Example


© 1997-1998 Microsoft Corporation. All rights reserved.