![]() |
||
![]() |
Communicating with the Novell Netware Server |
|
Requirements
Connecting to a NetWare Server If you have not yet done so, use the net use command to log on to the NetWare Server. For example: net use \\nwserver /U:mydom\jsmith IADsOpenObject::OpenDSObject is not supported in the current release of the NWCOMPAT provider, so you will need to use the GetObject function. adsPathName = "NWCOMPAT://" & serverName
Enumerating a Container For Each obj In cont
Object Creation adsPath = "NWCOMPAT://" & serverName
Attribute Retrieval and Modification objPath = "alicew,user"
Searching Searching is not supported in NWCOMPAT. You can, however, use the IADsContainer::put_Filter method to limit the type of object classes to be included in the enumeration. adsPath = "NWCOMPAT://" & serverName Source code can be found in \samples\interopt\netware.
|