The bszDsName is the full distinguished name (DN) of the user account the Membership virtual server instance will use to authenticate itself to the LDAP server. This is an X.500 name.
Type
BSTR
Example
Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") BrokConfig.GetConfig 1
BrokConfig.bszDsName = "/o=somecompany/ou=members/cn=Administrator"
' using LDAP
BrokConfig.SetConfig