bLocal Property

The bLocal property specifies whether the LDAP server hosting the directory service for this instance of the Membership virtual server is local. Set bLocal to FALSE to specify the name of the server and the TCP/IP port.  This property defaults to FALSE.

Type

BOOL

Example

Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") 
BrokConfig.GetConfig 1
BrokConfig.bLocal = FALSE
' go on to configure 

© 1997-1998 Microsoft Corporation. All rights reserved.